Searched refs:turnstile_prepare (Results 1 – 13 of 13) sorted by relevance
| /xnu-12377.1.9/bsd/pthread/ |
| H A D | pthread_shims.c | 230 ts = turnstile_prepare(kwq, tstore, TURNSTILE_NULL, in psynch_wait_prepare() 270 ts = turnstile_prepare(kwq, tstore, TURNSTILE_NULL, in psynch_wait_update_owner() 296 ts = turnstile_prepare(kwq, tstore, TURNSTILE_NULL, in psynch_wait_wakeup()
|
| H A D | pthread_workqueue.c | 2142 turnstile_prepare((uintptr_t)wq, &wq->wq_turnstile, turnstile_alloc(), in workq_open()
|
| /xnu-12377.1.9/osfmk/kern/ |
| H A D | turnstile.h | 767 turnstile_prepare(
|
| H A D | epoch_sync.c | 454 struct turnstile *ts = turnstile_prepare((uintptr_t)sync, in esync_wait() 535 struct turnstile *ts = turnstile_prepare((uintptr_t)sync, in esync_wake()
|
| H A D | locks.c | 2110 ts = turnstile_prepare((uintptr_t)gate, &gate->gt_turnstile, in gate_open_turnstile() 2179 …ts = turnstile_prepare((uintptr_t)gate, &gate->gt_turnstile, TURNSTILE_NULL, TURNSTILE_KERNEL_MUTE… in gate_handoff_turnstile() 2298 …ts = turnstile_prepare((uintptr_t)gate, &gate->gt_turnstile, TURNSTILE_NULL, TURNSTILE_KERNEL_MUTE… in gate_steal_turnstile() 2368 …ts = turnstile_prepare((uintptr_t)gate, &gate->gt_turnstile, TURNSTILE_NULL, TURNSTILE_KERNEL_MUTE… in gate_wait_turnstile()
|
| H A D | turnstile.c | 979 turnstile_prepare( in turnstile_prepare() function 3541 prim_turnstile = turnstile_prepare((uintptr_t)test_prim, in tstile_test_prim_lock() 3672 prim_turnstile = turnstile_prepare((uintptr_t)test_prim, in tstile_test_prim_unlock()
|
| H A D | smr.c | 828 ts = turnstile_prepare((uintptr_t)pcpu, &pcpu->stall_ts, in __smr_leave_stalled() 935 ts = turnstile_prepare((uintptr_t)pcpu, &pcpu->stall_ts, in __smr_wait_for_stalled()
|
| /xnu-12377.1.9/osfmk/ipc/ |
| H A D | ipc_mqueue.c | 481 send_turnstile = turnstile_prepare((uintptr_t)port, in ipc_mqueue_send_locked() 1025 rcv_turnstile = turnstile_prepare((uintptr_t)port, in ipc_mqueue_receive_on_thread_and_unlock()
|
| H A D | ipc_pset.c | 482 kn_ts = turnstile_prepare((uintptr_t)kn, &ts_store, kn_ts, TURNSTILE_KNOTE); in filt_machport_turnstile_prepare_lazily()
|
| H A D | ipc_port.c | 1464 send_turnstile = turnstile_prepare((uintptr_t)port, in ipc_port_check_circularity() 1775 send_turnstile = turnstile_prepare((uintptr_t)port, in ipc_port_send_turnstile_prepare()
|
| H A D | ipc_importance.c | 2364 send_turnstile = turnstile_prepare((uintptr_t)port, in ipc_importance_check_circularity()
|
| /xnu-12377.1.9/bsd/kern/ |
| H A D | sys_ulock.c | 728 ts = turnstile_prepare((uintptr_t)ull, &ull->ull_turnstile, in sys_ulock_wait2() 1024 ts = turnstile_prepare((uintptr_t)ull, &ull->ull_turnstile, in ulock_wake()
|
| H A D | kern_event.c | 2567 ts = turnstile_prepare((uintptr_t)kqwl, &kqwl->kqwl_turnstile, in filt_wlpost_register_wait() 6130 ts = turnstile_prepare((uintptr_t)kqwl, &kqwl->kqwl_turnstile,
|