Query: rmtimer
OS: osf1
Section: 3
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
rmtimer(3) Library Functions Manual rmtimer(3)NAMErmtimer - Frees a per-process timerLIBRARYStandard C Library (libc.a)SYNOPSIS#include <sys/timers.h> int rmtimer( timer_t timer_id );PARAMETERSSpecifies the per-process timer to deallocate.DESCRIPTIONThe rmtimer() function is used to free a previously allocated per-process timer (previously returned by the mktimer() function). Any pend- ing per-process timer event generated by the timer specified by the timer_id parameter is canceled when this function successfully exe- cutes.NOTESTrial useRETURN VALUESUpon successful completion, the value 0 (zero) is returned. Otherwise, the value -1 is returned and errno is set to indicate the error.ERRORSIf the rmtimer() function fails, errno may be set to the following value: The timerid parameter does not specify an allocated per-process timer.RELATED INFORMATIONFunctions: gettimer(3), mktimer(3), reltimer(3) delim off rmtimer(3)
Related Man Pages |
---|
timer_delete(3c) - opensolaris |
reltimer(3) - osf1 |
timer_create(3) - osf1 |
timer_settime(3) - osf1 |
timer_delete(3rt) - sunos |
Similar Topics in the Unix Linux Community |
---|
Low Impact PHP Errors and Logging Levels |
PHP Write Man Pages to MySQL DB |