iochar_send_event()

Send a pulse event into io-char's event handler

Synopsis:

#include <sys/io-char.h>

void iochar_send_event(TTYDEV *dev);

Arguments:

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

Description:

This function queues the tty device in io-char's event list and sends a pulse to trigger io-char's tte() processing of the various event flags applied in the TTYDEV flags member.

Classification:

QNX Neutrino

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

See also:

ttc(), tti(),