Query: timer_delete
OS: sunos
Section: 3rt
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
timer_delete(3RT) Realtime Library Functions timer_delete(3RT)NAMEtimer_delete - delete a timerSYNOPSIScc [ flag... ] file... -lrt [ library... ] #include <time.h> int timer_delete(timer_t timerid);DESCRIPTIONThe timer_delete() function deletes the specified timer, timerid, previously created by the timer_create(3RT) function. If the timer is armed when timer_delete() is called, the behavior will be as if the timer is automatically disarmed before removal. The disposition of pending signals for the deleted timer is unspecified.RETURN VALUESIf successful, the function returns 0. Otherwise, the function returns -1 and sets errno to indicate the error.ERRORSThe timer_delete() function will fail if: EINVAL The timer ID specified by timerid is not a valid timer ID. ENOSYS The timer_delete() function is not supported by the system.ATTRIBUTESSee attributes(5) for descriptions of the following attributes: +-----------------------------+-----------------------------+ | ATTRIBUTE TYPE | ATTRIBUTE VALUE | +-----------------------------+-----------------------------+ |Interface Stability |Standard | +-----------------------------+-----------------------------+ |MT-Level |MT-Safe with exceptions | +-----------------------------+-----------------------------+SEE ALSOtimer_create(3RT), attributes(5), standards(5) SunOS 5.10 28 Jun 2002 timer_delete(3RT)
Related Man Pages |
---|
timer_delete(3c) - opensolaris |
timer_delete(2) - centos |
timer_delete(2) - suse |
timer_delete(3p) - suse |
timer_delete(3p) - plan9 |
Similar Topics in the Unix Linux Community |
---|
reply timer |
Questions about timer in multi-threads environment |
change |
Bash - countdown timer |
Adder timer to 1 of these columns |