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

  /art/runtime/entrypoints/quick/
quick_lock_entrypoints.cc 41 bool unlocked = obj->MonitorExit(self); local
42 DCHECK(unlocked);
  /frameworks/base/native/graphics/jni/
bitmap.cpp 53 bool unlocked = android::bitmap::unlockPixels(env, jbitmap); local
54 if (!unlocked) {
  /external/avb/examples/uefi/
main.c 40 bool unlocked = true; local
56 if (ops->read_is_device_unlocked(ops, &unlocked) != AVB_IO_RESULT_OK) {
57 avb_fatal("Error determining whether device is unlocked.\n");
60 unlocked ? "UNLOCKED" : "LOCKED",
65 if (unlocked) {
  /art/runtime/interpreter/
interpreter_common.h 75 bool unlocked = h_ref->MonitorExit(self); variable
76 DCHECK(unlocked); variable
  /external/syslinux/com32/lib/sys/vesa/
i915resolution.c 173 bool unlocked; member in struct:__anon37036
458 assert(!map->unlocked);
460 map->unlocked = true;
498 assert(map->unlocked);
499 map->unlocked = false;
  /bionic/libc/bionic/
pthread_mutex.cpp 206 // The mutex can only be unlocked by the thread who owns it.
228 // The mutex should be in unlocked state (owner_tid == 0) when destroyed.
351 * 0 for unlocked
370 // Return true iff the mutex is unlocked.
556 const uint16_t unlocked = shared | MUTEX_STATE_BITS_UNLOCKED; local
559 uint16_t old_state = unlocked;
571 * 0 (unlocked, no contention)
593 const uint16_t unlocked = shared | MUTEX_STATE_BITS_UNLOCKED; local
600 // If it returns unlocked, we have acquired the lock, otherwise another
605 memory_order_acquire) != unlocked) {
620 const uint16_t unlocked = shared | MUTEX_STATE_BITS_UNLOCKED; local
721 const uint16_t unlocked = mtype | shared | MUTEX_STATE_BITS_UNLOCKED; local
881 const uint16_t unlocked = mtype | shared | MUTEX_STATE_BITS_UNLOCKED; local
918 const uint16_t unlocked = mtype | shared | MUTEX_STATE_BITS_UNLOCKED; local
    [all...]
  /frameworks/base/services/core/java/com/android/server/am/
ProcessRecord.java 146 boolean unlocked; // True when proc was started in user unlocked state field in class:ProcessRecord
    [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 244 milliseconds