Functions | |
void | peak_task_timer_add (peak_task task, peak_timer ti) |
Add a peak timer. | |
void | peak_task_timer_remove (peak_task task, peak_timer ti) |
Remove a peak timer. |
|
Add a peak timer. Add a previously configured peak timer to the specified task. You can create a timer with peak_timer_create(). This function increases the timer's retain count, so you can safely call peak_release() on it if needed.
|
|
Remove a peak timer. Remove a timer previously added to the task and decrease its retain count.
|