Searched refs:receiver (Results 1 - 1 of 1) sorted by last modified time

/ipc/
H A Dmqueue.c906 * If a receiver finds no waiting message, then it registers itself in the
908 * message into the message array. If there is a waiting receiver, then it
910 * receiver.
911 * The receiver accepts the message and returns without grabbing the queue
924 struct ext_wait_queue *receiver)
926 receiver->msg = message;
927 list_del(&receiver->list);
928 receiver->state = STATE_PENDING;
929 wake_up_process(receiver->task);
931 receiver
922 pipelined_send(struct mqueue_inode_info *info, struct msg_msg *message, struct ext_wait_queue *receiver) argument
961 struct ext_wait_queue *receiver; local
[all...]

Completed in 100 milliseconds