SYNOPSIS
#include <time.h>
int timer_delete(timer_t timerid);
DESCRIPTION
The
PARAMETERS
- timerid
-
Specifies the timer ID of the timer to be deleted. This is the value stored by
timer_create() when the timer was created.
RETURN VALUES
When successful,
Otherwise, it returns -1 and sets errno to one of the following:
CONFORMANCE
UNIX 03.
MULTITHREAD SAFETY LEVEL
MT-Safe.
PORTING ISSUES
None.
AVAILABILITY
PTC MKS Toolkit for Professional Developers
PTC MKS Toolkit for Professional Developers 64-Bit Edition
PTC MKS Toolkit for Enterprise Developers
PTC MKS Toolkit for Enterprise Developers 64-Bit Edition
SEE ALSO
- Functions:
timer_create()
PTC MKS Toolkit 10.4 Documentation Build 39.