Query: timer_delete
OS: osf1
Section: 3
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
timer_delete(3) Library Functions Manual timer_delete(3)NAMEtimer_delete - Deallocates a previously allocated per-process timer (P1003.1b)LIBRARYRealtime Library (librt.so, librt.a)SYNOPSIS#include <time.h> int timer_delete ( timer_t timerid);PARAMETERStimerid The timer ID for the timer which is to be deallocated.DESCRIPTIONThe timer_delete function frees a per-process timer previously allocated 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 VALUESOn a successful call, a value of 0 (zero) is returned. On an unsuccessful call, a value of -1 is returned and errno is set to indicate that an error occurred.ERRORSThe timer_delete function fails under the following condition: [EINVAL] The timer ID specified by timerid is not a valid timer ID.RELATED INFORMATIONFunctions: timer_create(3) Guide to Realtime Programming delim off timer_delete(3)
Related Man Pages |
---|
timer_delete(3) - linux |
timer_delete(2) - suse |
timer_delete(2) - netbsd |
timer_delete(3p) - x11r4 |
timer_delete(3p) - php |
Similar Topics in the Unix Linux Community |
---|
PHP Write Man Pages to MySQL DB |
Denial Of Service Attack Update |