Museum

Home

Lab Overview

Retrotechnology Articles

⇒ Online Manual

Media Vault

Software Library

Restoration Projects

Artifacts Sought

Related Articles

mktimer(3C)

reltimer(3C)

rmtimer(3C)  —  Series 300, 400, and 700 Only

NAME

rmtimer − free a per-process timer

SYNOPSIS

#include <sys/timers.h>

int rmtimer(timer_t timerid);

DESCRIPTION

rmtimer() is used to free a previously allocated timer (returned by mktimer().  Any pending timer event to be generated by this timer has been cancelled when the call returns. 

RETURN VALUE

Upon successful completion, rmtimer() returns zero; otherwise, it returns −1 and sets errno to indicate the error. 

ERRORS

rmtimer() fails if the following condition is encountered:

[EINVAL] timerid is not a valid timer ID. 

SEE ALSO

mktimer(3C), reltimer(3C), <sys/timers.h>

STANDARDS CONFORMANCE

rmtimer(): AES

Hewlett-Packard Company  —  HP-UX Release 9.0: August 1992

Typewritten Software • bear@typewritten.org • Edmonds, WA 98026