Searched refs:locked_contended (Results 1 – 1 of 1) sorted by relevance
308 const uint16_t locked_contended = shared | MUTEX_STATE_BITS_LOCKED_CONTENDED; in __pthread_normal_mutex_lock() local318 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() local350 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() local466 &old_state, locked_contended, in __pthread_mutex_lock_with_timeout()