Searched refs:ilk_held (Results 1 – 1 of 1) sorted by relevance
1636 boolean_t ilk_held = FALSE; in lck_mtx_unlock() local1643 ilk_held = TRUE; // Interlock is held by (presumably) this thread in lck_mtx_unlock()1656 lck_mtx_unlock_contended(lock, thread, ilk_held); in lck_mtx_unlock()1660 lck_mtx_unlock_contended(lck_mtx_t *lock, thread_t thread, boolean_t ilk_held) in lck_mtx_unlock_contended() argument1665 if (ilk_held) { in lck_mtx_unlock_contended()