Searched refs:UNLOCKED (Results 1 – 1 of 1) sorted by relevance
19 UNLOCKED = 0, enumerator44 old_state = UNLOCKED; in lock_slow_path()53 int old_state = UNLOCKED; in sync_mutex_trylock()64 int old_state = UNLOCKED; in sync_mutex_timedlock()80 int old_state = UNLOCKED; in sync_mutex_lock_with_waiter()94 int old_state = atomic_exchange(&mutex->futex, UNLOCKED); in sync_mutex_unlock()117 case UNLOCKED: in sync_mutex_unlock()
Completed in 3 milliseconds