*** 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: 3 | Source: Digital UNIX | File: timer_delete.3.gz
timer_delete(3) Library Functions Manual timer_delete(3) NAME timer_delete - Deallocate a previously allocated per-process timer (P1003.1b) SYNOPSIS #include <time.h> int timer_delete ( timer_t timerid); PARAMETERS timerid The timer ID for the timer which is to be deallocated. DESCRIPTION The timer_delete function frees a per-process timer previously allo- cated by a call to the timer_create function. If the timer is armed when the timer_delete function is called, the timer is disarmed and then removed. No signal is sent if the timer is deallocated with the timer_delete function. RETURN VALUES On a successful call, a value of 0 is returned. On an unsuccessful call, a value of -1 is returned and errno is set to indicate that an error occurred. ERRORS The timer_delete function fails under the following condition: [EINVAL] The timer ID specified by timerid is not a valid timer ID. RELATED INFORMATION Functions: timer_create(3) delim off timer_delete(3)

Navigation Options