Home
last modified time | relevance | path

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

/xnu-11215/osfmk/ipc/
H A Dipc_object.h207 #define io_lock_held(io) assert(waitq_held(io_waitq(io)))
208 #define io_lock_held_kdp(io) waitq_held(io_waitq(io))
H A Dipc_entry.c224 assert(waitq_held(io_waitq(object))); in ipc_entry_claim()
H A Dipc_eventlink.c1128 if (waitq_held(waitq)) { in kdp_eventlink_find_owner()
/xnu-11215/osfmk/kern/
H A Dwaitq.c722 waitq_held(waitq_t wq) in waitq_held() function
785 assert(waitq_held(wq)); in waitq_unlock()
1481 assert(waitq_held(waitq)); in waitq_clear_promotion_locked()
1529 assert(waitq_held(waitq)); in waitq_wakeup64_all_locked()
1572 assert(waitq_held(waitq)); in waitq_wakeup64_one_locked()
1616 assert(waitq_held(waitq)); in waitq_wakeup64_identify_locked()
1698 assert(waitq_held(waitq)); in waitq_wakeup64_thread_and_unlock()
H A Dwaitq.h463 extern bool waitq_held(waitq_t wq) __result_use_check;
H A Depoch_sync.c403 if (waitq_held(waitq)) { in kdp_esync_find_owner()
H A Dturnstile.c1292 assert(waitq_held(&turnstile->ts_waitq)); in turnstile_update_inheritor_locked()
3285 if (waitq_held(&ts->ts_waitq)) { in kdp_turnstile_traverse_inheritor_chain()
3405 if (waitq_held(&ts->ts_waitq)) { in kdp_turnstile_fill_tsinfo()
H A Dlocks.c1679 if (waitq_held(waitq)) { in kdp_sleep_with_inheritor_find_owner()