ldas-tools-al
2.6.5
|
#include <ldastoolsal_config.h>
#include <sys/time.h>
#include <unistd.h>
#include <signal.h>
#include <sstream>
#include "ldastoolsal/AtExit.hh"
#include "ldastoolsal/ErrorLog.hh"
#include "ldastoolsal/SignalHandler.hh"
#include "ldastoolsal/TimerThread.hh"
Classes | |
class | anonymous_namespace{TimerThread.cc}::Wakeup_ |
struct | LDASTools::AL::TimerThread::p_type |
struct | LDASTools::AL::TimerThread::p_type::timer_info |
Namespaces | |
anonymous_namespace{TimerThread.cc} | |
LDASTools | |
Objects of general use and interst. | |
LDASTools::AL | |
The Abstraction Layer. | |
Macros | |
#define | CONDITIONAL_WAIT 0 |
#define | USE_NANOSLEEP 1 |
#define | USE_ALARM 0 |
Functions | |
void | anonymous_namespace{TimerThread.cc}::debug_lock_acquire (const char *Proc, const char *LockName, const char *File, int Line) |
void | anonymous_namespace{TimerThread.cc}::debug_lock_release (const char *Proc, const char *LockName, const char *File, int Line) |
void | anonymous_namespace{TimerThread.cc}::debug_lock_release_request (const char *Proc, const char *LockName, const char *File, int Line) |
void | anonymous_namespace{TimerThread.cc}::debug_lock_request (const char *Proc, const char *LockName, const char *File, int Line) |
Variables | |
static const SignalHandler::signal_type | WAITER_SIGNAL |
anonymous_namespace{TimerThread.cc}::Wakeup_ | anonymous_namespace{TimerThread.cc}::wakeup |
#define CONDITIONAL_WAIT 0 |
#define USE_ALARM 0 |
#define USE_NANOSLEEP 1 |
|
static |