Home
last modified time | relevance | path

Searched refs:TURNSTILE_SYNC_IPC (Results 1 – 5 of 5) sorted by relevance

/xnu-8796.121.2/osfmk/ipc/
H A Dipc_mqueue.c442 TURNSTILE_NULL, TURNSTILE_SYNC_IPC); in ipc_mqueue_send_locked()
465 turnstile_complete((uintptr_t)port, port_send_turnstile_address(port), NULL, TURNSTILE_SYNC_IPC); in ipc_mqueue_send_locked()
1035 TURNSTILE_NULL, TURNSTILE_SYNC_IPC); in ipc_mqueue_receive_on_thread_and_unlock()
H A Dipc_port.c1362 TURNSTILE_NULL, TURNSTILE_SYNC_IPC); in ipc_port_check_circularity()
1410 turnstile_complete((uintptr_t)port, port_send_turnstile_address(port), NULL, TURNSTILE_SYNC_IPC); in ipc_port_check_circularity()
1675 turnstile, TURNSTILE_SYNC_IPC); in ipc_port_send_turnstile_prepare()
1718 &turnstile, TURNSTILE_SYNC_IPC); in ipc_port_send_turnstile_complete()
1974 port_rcv_turnstile_address(special_reply_port), NULL, TURNSTILE_SYNC_IPC); in ipc_port_adjust_special_reply_port_locked()
2047 port_rcv_turnstile_address(special_reply_port), NULL, TURNSTILE_SYNC_IPC); in ipc_port_adjust_special_reply_port_locked()
H A Dipc_importance.c2355 TURNSTILE_NULL, TURNSTILE_SYNC_IPC); in ipc_importance_check_circularity()
2427 turnstile_complete((uintptr_t)port, port_send_turnstile_address(port), NULL, TURNSTILE_SYNC_IPC); in ipc_importance_check_circularity()
/xnu-8796.121.2/osfmk/kern/
H A Dturnstile.h70 TURNSTILE_SYNC_IPC = 4, enumerator
H A Dturnstile.c68 [TURNSTILE_SYNC_IPC] = TURNSTILE_USER_IPC_PROMOTE,
81 [TURNSTILE_SYNC_IPC] = TURNSTILE_HASH_LOCK_POLICY_NONE,
217 if (turnstile_get_type(turnstile) == TURNSTILE_SYNC_IPC) { in turnstile_is_send_turnstile()
234 if (turnstile_get_type(turnstile) == TURNSTILE_SYNC_IPC) { in turnstile_is_receive_turnstile()
2708 case TURNSTILE_SYNC_IPC: in turnstile_workloop_pusher_info()