timer_queue()

Add a timer entry to the io-char timer queue

Synopsis:

#include <sys/io-char.h>

void timer_queue(TTYDEV *dev);

Arguments:

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

Description:

This function adds a timer entry to the io-char timer queue.

Classification:

QNX Neutrino

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

See also:

timer_remove()