/external/valgrind/main/drd/ |
drd_mutex.c | 410 Long held = VG_(read_millisecond_timer)() - p->acquiry_time_ms; local 411 if (held > s_mutex_lock_threshold_ms) 415 mutex, p->acquired_at, held, s_mutex_lock_threshold_ms };
|
/frameworks/av/services/audioflinger/ |
AudioFlinger.h | 446 // no range check, AudioFlinger::mLock held 449 // no range check, doesn't check per-thread stream volume, AudioFlinger::mLock held 544 // NOTE: If both mLock and mHardwareLock mutexes must be held,
|
/frameworks/av/services/camera/libcameraservice/device3/ |
Camera3Device.h | 216 * Must be called with mLock and mInterfaceLock both held. 222 * Must be called with mLock and mInterfaceLock both held. 231 * Needs to be called with mLock and mInterfaceLock held. This means there
|
/art/runtime/ |
monitor.cc | 147 * held by the caller of this routine. 168 * be held by the caller of this routine. 867 // - waiting to lock <0x613f83d8> (a java.lang.Object) held by thread 5 869 os << " held by thread " << lock_owner; [all...] |
/external/chromium_org/third_party/sqlite/src/src/ |
pcache1.c | 70 ** The PGroup mutex must be held when accessing nMax. 369 ** The PCache mutex must be held when this function is called. 413 ** The PGroup mutex must be held when this function is called. 449 ** The PGroup mutex must be held when this function is called. 484 ** The PCache mutex must be held when this function is called. 922 ** held by the pager system. Memory in use by any SQLite pager allocated
|
btmutex.c | 142 ** Return true if the BtShared mutex is held on the btree, or if the 240 ** Return true if the correct mutexes are held for accessing the
|
notify.c | 38 ** mutex is held. 209 ** the transaction opened by database db has just finished. Locks held
|
/external/ceres-solver/include/ceres/internal/ |
scoped_ptr.h | 116 // The return value is the current pointer held by this object. 250 // The return value is the current pointer held by this object.
|
/external/chromium_org/ash/wm/ |
immersive_fullscreen_controller.h | 189 // Acquires |located_event_revealed_lock_| if it is not already held. 259 // Timer to track cursor being held at the top edge of the screen.
|
/external/chromium_org/cc/layers/ |
delegated_frame_provider_unittest.cc | 223 // Release both refs. But there's still a ref held in the frame 265 // Release both refs. But there's still a ref held in the frame
|
/external/chromium_org/content/browser/media/ |
webrtc_identity_store.cc | 124 // Its lifetime is tied with the Callback held by the corresponding 147 // owned by the Callback held by |request|.
|
/external/chromium_org/content/public/android/javatests/src/org/chromium/content/browser/ |
BindingManagerTest.java | 181 // Verify that the initial binding is held, add a strong binding. 223 // Verify that the initial binding is held, add a strong binding.
|
/external/chromium_org/ppapi/shared_impl/ |
var_tracker.h | 32 // Tracks non-POD (refcounted) var objects held by a plugin. 48 // THREAD_SAFE VarTracker will check that the ProxyLock is held. See
|
/external/chromium_org/third_party/WebKit/Source/core/frame/ |
ImageBitmapTest.cpp | 84 // Verifies that the image resource held by an ImageBitmap is the same as the 85 // one held by the HTMLImageElement.
|
/external/chromium_org/third_party/icu/source/i18n/ |
reldtfmt.h | 225 DateFormat *fDateFormat; // the held date format 226 DateFormat *fTimeFormat; // the held time format
|
/external/chromium_org/third_party/tcmalloc/vendor/src/ |
common.h | 228 // fails. Requires pageheap_lock is held. 232 // Requires pageheap_lock is held.
|
/external/kernel-headers/original/asm-arm/ |
cacheflush.h | 193 * Their sole purpose is to ensure that data held in the cache 219 * Their sole purpose is to ensure that data held in the cache
|
/external/smack/src/com/kenai/jbosh/ |
BOSHClient.java | 892 * This method assumes the lock is currently held. [all...] |
/frameworks/av/media/libstagefright/omx/ |
OMX.cpp | 480 // mLock is already held. 510 // mLock is held.
|
/frameworks/base/services/java/com/android/server/display/ |
OverlayDisplayWindow.java | 44 * No locks are held by this object and locks must not be held while making called into it.
|
/hardware/qcom/display/msm8960/libgenlock/ |
genlock.cpp | 257 * Lock the buffer specified by the buffer handle. The lock held by the buffer 309 * Blocks the calling process until the lock held on the handle is unlocked.
|
/hardware/qcom/display/msm8x26/libgenlock/ |
genlock.cpp | 257 * Lock the buffer specified by the buffer handle. The lock held by the buffer 309 * Blocks the calling process until the lock held on the handle is unlocked.
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/ |
test_socketserver.py | 313 # If the import lock is held, the threads will hang 314 raise unittest.SkipTest("can't run when import lock is held") namespace
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/ |
test_socketserver.py | 313 # If the import lock is held, the threads will hang 314 raise unittest.SkipTest("can't run when import lock is held") namespace
|
/external/clang/lib/Analysis/ |
ThreadSafety.cpp | 746 /// \brief LKind stores whether a lock is held shared or exclusively. 789 /// that is held at that point. 922 FactSet EntrySet; // Lockset held at entry to block 923 FactSet ExitSet; // Lockset held at exit from block 924 LocalVarContext EntryContext; // Context held at entry to block 925 LocalVarContext ExitContext; // Context held at exit from bloc [all...] |