#include "ldastoolsal/config.h"
#include <time.h>
#include <list>
#include "ldastoolsal/ErrorLog.hh"
#include "ldastoolsal/unittest.h"
#include "ldastoolsal/TimerThread.hh"
Classes | |
struct | sleeper_info_type |
class | TimerThread |
Keep track of threads to be run for a specified time. More... | |
Macros | |
#define | WAKEUP_SIGNAL SIGUSR1 |
Typedefs | |
typedef std::list< sleeper_info_type * > | sleepers_type |
Functions | |
void | wakeup (int) |
void * | sleeper (void *Data) |
void | sleeper_test (int Sleep, int Wakeup) |
int | main (int ArgC, char **ArgV) |
Variables | |
LDASTools::AL::UnitTest | Test |
sleepers_type | Sleepers |
#define WAKEUP_SIGNAL SIGUSR1 |
typedef std::list< sleeper_info_type* > sleepers_type |
void * sleeper | ( | void * | Data | ) |
void wakeup | ( | int | ) |
sleepers_type Sleepers |
LDASTools::AL::UnitTest Test |