Searched refs:TURNSTILE_SYNC_IPC (Results 1 – 5 of 5) sorted by relevance
| /xnu-12377.1.9/osfmk/ipc/ |
| H A D | ipc_mqueue.c | 483 TURNSTILE_NULL, TURNSTILE_SYNC_IPC); in ipc_mqueue_send_locked() 506 turnstile_complete((uintptr_t)port, port_send_turnstile_address(port), NULL, TURNSTILE_SYNC_IPC); in ipc_mqueue_send_locked() 1027 TURNSTILE_NULL, TURNSTILE_SYNC_IPC); in ipc_mqueue_receive_on_thread_and_unlock()
|
| H A D | ipc_port.c | 1466 TURNSTILE_NULL, TURNSTILE_SYNC_IPC); in ipc_port_check_circularity() 1512 turnstile_complete((uintptr_t)port, port_send_turnstile_address(port), NULL, TURNSTILE_SYNC_IPC); in ipc_port_check_circularity() 1777 turnstile, TURNSTILE_SYNC_IPC); in ipc_port_send_turnstile_prepare() 1820 &turnstile, TURNSTILE_SYNC_IPC); in ipc_port_send_turnstile_complete() 2076 port_rcv_turnstile_address(special_reply_port), NULL, TURNSTILE_SYNC_IPC); in ipc_port_adjust_special_reply_port_locked() 2149 port_rcv_turnstile_address(special_reply_port), NULL, TURNSTILE_SYNC_IPC); in ipc_port_adjust_special_reply_port_locked()
|
| H A D | ipc_importance.c | 2366 TURNSTILE_NULL, TURNSTILE_SYNC_IPC); in ipc_importance_check_circularity() 2437 turnstile_complete((uintptr_t)port, port_send_turnstile_address(port), NULL, TURNSTILE_SYNC_IPC); in ipc_importance_check_circularity()
|
| /xnu-12377.1.9/osfmk/kern/ |
| H A D | turnstile.h | 69 TURNSTILE_SYNC_IPC = 4, enumerator
|
| H A D | turnstile.c | 68 [TURNSTILE_SYNC_IPC] = TURNSTILE_USER_IPC_PROMOTE, 83 [TURNSTILE_SYNC_IPC] = TURNSTILE_HASH_LOCK_POLICY_NONE, 221 if (turnstile_get_type(turnstile) == TURNSTILE_SYNC_IPC) { in turnstile_is_send_turnstile() 238 if (turnstile_get_type(turnstile) == TURNSTILE_SYNC_IPC) { in turnstile_is_receive_turnstile() 2671 case TURNSTILE_SYNC_IPC: in turnstile_workloop_pusher_info()
|