Home
last modified time | relevance | path

Searched refs:turnstile_prepare (Results 1 – 13 of 13) sorted by relevance

/xnu-12377.1.9/bsd/pthread/
H A Dpthread_shims.c230 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 Dpthread_workqueue.c2142 turnstile_prepare((uintptr_t)wq, &wq->wq_turnstile, turnstile_alloc(), in workq_open()
/xnu-12377.1.9/osfmk/kern/
H A Dturnstile.h767 turnstile_prepare(
H A Depoch_sync.c454 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 Dlocks.c2110 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 Dturnstile.c979 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 Dsmr.c828 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 Dipc_mqueue.c481 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 Dipc_pset.c482 kn_ts = turnstile_prepare((uintptr_t)kn, &ts_store, kn_ts, TURNSTILE_KNOTE); in filt_machport_turnstile_prepare_lazily()
H A Dipc_port.c1464 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 Dipc_importance.c2364 send_turnstile = turnstile_prepare((uintptr_t)port, in ipc_importance_check_circularity()
/xnu-12377.1.9/bsd/kern/
H A Dsys_ulock.c728 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 Dkern_event.c2567 ts = turnstile_prepare((uintptr_t)kqwl, &kqwl->kqwl_turnstile, in filt_wlpost_register_wait()
6130 ts = turnstile_prepare((uintptr_t)kqwl, &kqwl->kqwl_turnstile,