Home
last modified time | relevance | path

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

/xnu-10063.141.1/osfmk/kern/
H A Dturnstile.c930 assert3p(turnstile->ts_inheritor, ==, TURNSTILE_INHERITOR_NULL); in turnstile_destroy()
1015 thread_turnstile->ts_inheritor = TURNSTILE_INHERITOR_NULL; in turnstile_prepare_common()
1154 if (thread_turnstile->ts_inheritor != TURNSTILE_INHERITOR_NULL) { in turnstile_complete_common()
1155 turnstile_update_inheritor(thread_turnstile, TURNSTILE_INHERITOR_NULL, in turnstile_complete_common()
1163 assert(thread_turnstile->ts_inheritor == TURNSTILE_INHERITOR_NULL); in turnstile_complete_common()
1520 assert(thread->inheritor == TURNSTILE_INHERITOR_NULL); in turnstile_stash_inheritor()
1523 if (new_inheritor == TURNSTILE_INHERITOR_NULL) { in turnstile_stash_inheritor()
2897 if (old_inheritor == TURNSTILE_INHERITOR_NULL) { in turnstile_cleanup()
H A Dturnstile.h272 #define TURNSTILE_INHERITOR_NULL NULL macro
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()
H A Dlocks.c1316 turnstile_update_inheritor(ts, TURNSTILE_INHERITOR_NULL, in wakeup_with_inheritor_and_turnstile()
2211 turnstile_update_inheritor(ts, TURNSTILE_INHERITOR_NULL, TURNSTILE_IMMEDIATE_UPDATE); in gate_handoff_turnstile()
2397 turnstile_update_inheritor(ts, TURNSTILE_INHERITOR_NULL, TURNSTILE_IMMEDIATE_UPDATE); in gate_wait_turnstile()
/xnu-10063.141.1/osfmk/ipc/
H A Dipc_pset.c495 turnstile_update_inheritor(ts, TURNSTILE_INHERITOR_NULL, in filt_machport_turnstile_complete_port()
534 turnstile_update_inheritor(ts, TURNSTILE_INHERITOR_NULL, in filt_machport_turnstile_complete()
H A Dipc_port.c1672 turnstile_inheritor_t inheritor = TURNSTILE_INHERITOR_NULL; in ipc_port_send_update_inheritor()
2018 turnstile_inheritor_t inheritor = TURNSTILE_INHERITOR_NULL; in ipc_port_adjust_special_reply_port_locked()
2242 turnstile_inheritor_t inheritor = TURNSTILE_INHERITOR_NULL; in ipc_port_adjust_port_locked()
/xnu-10063.141.1/bsd/pthread/
H A Dpthread_workqueue.c1248 workq_turnstile_update_inheritor(wq, TURNSTILE_INHERITOR_NULL, 0); in workq_push_idle_thread()
2181 workq_turnstile_update_inheritor(wq, TURNSTILE_INHERITOR_NULL, 0); in workq_mark_exiting()
3233 inheritor = TURNSTILE_INHERITOR_NULL; in workq_kern_threadreq_update_inheritor()
4201 workq_turnstile_update_inheritor(wq, TURNSTILE_INHERITOR_NULL, 0); in workq_schedule_creator()
4281 workq_turnstile_update_inheritor(wq, TURNSTILE_INHERITOR_NULL, 0); in workq_schedule_creator()
/xnu-10063.141.1/bsd/kern/
H A Dkern_event.c2020 turnstile_inheritor_t inheritor = TURNSTILE_INHERITOR_NULL; in filt_wlupdate_inheritor()
5942 TURNSTILE_INHERITOR_NULL, TURNSTILE_IMMEDIATE_UPDATE); in kqworkloop_unbind_locked()