Searched refs:ilk_held (Results 1 – 1 of 1) sorted by relevance
1652 boolean_t ilk_held = FALSE; in lck_mtx_unlock() local1659 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() argument1681 if (ilk_held) { in lck_mtx_unlock_contended()