Searched refs:receiver (Results 1 - 3 of 3) sorted by relevance

/darwin-on-arm/xnu/osfmk/ipc/
H A Dipc_mqueue.c265 * If the receiver waited with a facility not directly
276 * Found a receiver. see if they can handle the message
353 * the message is queued, given to a receiver, or destroyed.
484 * Post a message to a waiting receiver or enqueue it. If a
485 * receiver is waiting, we can release our reserved space in
502 * Check for a receiver for the message.
508 thread_t receiver; local
511 receiver = wait_queue_wakeup64_identity_locked(
518 if (receiver == THREAD_NULL) {
528 * If the receiver waite
[all...]
H A Dipc_port.h124 struct ipc_space *receiver; member in union:ipc_port::__anon996
174 #define ip_receiver data.receiver
/darwin-on-arm/xnu/osfmk/kern/
H A Dexception.c427 task->itk_space == xport->data.receiver) {

Completed in 83 milliseconds