Functions | |
| switch_status_t | switch_core_timer_init (switch_timer_t *timer, const char *timer_name, int interval, int samples, switch_memory_pool_t *pool) |
| Request a timer handle using given time module. | |
| switch_status_t | switch_core_timer_next (switch_timer_t *timer) |
| Wait for one cycle on an existing timer. | |
| switch_status_t | switch_core_timer_step (switch_timer_t *timer) |
| Step the timer one step. | |
| switch_status_t | switch_core_timer_sync (switch_timer_t *timer) |
| switch_status_t | switch_core_timer_check (switch_timer_t *timer, switch_bool_t step) |
| Check if the current step has been exceeded. | |
| switch_status_t | switch_core_timer_destroy (switch_timer_t *timer) |
| Destroy an allocated timer. | |
1.3.9.1