ldas-tools-al  2.6.7
Classes | Namespaces | Macros | Functions | Variables
TimerThread.cc File Reference
#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"
Include dependency graph for TimerThread.cc:

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
 

Macro Definition Documentation

◆ CONDITIONAL_WAIT

#define CONDITIONAL_WAIT   0

◆ USE_ALARM

#define USE_ALARM   0

◆ USE_NANOSLEEP

#define USE_NANOSLEEP   1

Variable Documentation

◆ WAITER_SIGNAL

const SignalHandler::signal_type WAITER_SIGNAL
static
Initial value:
=
SignalHandler::SIGNAL_USER_1