Asterisk - The Open Source Telephony Project
18.5.0
|
Data Fields | |
bool | continuous:1 |
unsigned int | interval |
unsigned int | pending_ticks |
int | pipe [2] |
bool | pipe_signaled:1 |
unsigned int | rate |
struct timeval | start |
enum pthread_timer_state | state |
unsigned int | tick_count |
Definition at line 86 of file res_timing_pthread.c.
bool continuous |
Definition at line 95 of file res_timing_pthread.c.
Referenced by ack_ticks(), pthread_timer_disable_continuous(), pthread_timer_enable_continuous(), and pthread_timer_get_event().
unsigned int interval |
Interval in ms for current rate
Definition at line 91 of file res_timing_pthread.c.
Referenced by check_timer(), and pthread_timer_set_rate().
unsigned int pending_ticks |
Definition at line 93 of file res_timing_pthread.c.
Referenced by ack_ticks(), and run_timer().
int pipe[2] |
Definition at line 87 of file res_timing_pthread.c.
Referenced by pthread_timer_cmp(), pthread_timer_destructor(), pthread_timer_fd(), pthread_timer_hash(), pthread_timer_open(), signal_pipe(), and unsignal_pipe().
bool pipe_signaled |
Definition at line 96 of file res_timing_pthread.c.
Referenced by signal_pipe(), and unsignal_pipe().
unsigned int rate |
Definition at line 89 of file res_timing_pthread.c.
Referenced by pthread_timer_set_rate().
struct timeval start |
Definition at line 94 of file res_timing_pthread.c.
Referenced by check_timer(), and pthread_timer_set_rate().
enum pthread_timer_state state |
Definition at line 88 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 92 of file res_timing_pthread.c.
Referenced by check_timer(), and pthread_timer_set_rate().