#include <time.h>
#include <unistd.h>
#include <list>
#include "ldastoolsal/UnitTestTS.h"
#include "ldastoolsal/ErrorLog.hh"
#include "ldastoolsal/TaskTimer.hh"
#include "ldastoolsal/TaskThread.hh"
#include "ldastoolsal/ThreadPool.hh"
#include "ldastoolsal/Timeout.hh"
#include "ldastoolsal/mutexlock.hh"
#include "ldastoolsal/SignalHandler.hh"
◆ signal_type
◆ sleepers_type
◆ main()
int main |
( |
int |
ArgC, |
|
|
char ** |
ArgV |
|
) |
| |
◆ sleeper()
void* sleeper |
( |
void * |
Data | ) |
|
◆ sleeper_test()
void sleeper_test |
( |
int |
Sleep, |
|
|
int |
Wakeup |
|
) |
| |
◆ task_thread_test()
void task_thread_test |
( |
| ) |
|
◆ timer_test()
void timer_test |
( |
bool |
Expire | ) |
|
◆ Sleepers
◆ sleepers_key
MutexLock::baton_type sleepers_key = MutexLock::Baton( ) |
◆ Test
◆ WAITER_SIGNAL
const signal_type WAITER_SIGNAL = SignalHandler::SIGNAL_TERMINATE |
|
static |
◆ wakeup