/external/qemu/distrib/sdl-1.2.12/src/thread/os2/ |
SDL_syscond.c | 138 The mutex must be locked before entering this function! 139 The mutex is unlocked during the wait, and locked again after the wait.
|
/external/v8/src/ |
atomicops_internals_x86_gcc.cc | 93 // Opteron Rev E has a bug in which on very rare occasions a locked 95 // non-locked read-modify-write instruction. Rev F has this bug in
|
/frameworks/base/core/java/android/app/ |
KeyguardManager.java | 135 * Return whether the keyguard is currently locked. 137 * @return true if in keyguard is locked.
|
/frameworks/compile/libbcc/lib/ExecutionEngine/ |
FileHandle.cpp | 82 // Check rather we have locked the correct file or not 87 // The file we locked is different from the given path. This may
|
/frameworks/media/libvideoeditor/osal/src/ |
M4OSA_Mutex.c | 117 * @note If the mutex is already locked, the calling thread blocks until 250 * @note It is an application issue to warrant no more threads are locked
|
/prebuilt/windows/sdl/host/include/SDL/ |
SDL_mutex.h | 70 It is an error to unlock a mutex that has not been locked by 147 The mutex must be locked before entering this function!
|
/external/chromium/chrome/browser/chromeos/login/ |
login_performer.cc | 81 // No difference between cases whether screen was locked by the user or 155 // Don't unlock screen if it was locked while we're waiting 320 DVLOG(1) << "Screen already locked"; 336 LOG(ERROR) << "Screen is not locked"; 452 DVLOG(1) << "Screen locked";
|
/external/clang/www/demo/ |
index.cgi | 52 system("rm -f $ROOT/locked"); 140 if ( -f "$ROOT/locked" ) { 142 stat("$ROOT/locked"); 151 system("touch $ROOT/locked"); 460 system("rm $ROOT/locked");
|
/system/media/wilhelm/src/ |
sles_allinclusive.h | 216 AsyncHook mRealize; // called with mutex locked; can temporarily unlock mutex (for async) 217 AsyncHook mResume; // called with mutex locked; can temporarily unlock mutex (for async) 218 VoidHook mDestroy; // called with mutex locked and must keep mutex locked throughout 219 PreDestroyHook mPreDestroy; // called with mutex locked; can temporarily unlock mutex (for wait)
|
/external/dbus/dbus/ |
dbus-threads.c | 688 dbus_bool_t locked; /**< Mutex is "locked" */ member in struct:DBusFakeMutex 745 _dbus_assert (!fake->locked); 755 _dbus_assert (!fake->locked); 757 fake->locked = TRUE; 767 _dbus_assert (fake->locked); 769 fake->locked = FALSE;
|
/external/skia/include/core/ |
SkBitmap.h | 401 * does not have any pixels (or has not be locked with lockPixels()). 417 * In debug build, this asserts that the pixels are allocated and locked, 424 * In debug build, this asserts that the pixels are allocated and locked, 431 * In debug build, this asserts that the pixels are allocated and locked, 439 * In debug build, this asserts that the pixels are allocated and locked, 447 * In debug build, this asserts that the pixels are allocated and locked, 528 or setPixelRef was called. The pixels need not be locked when this 741 /** Return the currently locked colors, or NULL if no bitmap's colortable 742 is currently locked.
|
/external/kernel-headers/original/linux/ |
dmaengine.h | 220 * Both @dest and @src must stay memory resident (kernel memory or locked 245 * locked user space pages) 271 * (kernel memory or locked user space pages).
|
/external/oprofile/events/x86-64/family11h/ |
unit_masks | 181 # BKDG 3.28 does not include unit_mask of 0x01 for "accesses by Locked instructions" 183 0x02 Data cache misses by locked instructions 185 0x01 The number of locked instructions executed
|
/external/oprofile/events/x86-64/hammer/ |
unit_masks | 174 # BKDG 3.28 does not include unit_mask of 0x01 for "accesses by Locked instructions" 176 0x02 Data cache misses by locked instructions 178 0x01 The number of locked instructions executed
|
/frameworks/base/core/tests/hosttests/src/android/content/pm/ |
PackageManagerHostTests.java | [all...] |
/hardware/ti/omap4xxx/domx/omx_core/inc/ |
OMX_TI_Common.h | 140 * are locked/unlocked by codecs. By 158 * currently locked. 161 * one copy which has been locked
|
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/accessibility/ |
KeyCodeDescriptionMapper.java | 45 // Map of shift-locked key codes to spoken description resource IDs 105 // Shift-locked versions of non-character codes defined in Keyboard 203 * <li>Manually-defined shift-locked description</li>
|
/prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/bits/ |
fcntl.h | 164 __off_t l_len; /* Size of the locked area; zero means until EOF. */ 167 __off64_t l_len; /* Size of the locked area; zero means until EOF. */ 178 __off64_t l_len; /* Size of the locked area; zero means until EOF. */
|
/dalvik/tests/088-monitor-verification/src/ |
Main.java | 201 * Lock the monitor two or three times, and make use of the locked or
|
/dalvik/vm/analysis/ |
DexPrepare.h | 91 * Returns the file descriptor, locked and seeked past the "opt" header.
|
/external/chromium/base/synchronization/ |
waitable_event_watcher_posix.cc | 34 AutoLock locked(lock_); 39 AutoLock locked(lock_); 161 AutoLock locked(kernel->lock_); 218 AutoLock locked(kernel_->lock_);
|
/external/chromium/chrome/browser/diagnostics/ |
sqlite_diagnostics.cc | 59 RecordFailure(ASCIIToUTF16("DB locked by another process"));
|
/external/chromium/chrome/browser/ |
process_singleton_mac.cc | 101 // The file is open by another process and locked.
|
/external/chromium/chrome/browser/ui/views/ |
browser_bubble_gtk.cc | 102 params.push_back(0); // don't show while screen is locked
|
/external/chromium/net/base/ |
cert_verifier.cc | 150 base::AutoLock locked(lock_); 177 // this case, we will end up deleting a locked Lock, which can lead to 179 base::AutoLock locked(lock_); 201 base::AutoLock locked(lock_);
|