*** 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: NetBSD | File: timer_delete.2
TIMER_DELETE(2) FreeBSD System Calls Manual TIMER_DELETE(2) NAME timer_delete - delete a per-process timer LIBRARY Standard C Library (libc, -lc) SYNOPSIS #include <time.h> int timer_delete(timer_t timerid); DESCRIPTION The timer_delete() functions deletes the timer specified in the timerid argument. The timerid argument must point to valid timer id, created by timer_create(2). If the deletion is successful, the timer is disarmed and deleted. Pending notification events (signals) may or may not be delivered. RETURN VALUES If successful, the timer_delete() functions returns 0. Otherwise, it returns -1, and sets errno to indicate error. ERRORS The timer_delete() function will fail if: [EINVAL] The argument timerid is not a valid timer id. SEE ALSO timer_create(2), timer_getoverrun(2), timer_gettime(2), timer_settime(2) STANDARDS IEEE Std 1003.1b-1993 ("POSIX.1b"), IEEE Std 1003.1i-1995 ("POSIX.1i") FreeBSD 14.1-RELEASE-p8 September 13, 2003 FreeBSD 14.1-RELEASE-p8

Navigation Options