Query: timer_delete
OS: freebsd
Section: 2
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
TIMER_DELETE(2) BSD System Calls Manual TIMER_DELETE(2)NAMEtimer_delete -- delete a per-process timer (REALTIME)LIBRARYPOSIX Real-time Library (librt, -lrt)SYNOPSIS#include <time.h> int timer_delete(timer_t timerid);DESCRIPTIONThe timer_delete() system call deletes the specified timer, timerid, previously created by the timer_create(2) system call. If the timer is armed when timer_delete() is called, the behavior is as if the timer is automatically disarmed before removal. Pending signals for the deleted timer are cleared.RETURN VALUESUpon successful completion, the value 0 is returned; otherwise the value -1 is returned and the global variable errno is set to indicate the error.ERRORSThe timer_delete() system call will fail if: [EINVAL] The timer ID specified by timerid is not a valid timer ID.SEE ALSOtimer_create(2)STANDARDSThe timer_delete() system call conforms to IEEE Std 1003.1-2004 (``POSIX.1'').HISTORYSupport for POSIX per-process timer first appeared in FreeBSD 7.0.BSDSeptember 11, 2000 BSD
Related Man Pages |
---|
timer_delete(3p) - centos |
timer_delete(3) - linux |
timer_delete(2) - netbsd |
timer_delete(3rt) - sunos |
timer_delete(3p) - mojave |
Similar Topics in the Unix Linux Community |
---|
Memory Leaks |
Is UNIX an open source OS ? |
Reason for no directory creation date |
Controlling user input |