Home
last modified time | relevance | path

Searched refs:TURNSTILE_INHERITOR_NULL (Results 1 – 8 of 8) sorted by relevance

/xnu-10002.1.13/osfmk/kern/
H A Dturnstile.c928 assert3p(turnstile->ts_inheritor, ==, TURNSTILE_INHERITOR_NULL); in turnstile_destroy()
1013 thread_turnstile->ts_inheritor = TURNSTILE_INHERITOR_NULL; in turnstile_prepare_common()
1152 if (thread_turnstile->ts_inheritor != TURNSTILE_INHERITOR_NULL) { in turnstile_complete_common()
1153 turnstile_update_inheritor(thread_turnstile, TURNSTILE_INHERITOR_NULL, in turnstile_complete_common()
1161 assert(thread_turnstile->ts_inheritor == TURNSTILE_INHERITOR_NULL); in turnstile_complete_common()
1518 assert(thread->inheritor == TURNSTILE_INHERITOR_NULL); in turnstile_stash_inheritor()
1521 if (new_inheritor == TURNSTILE_INHERITOR_NULL) { in turnstile_stash_inheritor()
2895 if (old_inheritor == TURNSTILE_INHERITOR_NULL) { in turnstile_cleanup()
H A Dturnstile.h266 #define TURNSTILE_INHERITOR_NULL NULL macro
H A Dlocks.c1279 turnstile_update_inheritor(ts, TURNSTILE_INHERITOR_NULL, in wakeup_with_inheritor_and_turnstile()
2154 turnstile_update_inheritor(ts, TURNSTILE_INHERITOR_NULL, TURNSTILE_IMMEDIATE_UPDATE); in gate_handoff_turnstile()
2340 turnstile_update_inheritor(ts, TURNSTILE_INHERITOR_NULL, TURNSTILE_IMMEDIATE_UPDATE); in gate_wait_turnstile()
H A Dwaitq.c1057 TURNSTILE_INHERITOR_NULL, TURNSTILE_INHERITOR_THREAD); in waitq_prioq_iterate_locked()
1079 inheritor = TURNSTILE_INHERITOR_NULL; in waitq_prioq_iterate_locked()
1785 assert(waitq.wq_q->waitq_inheritor == TURNSTILE_INHERITOR_NULL); in waitq_deinit()
/xnu-10002.1.13/osfmk/ipc/
H A Dipc_pset.c488 turnstile_update_inheritor(ts, TURNSTILE_INHERITOR_NULL, in filt_machport_turnstile_complete_port()
527 turnstile_update_inheritor(ts, TURNSTILE_INHERITOR_NULL, in filt_machport_turnstile_complete()
H A Dipc_port.c1611 turnstile_inheritor_t inheritor = TURNSTILE_INHERITOR_NULL; in ipc_port_send_update_inheritor()
1957 turnstile_inheritor_t inheritor = TURNSTILE_INHERITOR_NULL; in ipc_port_adjust_special_reply_port_locked()
2181 turnstile_inheritor_t inheritor = TURNSTILE_INHERITOR_NULL; in ipc_port_adjust_port_locked()
/xnu-10002.1.13/bsd/pthread/
H A Dpthread_workqueue.c1239 workq_turnstile_update_inheritor(wq, TURNSTILE_INHERITOR_NULL, 0); in workq_push_idle_thread()
2172 workq_turnstile_update_inheritor(wq, TURNSTILE_INHERITOR_NULL, 0); in workq_mark_exiting()
3208 inheritor = TURNSTILE_INHERITOR_NULL; in workq_kern_threadreq_update_inheritor()
4172 workq_turnstile_update_inheritor(wq, TURNSTILE_INHERITOR_NULL, 0); in workq_schedule_creator()
4252 workq_turnstile_update_inheritor(wq, TURNSTILE_INHERITOR_NULL, 0); in workq_schedule_creator()
/xnu-10002.1.13/bsd/kern/
H A Dkern_event.c2008 turnstile_inheritor_t inheritor = TURNSTILE_INHERITOR_NULL; in filt_wlupdate_inheritor()
5775 TURNSTILE_INHERITOR_NULL, TURNSTILE_IMMEDIATE_UPDATE); in kqworkloop_unbind_locked()