/frameworks/base/wifi/java/android/net/wifi/ |
WifiManager.java | [all...] |
/external/chromium/chrome/browser/ |
process_singleton_linux.cc | 606 // If locked, it means we are not ready to process this message because 608 if (parent_->locked()) { 609 DLOG(WARNING) << "Browser is locked"; 799 // Locked by process on another host. 953 // We've already locked things, so we can't have lost the startup race, [all...] |
/external/kernel-headers/original/linux/ |
jbd.h | 406 * LOCKED: Updates still running but we don't accept new ones 583 * @j_wait_transaction_locked: Wait queue for waiting for a locked transaction 681 * Wait queue for waiting for a locked transaction to start committing, 990 int __log_space_left(journal_t *); /* Called with journal locked */ [all...] |
/external/ppp/pppd/ |
tty.c | 133 int locked; /* lock() has succeeded */ variable 546 locked = 1; 802 if (locked) { 804 locked = 0; 859 if (locked) [all...] |
/external/qemu/android/avd/ |
info.c | 111 * and this doesn't need to be locked. must be first in list 113 * MUSTLOCK means that the file should be locked before 122 IMAGE_STATE_MUSTLOCK, /* must be locked */ 123 IMAGE_STATE_LOCKED, /* locked */ 124 IMAGE_STATE_LOCKED_EMPTY, /* locked and empty */ [all...] |
/libcore/luni/src/main/java/java/nio/channels/ |
FileChannel.java | 165 * @return the lock object representing the locked file area. 204 * returned represents the lock for subsequent operations on the locked 222 * the starting position for the locked region. 224 * the length of the locked region in bytes. 597 * grows outside of the lock that region of the file won't be locked by this [all...] |
/bionic/libc/bionic/ |
pthread.c | 747 // 1: locked, no waiters 748 // 2: locked, maybe waiters 900 * valid and is not already locked. */ 915 * 1 (locked, no contention) 916 * 2 (locked, contention) 1085 } else if ((oldv & 3) == 1) { /* locked state 1 => state 2 */ [all...] |
pthread-rwlocks.c | 37 * - one or more readers sharing the lock at the same time (read-locked)
|
/device/samsung/crespo/libaudio/ |
AudioHardware.cpp | 636 bool locked = false; local 639 locked = true; 644 return locked; 653 bool locked = tryLock(mLock); local 654 if (!locked) { 1305 bool locked = tryLock(mLock); local 1987 bool locked = tryLock(mLock); local [all...] |
/external/webkit/Source/WebCore/rendering/ |
RenderThemeSafari.cpp | 523 // Height is locked to auto. 526 // White-space is locked to pre 535 // Our font is locked to the appropriate system font size for the control. To clarify, we first use the CSS-specified font to figure out 868 // Height is locked to auto. 871 // White-space is locked to pre [all...] |
/external/valgrind/main/docs/html/ |
drd-manual.html | 366 <code class="function">pthread_cond_timed_wait</code>is not locked at 672 Attempts to unlock a mutex that has not been locked. 675 Attempts to unlock a mutex that was locked by another thread. 683 Destruction or deallocation of a locked mutex. [all...] |
hg-manual.html | 105 <li class="listitem"><p>unlocking a not-locked mutex</p></li> 108 <li class="listitem"><p>destroying an invalid or a locked mutex</p></li> 111 locked mutex</p></li> 117 <li class="listitem"><p>when a thread exits whilst still holding locked 120 with a not-locked mutex, an invalid mutex, 121 or one locked by a different 153 Thread #1 unlocked a not-locked lock at 0x7FEFFFA90 454 immediately) locked by thread T2, then the memory accesses in T1 [all...] |
/external/oprofile/events/ppc/e500/ |
events | 40 event:0x28 counters:0,1,2,3 um:zero minimum:500 name:DL1_LOCKS : Number of cache lines locked in the dL1. (Counts a lock even if an overlock condition is encountered.) 59 event:0x3b counters:0,1,2,3 um:zero minimum:500 name:IL1_LOCKS : Number of cache lines locked in the iL1. (Counts a lock even if an overlock condition is encountered.)
|
/external/oprofile/events/ppc/e500v2/ |
events | 40 event:0x28 counters:0,1,2,3 um:zero minimum:500 name:DL1_LOCKS : Number of cache lines locked in the dL1. (Counts a lock even if an overlock condition is encountered.) 59 event:0x3b counters:0,1,2,3 um:zero minimum:500 name:IL1_LOCKS : Number of cache lines locked in the iL1. (Counts a lock even if an overlock condition is encountered.)
|
/external/oprofile/events/x86-64/family11h/ |
events | 33 event:0x24 counters:0,1,2,3 um:locked_ops minimum:500 name:LOCKED_OPS : Locked operations 51 event:0x4c counters:0,1,2,3 um:dcachemisslocked minimum:500 name:DCACHE_MISS_LOCKED_INSTRUCTIONS : DCACHE misses by locked instructions
|
/external/oprofile/events/x86-64/hammer/ |
events | 31 event:0x24 counters:0,1,2,3 um:locked_ops minimum:500 name:LOCKED_OPS : Locked operations 51 event:0x4c counters:0,1,2,3 um:dcachemisslocked minimum:500 name:DCACHE_MISS_LOCKED_INSTRUCTIONS : DCACHE misses by locked instructions
|
/external/valgrind/main/drd/ |
drd_error.c | 283 "%s: cond 0x%lx, mutex 0x%lx locked by thread %d\n", 296 " locked by the signalling thread.\n",
|
/external/valgrind/main/helgrind/docs/ |
hg-manual.xml | 99 <listitem><para>unlocking a not-locked mutex</para></listitem> 102 <listitem><para>destroying an invalid or a locked mutex</para></listitem> 105 locked mutex</para></listitem> 111 <listitem><para>when a thread exits whilst still holding locked 114 with a not-locked mutex, an invalid mutex, 115 or one locked by a different 151 Thread #1 unlocked a not-locked lock at 0x7FEFFFA90 505 immediately) locked by thread T2, then the memory accesses in T1 [all...] |
/frameworks/base/include/media/stagefright/ |
SurfaceMediaSource.h | 111 // Make sure this is called when the mutex is locked 332 // variables of SurfaceMediaSource objects. It must be locked whenever the
|
/packages/inputmethods/OpenWnn/src/jp/co/omronsoft/openwnn/ |
WnnDictionary.java | 115 * When the flag set true, the user dictionary is locked. 117 * @param flag {@code true} if the user dictionary is locked; {@code false} if the user dictionary is unlocked.
|
/system/media/wilhelm/src/ |
sles.c | 27 * entry that the object is locked for either shared or exclusive access. 99 * Entry condition: the object is locked.
|
/development/tools/emulator/system/camera/ |
CallbackNotifier.h | 189 * Note that this method must be called while object is locked.
|
/external/apache-http/src/org/apache/http/impl/ |
EnglishReasonPhraseCatalog.java | 226 "Locked");
|
/external/bluetooth/hcidump/parser/ |
obex.c | 135 return "Database locked";
|
/external/chromium/base/ |
shared_memory.h | 167 // locked by the same thread.
|