HomeSort by relevance Sort by last modified time
    Searched full:trylock (Results 101 - 125 of 402) sorted by null

1 2 3 45 6 7 8 91011>>

  /external/stressapptest/src/
finelock_queue.cc 350 // If page does not meet predicate, don't trylock (expensive).
354 // If page does not meet tag predicate, don't trylock (expensive).
  /external/valgrind/main/drd/tests/
tsan_thread_wrappers_pthread.h 203 bool TryLock() { return (0 == pthread_mutex_trylock(&mu_));}
211 bool ReaderTryLock() { return TryLock();}
Makefile.in 83 threaded-fork$(EXEEXT) trylock$(EXEEXT) unit_bitmap$(EXEEXT) \
408 trylock_SOURCES = trylock.c
409 trylock_OBJECTS = trylock.$(OBJEXT)
462 $(std_thread_SOURCES) thread_name.c threaded-fork.c trylock.c \
485 $(std_thread_SOURCES) thread_name.c threaded-fork.c trylock.c \
    [all...]
  /libcore/luni/src/main/java/java/util/concurrent/
TimeUnit.java 28 * if (lock.tryLock(50L, TimeUnit.MILLISECONDS)) ...}</pre>
33 * if (lock.tryLock(50L, TimeUnit.SECONDS)) ...}</pre>
  /external/deqp/framework/platform/ios/
tcuIOSPlatform.mm 50 if (!m_viewLock.tryLock())
  /frameworks/av/services/audiopolicy/
AudioPolicyService.cpp 269 static bool tryLock(Mutex& mutex)
273 if (mutex.tryLock() == NO_ERROR) {
308 bool locked = tryLock(mLock);
560 bool locked = tryLock(mLock);
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/multiprocessing/
heap.py 195 # trylock is used instead, and if the lock can't be acquired
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/multiprocessing/
heap.py 195 # trylock is used instead, and if the lock can't be acquired
  /system/extras/tests/bionic/libc/common/
test_pthread_rwlock.c 36 * is detected with a PTHREAD_MUTEX_ERRORCHECK lock() or trylock(), but
  /external/compiler-rt/lib/tsan/rtl/
tsan_rtl_mutex.cc 234 void MutexReadLock(ThreadState *thr, uptr pc, uptr addr, bool trylock) {
254 if (!trylock)
256 ctx->dd->MutexAfterLock(&cb, &s->dd, false, trylock);
  /frameworks/av/services/soundtrigger/
SoundTriggerHwService.cpp 177 static bool tryLock(Mutex& mutex)
181 if (mutex.tryLock() == NO_ERROR) {
196 bool locked = tryLock(mServiceLock);
  /external/chromium_org/third_party/tcmalloc/chromium/src/tests/
tcmalloc_unittest.cc 344 int locks_ok_; // Number of OK TryLock() ops
345 int locks_failed_; // Number of failed TryLock() ops
478 if (thread->lock_.TryLock()) {
494 // TryLock(). Plus we unlock immediately after swapping passed
498 if (!lock_.TryLock()) {
    [all...]
  /external/chromium_org/third_party/tcmalloc/vendor/src/tests/
tcmalloc_unittest.cc 344 int locks_ok_; // Number of OK TryLock() ops
345 int locks_failed_; // Number of failed TryLock() ops
478 if (thread->lock_.TryLock()) {
494 // TryLock(). Plus we unlock immediately after swapping passed
498 if (!lock_.TryLock()) {
    [all...]
  /external/chromium_org/third_party/WebKit/Source/modules/webaudio/
ScriptProcessorNode.cpp 221 // The audio thread can't block on this lock, so we call tryLock() instead.
  /external/chromium_org/third_party/tcmalloc/chromium/src/
config_win.h 298 // least 0x0400 for mutex.h to have access to TryLock, and at least
  /external/chromium_org/third_party/tcmalloc/chromium/src/windows/
config.h 293 // least 0x0400 for mutex.h to have access to TryLock, and at least
  /external/chromium_org/third_party/tcmalloc/vendor/src/windows/
config.h 293 // least 0x0400 for mutex.h to have access to TryLock, and at least
  /external/clang/lib/StaticAnalyzer/Checkers/
PthreadLockChecker.cpp 172 llvm_unreachable("Unknown tryLock locking semantics");
  /external/deqp/execserver/
xsExecutionServer.cpp 114 if (!m_testDriverLock.tryLock())
  /external/deqp/framework/delibs/dethread/
deThreadTest.c 335 /* tryLock() deadlock test. */
  /external/valgrind/main/helgrind/
hg_intercepts.c 537 // the pre-lock creq that this is a trylock-style operation, and
    [all...]
  /frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/impl/
RenderAction.java 189 boolean acquired = lock.tryLock(timeout, TimeUnit.MILLISECONDS);
  /external/clang/lib/Analysis/
ThreadSafety.cpp     [all...]
  /frameworks/av/services/camera/libcameraservice/device3/
Camera3Device.h 321 * Debugging trylock/spin method
  /frameworks/wilhelm/src/itf/
IOutputMixExt.c 56 // a trylock with retry or lockless solution would be ideal

Completed in 1512 milliseconds

1 2 3 45 6 7 8 91011>>