*** 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: rmtimer | Section: 3 | Source: Digital UNIX | File: rmtimer.3.gz
rmtimer(3) Library Functions Manual rmtimer(3) NAME rmtimer - Frees a per-process timer LIBRARY Standard C Library (libc.a) SYNOPSIS #include <sys/timers.h> int rmtimer( timer_t timer_id ); PARAMETERS Specifies the per-process timer to deallocate. DESCRIPTION The rmtimer() function is used to free a previously allocated per- process timer (previously returned by the mktimer() function). Any pending per-process timer event generated by the timer specified by the timer_id parameter is canceled when this function successfully exe- cutes. NOTES Trial use RETURN VALUES Upon successful completion, the value 0 (zero) is returned. Otherwise, the value -1 is returned and errno is set to indicate the error. ERRORS If the rmtimer() function fails, errno may be set to the following value: The timerid parameter does not specify an allocated per-process timer. RELATED INFORMATION Functions: gettimer(3), mktimer(3), reltimer(3) delim off rmtimer(3)

Navigation Options