Data Fields | |
unsigned int | continuous:1 |
unsigned int | interval |
unsigned int | pending_ticks |
int | pipe [2] |
unsigned int | rate |
struct timeval | start |
enum pthread_timer_state | state |
unsigned int | tick_count |
Definition at line 81 of file res_timing_pthread.c.
unsigned int continuous |
Definition at line 90 of file res_timing_pthread.c.
Referenced by pthread_timer_disable_continuous(), pthread_timer_enable_continuous(), pthread_timer_get_event(), and read_pipe().
unsigned int interval |
Interval in ms for current rate
Definition at line 86 of file res_timing_pthread.c.
Referenced by check_timer(), and pthread_timer_set_rate().
unsigned int pending_ticks |
Definition at line 88 of file res_timing_pthread.c.
Referenced by pthread_timer_get_event(), read_pipe(), and write_byte().
int pipe[2] |
Definition at line 82 of file res_timing_pthread.c.
Referenced by find_timer(), pthread_timer_cmp(), pthread_timer_destructor(), pthread_timer_hash(), pthread_timer_open(), read_pipe(), and write_byte().
unsigned int rate |
Definition at line 84 of file res_timing_pthread.c.
Referenced by pthread_timer_set_rate().
struct timeval start |
Definition at line 89 of file res_timing_pthread.c.
Referenced by check_timer(), and pthread_timer_set_rate().
enum pthread_timer_state state |
Definition at line 83 of file res_timing_pthread.c.
Referenced by check_timer(), pthread_timer_open(), pthread_timer_set_rate(), and run_timer().
unsigned int tick_count |
Definition at line 87 of file res_timing_pthread.c.
Referenced by check_timer(), and pthread_timer_set_rate().