HomeSort by relevance Sort by last modified time
    Searched full:guarded (Results 51 - 75 of 324) sorted by null

1 23 4 5 6 7 8 91011>>

  /external/chromium_org/native_client_sdk/src/libraries/third_party/pthreads-win32/
pthread_rwlock_trywrlock.c 56 * again inside the guarded section of ptw32_rwlock_check_need_init()
pthread_rwlock_wrlock.c 56 * again inside the guarded section of ptw32_rwlock_check_need_init()
  /external/chromium_org/v8/src/
d8-debug.h 84 // the list is guarded by a mutex and a semaphore signals new items in the
  /external/clang/test/Sema/
warn-unreachable.c 135 // Test case for <rdar://problem/11005770>. We should treat code guarded
  /external/libvpx/libvpx/examples/includes/geshi/geshi/
vhdl.php 56 'function','generate','generic','group','guarded','if','impure','in',
  /external/qemu/docs/
ANDROID-MEMCHECK.TXT 55 All the code related to memory checking is guarded in emulator's code by
  /external/v8/src/
d8-debug.h 86 // the list is guarded by a mutex and a semaphore signals new items in the
  /frameworks/base/core/java/android/app/
QueuedWork.java 41 private static ExecutorService sSingleThreadExecutor = null; // lazy, guarded by class
  /frameworks/base/services/java/com/android/server/display/
DisplayAdapter.java 31 * Display adapters are guarded by the {@link DisplayManagerService.SyncRoot} lock.
OverlayDisplayAdapter.java 49 * Display adapters are guarded by the {@link DisplayManagerService.SyncRoot} lock.
259 * Guarded by the {@link DisplayManagerService.SyncRoot} lock.
  /external/guava/guava/src/com/google/common/util/concurrent/
AbstractService.java 49 * shutdownWhenStartupFinishes is true. Guarded by {@code lock}.
55 * up. Guarded by {@code lock}.
  /frameworks/base/services/input/
SpriteController.h 248 } mLocked; // guarded by mController->mLock
278 } mLocked; // guarded by mLock
  /external/iptables/libiptc/
linux_list.h 444 * as long as the traversal is guarded by rcu_read_lock().
463 * as long as the traversal is guarded by rcu_read_lock().
477 * as long as the traversal is guarded by rcu_read_lock().
496 * as long as the traversal is guarded by rcu_read_lock().
609 * must be guarded by rcu_read_lock().
715 * as long as the traversal is guarded by rcu_read_lock().
  /bionic/libc/kernel/
README.TXT 121 this pass gets rid of everything that is guarded by a well-known macro
154 (and which normally *should* be guarded in a #ifdef __KERNEL__ ... #endif
263 - sometimes, we prefer to take certain things out of blocks guarded by a
  /dalvik/vm/
Thread.h 137 * Both of these are guarded by gDvm.threadSuspendCountLock.
256 /* guarded by waitMutex */
261 /* guarded by waitMutex */
  /external/okhttp/src/main/java/com/squareup/okhttp/internal/spdy/
SpdyConnection.java 46 // Internal state of this connection is guarded by 'this'. No blocking
49 // Socket writes are guarded by spdyWriter.
100 /** Lazily-created map of in-flight pings awaiting a response. Guarded by this. */
  /external/oprofile/events/ppc/e500/
events 32 event:0x20 counters:0,1,2,3 um:zero minimum:500 name:GUARDED_LOADS_TRANSLATED : Number of guarded loads translated
45 event:0x2d counters:0,1,2,3 um:zero minimum:500 name:LOAD_GUARDED_MISS_NOT_LAST_REPLAYS : Load guarded miss when the load is not yet at the bottom of the completion buffer.
53 event:0x35 counters:0,1,2,3 um:zero minimum:500 name:LOAD_GUARDED_MISS_NOT_LAST_CYCLES : Cycles stalled on replay condition - Load guarded miss when the load is not yet at the bottom of the completion buffer.
  /external/oprofile/events/ppc/e500v2/
events 32 event:0x20 counters:0,1,2,3 um:zero minimum:500 name:GUARDED_LOADS_TRANSLATED : Number of guarded loads translated
45 event:0x2d counters:0,1,2,3 um:zero minimum:500 name:LOAD_GUARDED_MISS_NOT_LAST_REPLAYS : Load guarded miss when the load is not yet at the bottom of the completion buffer.
53 event:0x35 counters:0,1,2,3 um:zero minimum:500 name:LOAD_GUARDED_MISS_NOT_LAST_CYCLES : Cycles stalled on replay condition - Load guarded miss when the load is not yet at the bottom of the completion buffer.
  /system/core/include/utils/
Looper.h 360 Vector<MessageEnvelope> mMessageEnvelopes; // guarded by mLock
361 bool mSendingMessage; // guarded by mLock
370 KeyedVector<int, Request> mRequests; // guarded by mLock
  /external/kernel-headers/original/linux/
list.h 523 * as long as the traversal is guarded by rcu_read_lock().
545 * as long as the traversal is guarded by rcu_read_lock().
560 * as long as the traversal is guarded by rcu_read_lock().
578 * as long as the traversal is guarded by rcu_read_lock().
717 * list-traversal primitive must be guarded by rcu_read_lock().
878 * as long as the traversal is guarded by rcu_read_lock().
  /frameworks/base/packages/WallpaperCropper/src/com/android/photos/views/
TiledImageView.java 63 // Guarded by locks
77 // Guarded by mLock
  /libcore/luni/src/main/java/java/util/
HugeEnumSet.java 195 @SuppressWarnings("unchecked") // guarded by isValidType()
251 @SuppressWarnings("unchecked") // guarded by isValidType()
  /packages/apps/Gallery2/src/com/android/photos/views/
TiledImageView.java 63 // Guarded by locks
77 // Guarded by mLock
  /packages/apps/Launcher3/WallpaperPicker/src/com/android/photos/views/
TiledImageView.java 63 // Guarded by locks
77 // Guarded by mLock
  /external/chromium_org/chrome/browser/browsing_data/
browsing_data_database_helper.h 68 // guarded by |is_fetching_|. This means |database_info_| is only accessed

Completed in 1789 milliseconds

1 23 4 5 6 7 8 91011>>