timer_remove()
Remove an entry from the io-char timer queue
Synopsis:
#include <sys/io-char.h>
void timer_remove( TTYDEV *dev );Arguments:
- dev
- A pointer to the TTYDEV structure that represents the specific device data has been received on.
Description:
The timer_remove() function removes a timer entry from the io-char timer queue.
Classification:
QNX OS
| Safety: | |
|---|---|
| Cancellation point | No |
| Signal handler | No |
| Thread | No |
Page updated:
