timer_remove()

Remove a timer entry from the io-char timer queue.

Synopsis:

#include <sys/io-char.h>

void timer_remove(TTYDEV *dev);

Arguments:

dev
A pointer to the structure that represents the specific device that data has been received on.

Description:

This function removes a timer entry from the io-char timer queue.

Classification:

QNX Neutrino

Safety:
Cancellation point No
Interrupt handler No
Signal handler No
Thread No

See also:

timer_queue()