#include <evq_timer.h>
Public Attributes | |
| Event | event |
| EventQueue * | queue |
| pthread_t | worker |
| pthread_mutex_t | mutex |
| pthread_cond_t | cond |
| int | running |
| int | active |
| struct timespec * | time |
| TimerCallback * | callback |
| void * | user_data |
Definition at line 15 of file evq_timer.h.
| int Timer::active |
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().
| int Timer::running |
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().
| void* Timer::user_data |
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().
ContextLogger2—ContextLogger2 Logger Daemon Internals—Generated on Mon May 2 13:50:04 2011 by Doxygen 1.6.1