timer_delete - delete a timer
#include <time.h> int timer_delete(timer_t timerid);
The timer_delete() function deletes the specified timer, timerid, previously created by the timer_create(3C) function. If the timer is armed when timer_delete() is called, the behavior will be as if the timer is automatically disarmed before removal. The disposition of pending signals for the deleted timer is unspecified.
If successful, the function returns 0. Otherwise, the function returns -1 and sets errno to indicate the error.
The timer_delete() function will fail if:
EINVAL
ENOSYS
See attributes(5) for descriptions of the following attributes:
|
timer_create(3C), attributes(5), standards(5)
Закладки на сайте Проследить за страницей |
Created 1996-2024 by Maxim Chirkov Добавить, Поддержать, Вебмастеру |