GSP
Quick Navigator

Search Site

Unix VPS
A - Starter
B - Basic
C - Preferred
D - Commercial
MPS - Dedicated
Previous VPSs
* Sign Up! *

Support
Contact Us
Online Help
Handbooks
Domain Status
Man Pages

FAQ
Virtual Servers
Pricing
Billing
Technical

Network
Facilities
Connectivity
Topology Map

Miscellaneous
Server Agreement
Year 2038
Credits
 

USA Flag

 

 

Man Pages
TIMER_DELETE(2) FreeBSD System Calls Manual TIMER_DELETE(2)

timer_delete
delete a per-process timer (REALTIME)

POSIX Real-time Library (librt, -lrt)

#include <time.h>

int
timer_delete(timer_t timerid);

The timer_delete() system call deletes the specified timer, timerid, previously created by the timer_create(2) system call. If the timer is armed when timer_delete() is called, the behavior is as if the timer is automatically disarmed before removal. Pending signals for the deleted timer are cleared.

Upon successful completion, the value 0 is returned; otherwise the value -1 is returned and the global variable errno is set to indicate the error.

The timer_delete() system call will fail if:
[]
The timer ID specified by timerid is not a valid timer ID.

timer_create(2)

The timer_delete() system call conforms to IEEE Std 1003.1-2004 (“POSIX.1”).

Support for POSIX per-process timer first appeared in FreeBSD 7.0.
September 11, 2000 FreeBSD 13.1-RELEASE

Search for    or go to Top of page |  Section 2 |  Main Index

Powered by GSP Visit the GSP FreeBSD Man Page Interface.
Output converted with ManDoc.