Send a pulse event into io-char's event handler
#include <sys/io-char.h> void iochar_send_event(TTYDEV *dev);
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.
QNX Neutrino
Safety: | |
---|---|
Cancellation point | No |
Interrupt handler | No |
Signal handler | No |
Thread | No |