DABC (Data Acquisition Backbone Core)
2.9.9
|
#include "dabc/threads.h"
#include <signal.h>
#include <sys/time.h>
#include <cerrno>
#include <cstring>
Go to the source code of this file.
Functions | |
void | CleanupRunnable (void *abc) |
void * | StartTRunnable (void *abc) |
void CleanupRunnable | ( | void * | abc | ) |
Definition at line 153 of file threads.cxx.
void* StartTRunnable | ( | void * | abc | ) |
Definition at line 160 of file threads.cxx.