HomeSort by relevance Sort by last modified time
    Searched full:locked (Results 326 - 350 of 785) sorted by null

<<11121314151617181920>>

  /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)
  /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...]
  /external/webkit/Source/WebCore/platform/graphics/android/
GLWebViewState.cpp 218 // base layer isn't locked, so go ahead and issue the inval to both tiled pages
233 // base layer is locked, so defer invalidation until unlockBaseLayerUpdate()
  /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.
tracked_objects.h 315 // zero, then all asynchronous contributions are complete, and locked access
541 // local (locked) change to prevent any more threads from registering. Then
600 // When a snapshot is needed, this structure can be locked in place for the
606 // It is locked before changing, and hence other threads may access it by
  /external/chromium/chrome/browser/password_manager/
password_store_x.cc 216 // just to force the native store to unlock if it was locked. We delete it
  /external/chromium/chrome/browser/policy/
device_policy_cache.cc 153 // Check the user this policy is for against the device-locked name.

Completed in 1237 milliseconds

<<11121314151617181920>>