ldas-tools-al 2.6.4
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

namespace  anonymous_namespace{TimerThread.cc}
 
namespace  LDASTools
 Obtain the queue of resources in limbo.
 
namespace  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