*** UNIX MANUAL PAGE BROWSER ***

A Nergahak database for man pages research.

Navigation

Directory Browser

1Browse 4.4BSD4.4BSD
1Browse Digital UNIXDigital UNIX 4.0e
1Browse FreeBSDFreeBSD 14.3
1Browse MINIXMINIX 3.4.0rc6-d5e4fc0
1Browse NetBSDNetBSD 10.1
1Browse OpenBSDOpenBSD 7.7
1Browse UNIX v7Version 7 UNIX
1Browse UNIX v10Version 10 UNIX

Manual Page Search

Manual Page Result

0 Command: timer_delete | Section: 2 | Source: FreeBSD | File: timer_delete.2.gz
TIMER_DELETE(2) FreeBSD System Calls Manual TIMER_DELETE(2) NAME timer_delete - delete a per-process timer (REALTIME) LIBRARY POSIX Real-time Library (librt, -lrt) SYNOPSIS #include <time.h> int timer_delete(timer_t timerid); DESCRIPTION The 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 VALUES Upon successful completion, the value 0 is returned; otherwise the value -1 is returned and the global variable errno is set to indicate the error. ERRORS The timer_delete() system call will fail if: [EINVAL] The timer ID specified by timerid is not a valid timer ID. SEE ALSO timer_create(2) STANDARDS The timer_delete() system call conforms to IEEE Std 1003.1-2004 ("POSIX.1"). HISTORY Support for POSIX per-process timer first appeared in FreeBSD 7.0. FreeBSD 14.1-RELEASE-p8 September 11, 2000 FreeBSD 14.1-RELEASE-p8

Navigation Options