Home
last modified time | relevance | path

Searched refs:turnstile_get_by_id (Results 1 – 3 of 3) sorted by relevance

/xnu-12377.1.9/osfmk/kern/
H A Dturnstile.h437 turnstile_get_by_id(uint32_t tsid);
H A Dlock_mtx.c622 return tsid && turnstile_get_by_id(tsid)->ts_inheritor == self; in lck_mtx_lock_will_need_wakeup()
646 ts = turnstile_get_by_id(lck->lck_mtx_tsid); in lck_mtx_unlock_wakeup()
H A Dturnstile.c928 turnstile_get_by_id(uint32_t tsid) in turnstile_get_by_id() function
1049 ret_turnstile = turnstile_get_by_id(compact_id); in turnstile_prepare_compact_id()