Home
last modified time | relevance | path

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

/xnu-12377.1.9/osfmk/kern/
H A Dturnstile.c880 assert3p(turnstile->ts_inheritor, ==, TURNSTILE_INHERITOR_NULL); in turnstile_destroy()
965 thread_turnstile->ts_inheritor = TURNSTILE_INHERITOR_NULL; in turnstile_prepare_common()
1104 if (thread_turnstile->ts_inheritor != TURNSTILE_INHERITOR_NULL) { in turnstile_complete_common()
1105 turnstile_update_inheritor(thread_turnstile, TURNSTILE_INHERITOR_NULL, in turnstile_complete_common()
1113 assert(thread_turnstile->ts_inheritor == TURNSTILE_INHERITOR_NULL); in turnstile_complete_common()
1470 assert(thread->inheritor == TURNSTILE_INHERITOR_NULL); in turnstile_stash_inheritor()
1473 if (new_inheritor == TURNSTILE_INHERITOR_NULL) { in turnstile_stash_inheritor()
2856 if (old_inheritor == TURNSTILE_INHERITOR_NULL) { in turnstile_cleanup()
H A Dturnstile.h271 #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()
1749 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-12377.1.9/osfmk/ipc/
H A Dipc_pset.c527 turnstile_update_inheritor(ts, TURNSTILE_INHERITOR_NULL, in filt_machport_turnstile_complete_port()
566 turnstile_update_inheritor(ts, TURNSTILE_INHERITOR_NULL, in filt_machport_turnstile_complete()
H A Dipc_port.c1701 turnstile_inheritor_t inheritor = TURNSTILE_INHERITOR_NULL; in ipc_port_send_update_inheritor()
2047 turnstile_inheritor_t inheritor = TURNSTILE_INHERITOR_NULL; in ipc_port_adjust_special_reply_port_locked()
2271 turnstile_inheritor_t inheritor = TURNSTILE_INHERITOR_NULL; in ipc_port_adjust_port_locked()
/xnu-12377.1.9/bsd/pthread/
H A Dpthread_workqueue.c1288 workq_turnstile_update_inheritor(wq, TURNSTILE_INHERITOR_NULL, 0); in workq_push_idle_thread()
2226 workq_turnstile_update_inheritor(wq, TURNSTILE_INHERITOR_NULL, 0); in workq_mark_exiting()
3309 inheritor = TURNSTILE_INHERITOR_NULL; in workq_kern_threadreq_update_inheritor()
4474 workq_turnstile_update_inheritor(wq, TURNSTILE_INHERITOR_NULL, 0); in workq_schedule_creator()
4555 workq_turnstile_update_inheritor(wq, TURNSTILE_INHERITOR_NULL, 0); in workq_schedule_creator()
/xnu-12377.1.9/bsd/kern/
H A Dkern_event.c2039 turnstile_inheritor_t inheritor = TURNSTILE_INHERITOR_NULL; in filt_wlupdate_inheritor()
6286 TURNSTILE_INHERITOR_NULL, TURNSTILE_IMMEDIATE_UPDATE);