Home
last modified time | relevance | path

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

/xnu-12377.81.4/bsd/pthread/
H A Dpthread_shims.c261 turnstile_complete(kwq, tstore, NULL, TURNSTILE_PTHREAD_MUTEX); in psynch_wait_complete()
276 turnstile_complete(kwq, tstore, NULL, TURNSTILE_PTHREAD_MUTEX); in psynch_wait_update_owner()
305 turnstile_complete(kwq, tstore, NULL, TURNSTILE_PTHREAD_MUTEX); in psynch_wait_wakeup()
H A Dpthread_workqueue.c2052 turnstile_complete((uintptr_t)wq, &wq->wq_turnstile, &ts, TURNSTILE_WORKQS); in workq_deallocate_queue_invoke()
/xnu-12377.81.4/bsd/kern/
H A Dsys_ulock.c789 turnstile_complete((uintptr_t)ull, &ull->ull_turnstile, NULL, TURNSTILE_ULOCK); in sys_ulock_wait2()
876 turnstile_complete((uintptr_t)ull, &ull->ull_turnstile, NULL, TURNSTILE_ULOCK); in ulock_wait_continue()
1068 turnstile_complete((uintptr_t)ull, &ull->ull_turnstile, NULL, TURNSTILE_ULOCK); in ulock_wake()
H A Dkern_event.c2528 turnstile_complete((uintptr_t)kqwl, &kqwl->kqwl_turnstile, NULL, TURNSTILE_WORKLOOPS); in filt_wlwait_continue()
2531 turnstile_complete((uintptr_t)kqwl, &kqwl->kqwl_turnstile, NULL, TURNSTILE_WORKLOOPS); in filt_wlwait_continue()
3412 turnstile_complete((uintptr_t)kqwl, &kqwl->kqwl_turnstile, in kqworkloop_dealloc()
/xnu-12377.81.4/osfmk/kern/
H A Dturnstile.h790 turnstile_complete(
H A Depoch_sync.c479 turnstile_complete((uintptr_t)sync, &sync->es_turnstile, NULL, tt); in esync_wait()
579 turnstile_complete((uintptr_t)sync, &sync->es_turnstile, NULL, tt); in esync_wake()
H A Dlocks.c2115 turnstile_complete((uintptr_t)gate, &gate->gt_turnstile, NULL, TURNSTILE_KERNEL_MUTEX); in gate_open_turnstile()
2218 turnstile_complete((uintptr_t)gate, &gate->gt_turnstile, NULL, TURNSTILE_KERNEL_MUTEX); in gate_handoff_turnstile()
2302 turnstile_complete((uintptr_t)gate, &gate->gt_turnstile, NULL, TURNSTILE_KERNEL_MUTEX); in gate_steal_turnstile()
2402 turnstile_complete((uintptr_t)gate, &gate->gt_turnstile, NULL, TURNSTILE_KERNEL_MUTEX); in gate_wait_turnstile()
H A Dturnstile.c1146 turnstile_complete( in turnstile_complete() function
3562 turnstile_complete((uintptr_t)test_prim, in tstile_test_prim_lock()
3596 turnstile_complete((uintptr_t)test_prim, in tstile_test_prim_lock()
3692 turnstile_complete((uintptr_t)test_prim, in tstile_test_prim_unlock()
H A Dsmr.c843 turnstile_complete((uintptr_t)pcpu, &pcpu->stall_ts, in __smr_leave_stalled()
950 turnstile_complete((uintptr_t)pcpu, &pcpu->stall_ts, in __smr_wait_for_stalled()
/xnu-12377.81.4/osfmk/ipc/
H A Dipc_port.c1512 turnstile_complete((uintptr_t)port, port_send_turnstile_address(port), NULL, TURNSTILE_SYNC_IPC); in ipc_port_check_circularity()
1819 turnstile_complete((uintptr_t)port, port_send_turnstile_address(port), in ipc_port_send_turnstile_complete()
2075 turnstile_complete((uintptr_t)special_reply_port, in ipc_port_adjust_special_reply_port_locked()
2148 turnstile_complete((uintptr_t)special_reply_port, in ipc_port_adjust_special_reply_port_locked()
H A Dipc_mqueue.c506 turnstile_complete((uintptr_t)port, port_send_turnstile_address(port), NULL, TURNSTILE_SYNC_IPC); in ipc_mqueue_send_locked()
H A Dipc_pset.c571 turnstile_complete((uintptr_t)kn, (struct turnstile **)&ts_store, &ts, TURNSTILE_KNOTE); in filt_machport_turnstile_complete()
H A Dipc_importance.c2437 turnstile_complete((uintptr_t)port, port_send_turnstile_address(port), NULL, TURNSTILE_SYNC_IPC); in ipc_importance_check_circularity()