Home
last modified time | relevance | path

Searched refs:locked_contended (Results 1 – 1 of 1) sorted by relevance

/bionic/libc/bionic/
Dpthread_mutex.cpp308 const uint16_t locked_contended = shared | MUTEX_STATE_BITS_LOCKED_CONTENDED; in __pthread_normal_mutex_lock() local
318 while (atomic_exchange_explicit(&mutex->state, locked_contended, in __pthread_normal_mutex_lock()
328 if (__futex_wait_ex(&mutex->state, shared, locked_contended, rel_timeout) == -ETIMEDOUT) { in __pthread_normal_mutex_lock()
342 const uint16_t locked_contended = shared | MUTEX_STATE_BITS_LOCKED_CONTENDED; in __pthread_normal_mutex_unlock() local
350 memory_order_release) == locked_contended) { in __pthread_normal_mutex_unlock()
441 const uint16_t locked_contended = mtype | shared | MUTEX_STATE_BITS_LOCKED_CONTENDED; in __pthread_mutex_lock_with_timeout() local
466 &old_state, locked_contended, in __pthread_mutex_lock_with_timeout()