HomeSort by relevance Sort by last modified time
    Searched refs:try_lock (Results 51 - 60 of 60) sorted by null

1 23

  /prebuilts/ndk/r11/sources/cxx-stl/llvm-libc++/libcxx/src/
memory.cpp 145 while (!m.try_lock())
  /prebuilts/ndk/r13/sources/cxx-stl/llvm-libc++/src/
memory.cpp 150 while (!m.try_lock())
  /external/libcxx/test/std/thread/thread.mutex/thread.lock.algorithm/
lock.pass.cpp 39 bool try_lock() function in class:L0
62 bool try_lock() function in class:L1
85 bool try_lock() function in class:L2
  /prebuilts/ndk/r11/sources/cxx-stl/llvm-libc++/libcxx/test/thread/thread.mutex/thread.lock.algorithm/
lock.pass.cpp 30 bool try_lock() function in class:L0
53 bool try_lock() function in class:L1
76 bool try_lock() function in class:L2
  /prebuilts/ndk/r13/sources/cxx-stl/llvm-libc++/test/std/thread/thread.mutex/thread.lock.algorithm/
lock.pass.cpp 33 bool try_lock() function in class:L0
56 bool try_lock() function in class:L1
79 bool try_lock() function in class:L2
  /external/llvm/unittests/IR/
ValueMapTest.cpp 189 EXPECT_FALSE(Data.M->try_lock()) << "Mutex should already be locked.";
193 EXPECT_FALSE(Data.M->try_lock()) << "Mutex should already be locked.";
  /external/compiler-rt/lib/tsan/rtl/
tsan_rtl_mutex.cc 144 void MutexLock(ThreadState *thr, uptr pc, uptr addr, int rec, bool try_lock) {
174 if (!try_lock)
176 ctx->dd->MutexAfterLock(&cb, &s->dd, true, try_lock);
tsan_rtl.h 728 bool try_lock = false);
730 void MutexReadLock(ThreadState *thr, uptr pc, uptr addr, bool try_lock = false);
  /external/libcxx/test/support/
nasty_containers.hpp 312 bool try_lock() TEST_NOEXCEPT { return true; }
  /prebuilts/ndk/r13/sources/cxx-stl/llvm-libc++/test/support/
nasty_containers.hpp 300 bool try_lock() _NOEXCEPT { return true; }

Completed in 508 milliseconds

1 23