ldas-tools-al 2.6.7
Loading...
Searching...
No Matches
tTimerThread.cc File Reference
#include "ldastoolsal/config.h"
#include <time.h>
#include <list>
#include "ldastoolsal/ErrorLog.hh"
#include "ldastoolsal/unittest.h"
#include "ldastoolsal/TimerThread.hh"
Include dependency graph for tTimerThread.cc:

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

Macro Definition Documentation

◆ WAKEUP_SIGNAL

#define WAKEUP_SIGNAL   SIGUSR1

Typedef Documentation

◆ sleepers_type

typedef std::list< sleeper_info_type* > sleepers_type

Function Documentation

◆ main()

int main ( int ArgC,
char ** ArgV )

◆ sleeper()

void * sleeper ( void * Data)

◆ sleeper_test()

void sleeper_test ( int Sleep,
int Wakeup )

◆ wakeup()

void wakeup ( int )

Variable Documentation

◆ Sleepers

sleepers_type Sleepers

◆ Test

LDASTools::AL::UnitTest Test