FreeSWITCH API Documentation
1.7.0
|
Data Fields | |
uint64_t | tick |
uint32_t | count |
uint32_t | roll |
switch_mutex_t * | mutex |
switch_thread_cond_t * | cond |
switch_thread_rwlock_t * | rwlock |
Definition at line 127 of file switch_time.c.
switch_thread_cond_t* timer_matrix::cond |
Definition at line 132 of file switch_time.c.
Referenced by timer_init().
uint32_t timer_matrix::count |
Definition at line 129 of file switch_time.c.
Referenced by timer_destroy(), and timer_init().
switch_mutex_t* timer_matrix::mutex |
Definition at line 131 of file switch_time.c.
Referenced by timer_init().
uint32_t timer_matrix::roll |
Definition at line 130 of file switch_time.c.
Referenced by SWITCH_MODULE_RUNTIME_FUNCTION(), and timer_init().
switch_thread_rwlock_t* timer_matrix::rwlock |
Definition at line 133 of file switch_time.c.
uint64_t timer_matrix::tick |
Definition at line 128 of file switch_time.c.
Referenced by SWITCH_MODULE_RUNTIME_FUNCTION(), timer_check(), timer_destroy(), timer_init(), timer_next(), and timer_sync().