HomeSort by relevance Sort by last modified time
    Searched defs:unlocked (Results 1 - 5 of 5) sorted by null

  /bionic/libc/bionic/
pthread_mutex.cpp 150 * 0 for unlocked
274 const uint16_t unlocked = shared | MUTEX_STATE_BITS_UNLOCKED; local
277 uint16_t old_state = unlocked;
289 * 0 (unlocked, no contention)
307 const uint16_t unlocked = shared | MUTEX_STATE_BITS_UNLOCKED; local
314 // If it returns unlocked, we have acquired the lock, otherwise another
319 memory_order_acquire) != unlocked) {
341 const uint16_t unlocked = shared | MUTEX_STATE_BITS_UNLOCKED; local
349 if (atomic_exchange_explicit(&mutex->state, unlocked,
355 // The newly-woken thread will replace the unlocked state we just set abov
439 const uint16_t unlocked = mtype | shared | MUTEX_STATE_BITS_UNLOCKED; local
565 const uint16_t unlocked = mtype | shared | MUTEX_STATE_BITS_UNLOCKED; local
581 const uint16_t unlocked = mtype | shared | MUTEX_STATE_BITS_UNLOCKED; local
    [all...]
  /external/owasp/sanitizer/tools/findbugs/lib/
findbugs.jar 
  /prebuilts/tools/common/m2/repository/com/google/code/findbugs/findbugs/2.0.1/
findbugs-2.0.1.jar 
  /prebuilts/tools/common/m2/repository/com/google/code/findbugs/findbugs/2.0.3/
findbugs-2.0.3.jar 
  /prebuilts/tools/common/m2/repository/com/google/code/findbugs/findbugs/3.0.0/
findbugs-3.0.0.jar 

Completed in 4007 milliseconds