Home
last modified time | relevance | path

Searched refs:rcv_turnstile (Results 1 – 2 of 2) sorted by relevance

/xnu-11215.1.10/osfmk/ipc/
H A Dipc_mqueue.c988 struct turnstile *rcv_turnstile = TURNSTILE_NULL; in ipc_mqueue_receive_on_thread_and_unlock() local
1104 rcv_turnstile = turnstile_prepare((uintptr_t)port, in ipc_mqueue_receive_on_thread_and_unlock()
1108 ipc_port_recv_update_inheritor(port, rcv_turnstile, in ipc_mqueue_receive_on_thread_and_unlock()
1144 if (rcv_turnstile != TURNSTILE_NULL) { in ipc_mqueue_receive_on_thread_and_unlock()
1145 turnstile_update_inheritor_complete(rcv_turnstile, TURNSTILE_INTERLOCK_NOT_HELD); in ipc_mqueue_receive_on_thread_and_unlock()
H A Dipc_port.c1604 struct turnstile *rcv_turnstile, in ipc_port_recv_update_inheritor() argument
1631 turnstile_update_inheritor(rcv_turnstile, inheritor, in ipc_port_recv_update_inheritor()