Home
last modified time | relevance | path

Searched defs:unlocked (Results 1 – 9 of 9) sorted by relevance

/aosp12/art/runtime/entrypoints/quick/
H A Dquick_lock_entrypoints.cc41 bool unlocked = object->MonitorExit(self); in artLockObjectFromCode() local
/aosp12/frameworks/base/services/tests/servicestests/src/com/android/server/backup/
H A DBackupManagerServiceTest.java167 ConditionVariable unlocked = new ConditionVariable(false); in testOnUnlockUser_forNonSystemUserWhenBackupsDisabled_doesNotStartUser() local
181 ConditionVariable unlocked = new ConditionVariable(false); in testOnUnlockUser_forSystemUserWhenBackupsDisabled_doesNotStartUser() local
196 ConditionVariable unlocked = new ConditionVariable(false); in testOnUnlockUser_whenBackupNotActivated_doesNotStartUser() local
/aosp12/bionic/libc/bionic/
H A Dpthread_mutex.cpp557 const uint16_t unlocked = shared | MUTEX_STATE_BITS_UNLOCKED; in NormalMutexTryLock() local
594 const uint16_t unlocked = shared | MUTEX_STATE_BITS_UNLOCKED; in NormalMutexLock() local
621 const uint16_t unlocked = shared | MUTEX_STATE_BITS_UNLOCKED; in NormalMutexUnlock() local
731 const uint16_t unlocked = mtype | shared | MUTEX_STATE_BITS_UNLOCKED; in MutexLockWithTimeout() local
891 const uint16_t unlocked = mtype | shared | MUTEX_STATE_BITS_UNLOCKED; in pthread_mutex_unlock() local
928 const uint16_t unlocked = mtype | shared | MUTEX_STATE_BITS_UNLOCKED; in pthread_mutex_trylock() local
/aosp12/packages/services/Car/tests/carservice_unit_test/src/com/android/car/media/
H A DCarMediaServiceTest.java313 private void mockUserUnlocked(boolean unlocked) { in mockUserUnlocked()
/aosp12/packages/services/Car/service/src/com/android/car/pm/
H A DVendorServiceController.java176 private void doUserLockChanged(int userId, boolean unlocked) { in doUserLockChanged()
/aosp12/art/runtime/interpreter/
H A Dinterpreter_common.h84 bool unlocked = h_ref->MonitorExit(self); in DoMonitorEnter() local
/aosp12/frameworks/base/services/core/java/com/android/server/am/
H A DProcessRecord.java705 void setUnlocked(boolean unlocked) { in setUnlocked()
/aosp12/frameworks/base/services/tests/servicestests/src/com/android/server/devicepolicy/
H A DDevicePolicyManagerTest.java7831 private void setUserUnlocked(int userHandle, boolean unlocked) { in setUserUnlocked()
/aosp12/bionic/tests/
H A Dstdio_test.cpp2580 TEST(STDIO_TEST, unlocked) { in TEST() argument