Searched refs:LOCK_COUNTER_STATE_SUSPENDED (Results 1 – 1 of 1) sorted by relevance
56 LOCK_COUNTER_STATE_SUSPENDED, enumerator313 LOCK_COUNTER_STATE_SUSPENDED); in suspend_lock_counter()317 return ((prior_state == LOCK_COUNTER_STATE_SUSPENDED) || in suspend_lock_counter()1659 prior_state = atomic_cmpxchg(&counter->state, LOCK_COUNTER_STATE_SUSPENDED, in resume_lock_counter()1664 return (prior_state == LOCK_COUNTER_STATE_SUSPENDED); in resume_lock_counter()