Data Fields | |
unsigned int | continuous:1 |
unsigned int | interval |
unsigned int | pending_ticks |
int | pipe [2] |
unsigned int | rate |
timeval | start |
enum pthread_timer_state | state |
unsigned int | tick_count |
Definition at line 80 of file res_timing_pthread.c.
unsigned int continuous |
Definition at line 89 of file res_timing_pthread.c.
unsigned int interval |
Interval in ms for current rate
Definition at line 85 of file res_timing_pthread.c.
unsigned int pending_ticks |
Definition at line 87 of file res_timing_pthread.c.
int pipe[2] |
Definition at line 81 of file res_timing_pthread.c.
Referenced by find_timer(), pthread_timer_cmp(), and pthread_timer_open().
unsigned int rate |
Definition at line 83 of file res_timing_pthread.c.
struct timeval start |
Definition at line 88 of file res_timing_pthread.c.
enum pthread_timer_state state |
Definition at line 82 of file res_timing_pthread.c.
unsigned int tick_count |
Definition at line 86 of file res_timing_pthread.c.