wait_remove_rcvid()

Remove the receive ID matching the wait entry

Synopsis:

#include <sys/io-char.h>
             
int wait_remove_rcvid( TTYWAIT **head,
                       int rcvid,
                       int *offset );

Arguments:

head
A pointer to the TTYWAIT queue that stores blocking clients waiting to process (open, read, write, or drain).
rcvid
The receive ID of the message that you want to remove.
var
The wait entry offset.

Description:

The wait_remove_rcvid() function removes the rcvid matching the wait entry on the list (there should be only one).

Classification:

QNX OS

Safety:
Cancellation point No
Signal handler No
Thread No
Page updated: