Searched refs:locked_uncontended (Results 1 - 1 of 1) sorted by relevance

/bionic/libc/bionic/
H A Dpthread_mutex.cpp278 const uint16_t locked_uncontended = shared | MUTEX_STATE_BITS_LOCKED_UNCONTENDED; local
282 locked_uncontended, memory_order_acquire, memory_order_relaxed))) {
364 // in locked_uncontended state and then go back to sleep since the lock is
443 const uint16_t locked_uncontended = mtype | shared | MUTEX_STATE_BITS_LOCKED_UNCONTENDED; local
447 // In the optimistic case where this works, set the state to locked_uncontended.
452 locked_uncontended, memory_order_acquire, memory_order_relaxed))) {
582 const uint16_t locked_uncontended = mtype | shared | MUTEX_STATE_BITS_LOCKED_UNCONTENDED; local
605 locked_uncontended,

Completed in 787 milliseconds