/external/valgrind/main/drd/tests/ |
tc23_bogus_condwait.stderr.exp-darwin-x86 | 6 Mutex not locked: mutex 0x........, recursion count 0, owner 0. 14 Probably a race condition: condition variable 0x........ has been signaled but the associated mutex 0x........ is not locked by the signalling thread. 33 Mutex not locked by calling thread: mutex 0x........, recursion count 1, owner 2. 41 Probably a race condition: condition variable 0x........ has been signaled but the associated mutex 0x........ is not locked by the signalling thread. 53 The impossible happened: mutex is locked simultaneously by two threads: mutex 0x........, recursion count 1, owner 2. 61 Mutex not locked by calling thread: mutex 0x........, recursion count 2, owner 1.
|
tc23_bogus_condwait.stderr.exp-linux-x86 | 7 Probably a race condition: condition variable 0x........ has been signaled but the associated mutex 0x........ is not locked by the signalling thread. 16 Mutex not locked: mutex 0x........, recursion count 0, owner 0. 24 Probably a race condition: condition variable 0x........ has been signaled but the associated mutex 0x........ is not locked by the signalling thread. 44 Probably a race condition: condition variable 0x........ has been signaled but the associated mutex 0x........ is not locked by the signalling thread. 56 Mutex not locked by calling thread: mutex 0x........, recursion count 1, owner 2. 64 Probably a race condition: condition variable 0x........ has been signaled but the associated mutex 0x........ is not locked by the signalling thread. 76 The impossible happened: mutex is locked simultaneously by two threads: mutex 0x........, recursion count 1, owner 2. 84 Mutex not locked by calling thread: mutex 0x........, recursion count 2, owner 1.
|
/external/chromium_org/chrome/browser/notifications/ |
login_state_notification_blocker_chromeos.cc | 62 void LoginStateNotificationBlockerChromeOS::OnLockStateChanged(bool locked) { 63 locked_ = locked;
|
login_state_notification_blocker_chromeos.h | 36 virtual void OnLockStateChanged(bool locked) OVERRIDE;
|
/external/chromium_org/third_party/sqlite/src/test/ |
tkt-f3e5abed55.test | 44 } {1 {database is locked}} 93 } {1 {database is locked}}
|
tkt4018.test | 45 # The database is locked by connection [db]. Open and close a second 60 } {1 {database is locked}}
|
/external/chromium_org/v8/src/platform/ |
mutex.h | 64 // locked and owned by the calling thread, and immediately. If the mutex 65 // is already locked by another thread, suspends the calling thread until 69 // Unlocks the given mutex. The mutex is assumed to be locked and owned by 74 // successfully locked. 147 // - The maximum number of times that a recursive mutex may be locked is 158 // Locks the mutex. If another thread has already locked the mutex, a call to 169 // locked by the current thread of execution, otherwise, the behavior is 174 // successfully locked.
|
/external/qemu/android/utils/ |
filelock.c | 47 ** only if the corresponding file path could not be locked. 78 int locked; member in struct:FileLock 183 D( "the file '%s' is locked by process ID %d\n", lock->file, lockpid ); 216 lock->locked = 1; 275 lock->locked = 1; 352 if (lock->locked) { 359 lock->locked = 0; 400 lock->locked = 0;
|
/frameworks/wilhelm/src/ |
handlers.h | 69 * is called. The handler is called with the object's mutex locked, 70 * and should return with mutex locked. The handler returns a bitmask of the attributes which
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/src/ |
condition_variable.cpp | 39 "condition_variable::wait: mutex not locked"); 52 "condition_variable::timed wait: mutex not locked");
|
/frameworks/ex/camera2/public/src/com/android/ex/camera2/pos/ |
AutoFocusStateMachine.java | 42 * @param locked True if the lens has been locked from moving, false otherwise. 44 void onAutoFocusSuccess(CaptureResult result, boolean locked); 49 * @param locked False if the AF is still scanning, true if needs a restart. 51 void onAutoFocusFail(CaptureResult result, boolean locked); 158 mListener.onAutoFocusSuccess(result, /*locked*/true); 162 mListener.onAutoFocusFail(result, /*locked*/true); 166 mListener.onAutoFocusSuccess(result, /*locked*/false); 169 mListener.onAutoFocusFail(result, /*locked*/false); 209 * {@code locked == true} will be invoked. If the lock fails [all...] |
/external/llvm/lib/ExecutionEngine/ |
ExecutionEngine.cpp | 161 MutexGuard locked(lock); 165 void *&CurVal = EEState.getGlobalAddressMap(locked)[GV]; 170 if (!EEState.getGlobalAddressReverseMap(locked).empty()) { 172 EEState.getGlobalAddressReverseMap(locked)[Addr]; 179 MutexGuard locked(lock); 181 EEState.getGlobalAddressMap(locked).clear(); 182 EEState.getGlobalAddressReverseMap(locked).clear(); 186 MutexGuard locked(lock); 189 EEState.RemoveMapping(locked, FI); 192 EEState.RemoveMapping(locked, GI) [all...] |
/external/chromium/chrome/browser/chromeos/login/ |
screen_locker_tester.h | 29 // Returns true if the screen is locked.
|
/external/chromium/chrome/browser/policy/ |
enterprise_install_attributes.h | 36 // case it checks that the passed user agrees with the locked attribute.
|
/external/chromium/chrome/browser/resources/options/chromeos/ |
internet_options_page.css | 154 #locked-network-banner { 162 #locked-network-icon { 173 #access-locked-text { 187 #internetPage:not([accesslocked]) #locked-network-banner,
|
/external/chromium/chrome/common/ |
multi_process_lock_mac.cc | 23 DLOG(ERROR) << "MultiProcessLock is already locked - " << name_;
|
multi_process_lock_win.cc | 23 DLOG(ERROR) << "MultiProcessLock is already locked - " << name_;
|
/external/chromium/net/base/ |
cert_database_mac.cc | 46 base::AutoLock locked(crypto::GetMacSecurityServicesLock());
|
/external/chromium/net/disk_cache/ |
file_lock.h | 28 // the operations are inlined / optimized, the "locked" operations can happen
|
/external/chromium/net/url_request/ |
url_request_job_manager.cc | 148 base::AutoLock locked(lock_); 167 base::AutoLock locked(lock_); 190 base::AutoLock locked(lock_); 203 base::AutoLock locked(lock_);
|
/external/chromium_org/android_webview/native/ |
aw_settings.h | 28 // Called from Java. Methods with "Locked" suffix require that the settings
|
/external/chromium_org/ash/system/chromeos/power/ |
power_event_observer.h | 36 // Is the screen currently locked?
|
/external/chromium_org/ash/system/user/ |
tray_user_separator.cc | 30 // If the screen is locked, or only a single user is shown, show nothing.
|
/external/chromium_org/chrome/browser/chromeos/input_method/ |
browser_state_monitor_unittest.cc | 142 bool locked = true; local 145 content::Details<bool>(&locked)); 151 locked = false; 154 content::Details<bool>(&locked));
|
/external/chromium_org/chrome/browser/chromeos/login/ |
screen_locker_tester.h | 27 // Returns true if the screen is locked.
|