Searched defs:unlocked (Results 1 – 9 of 9) sorted by relevance
41 bool unlocked = object->MonitorExit(self); in artLockObjectFromCode() local
167 ConditionVariable unlocked = new ConditionVariable(false); in testOnUnlockUser_forNonSystemUserWhenBackupsDisabled_doesNotStartUser() local181 ConditionVariable unlocked = new ConditionVariable(false); in testOnUnlockUser_forSystemUserWhenBackupsDisabled_doesNotStartUser() local196 ConditionVariable unlocked = new ConditionVariable(false); in testOnUnlockUser_whenBackupNotActivated_doesNotStartUser() local
557 const uint16_t unlocked = shared | MUTEX_STATE_BITS_UNLOCKED; in NormalMutexTryLock() local594 const uint16_t unlocked = shared | MUTEX_STATE_BITS_UNLOCKED; in NormalMutexLock() local621 const uint16_t unlocked = shared | MUTEX_STATE_BITS_UNLOCKED; in NormalMutexUnlock() local731 const uint16_t unlocked = mtype | shared | MUTEX_STATE_BITS_UNLOCKED; in MutexLockWithTimeout() local891 const uint16_t unlocked = mtype | shared | MUTEX_STATE_BITS_UNLOCKED; in pthread_mutex_unlock() local928 const uint16_t unlocked = mtype | shared | MUTEX_STATE_BITS_UNLOCKED; in pthread_mutex_trylock() local
313 private void mockUserUnlocked(boolean unlocked) { in mockUserUnlocked()
176 private void doUserLockChanged(int userId, boolean unlocked) { in doUserLockChanged()
84 bool unlocked = h_ref->MonitorExit(self); in DoMonitorEnter() local
705 void setUnlocked(boolean unlocked) { in setUnlocked()
7831 private void setUserUnlocked(int userHandle, boolean unlocked) { in setUserUnlocked()
2580 TEST(STDIO_TEST, unlocked) { in TEST() argument