Home
last modified time | relevance | path

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

/xnu-8019.80.24/osfmk/arm/
H A Dlocks_arm.c1652 boolean_t ilk_held = FALSE; in lck_mtx_unlock() local
1659 ilk_held = TRUE; // Interlock is held by (presumably) this thread in lck_mtx_unlock()
1672 lck_mtx_unlock_contended(lock, thread, ilk_held); in lck_mtx_unlock()
1676 lck_mtx_unlock_contended(lck_mtx_t *lock, thread_t thread, boolean_t ilk_held) in lck_mtx_unlock_contended() argument
1681 if (ilk_held) { in lck_mtx_unlock_contended()