Timer Struct Reference

#include <evq_timer.h>

List of all members.

Public Attributes

Event event
EventQueuequeue
pthread_t worker
pthread_mutex_t mutex
pthread_cond_t cond
int running
int active
struct timespec * time
TimerCallbackcallback
void * user_data

Detailed Description

Definition at line 15 of file evq_timer.h.


Member Data Documentation

Definition at line 22 of file evq_timer.h.

Referenced by timer_at(), timer_cancel(), timer_init(), and worker_task().

Definition at line 24 of file evq_timer.h.

Referenced by event_cb(), and timer_at().

pthread_cond_t Timer::cond

Definition at line 20 of file evq_timer.h.

Referenced by timer_at(), timer_cancel(), timer_close(), timer_init(), and worker_task().

Definition at line 16 of file evq_timer.h.

Referenced by timer_init().

pthread_mutex_t Timer::mutex

Definition at line 19 of file evq_timer.h.

Referenced by timer_at(), timer_cancel(), timer_close(), timer_init(), and worker_task().

Definition at line 17 of file evq_timer.h.

Referenced by timer_cancel(), timer_close(), timer_init(), and worker_task().

Definition at line 21 of file evq_timer.h.

Referenced by timer_close(), timer_init(), and worker_task().

struct timespec* Timer::time [read]

Definition at line 23 of file evq_timer.h.

Referenced by timer_at(), and worker_task().

Definition at line 25 of file evq_timer.h.

Referenced by event_cb(), and timer_at().

pthread_t Timer::worker

Definition at line 18 of file evq_timer.h.

Referenced by timer_close(), and timer_init().


The documentation for this struct was generated from the following file:

ContextLogger2—ContextLogger2 Logger Daemon Internals—Generated on Mon May 2 13:50:04 2011 by Doxygen 1.6.1