HomeSort by relevance Sort by last modified time
    Searched defs:try_lock (Results 1 - 25 of 31) sorted by null

1 2

  /prebuilts/go/darwin-x86/src/runtime/internal/atomic/
atomic_mipsx.s 13 try_lock: label
19 BEQ R3, try_lock
  /prebuilts/go/linux-x86/src/runtime/internal/atomic/
atomic_mipsx.s 13 try_lock: label
19 BEQ R3, try_lock
  /external/libcxx/test/std/thread/thread.mutex/thread.lock/thread.lock.unique/thread.lock.unique.locking/
try_lock.pass.cpp 16 // bool try_lock();
27 bool try_lock() function in struct:mutex
40 assert(lk.try_lock() == true);
46 lk.try_lock();
55 assert(lk.try_lock() == false);
62 lk.try_lock();
  /prebuilts/ndk/r11/sources/cxx-stl/llvm-libc++/libcxx/test/thread/thread.mutex/thread.lock/thread.lock.unique/thread.lock.unique.locking/
try_lock.pass.cpp 14 // bool try_lock();
23 bool try_lock() function in struct:mutex
36 assert(lk.try_lock() == true);
41 lk.try_lock();
49 assert(lk.try_lock() == false);
55 lk.try_lock();
  /prebuilts/ndk/r13/sources/cxx-stl/llvm-libc++/test/std/thread/thread.mutex/thread.lock/thread.lock.unique/thread.lock.unique.locking/
try_lock.pass.cpp 17 // bool try_lock();
26 bool try_lock() function in struct:mutex
39 assert(lk.try_lock() == true);
44 lk.try_lock();
52 assert(lk.try_lock() == false);
58 lk.try_lock();
  /external/libcxx/src/
shared_mutex.cpp 38 __shared_mutex_base::try_lock() function in class:__shared_mutex_base
109 bool shared_timed_mutex::try_lock() { return __base.try_lock(); } function in class:shared_timed_mutex
  /external/libcxx/test/std/thread/thread.mutex/thread.lock/thread.lock.guard/
variadic_adopt_lock.pass.cpp 29 bool try_lock() { if (locked) return false; locked = true; return true; } function in struct:TestMutex
variadic_mutex.pass.cpp 32 bool try_lock() { if (locked) return false; locked = true; return true; } function in struct:TestMutex
55 bool try_lock() { function in struct:TestMutexThrows
  /prebuilts/ndk/r11/sources/cxx-stl/llvm-libc++/libcxx/src/
shared_mutex.cpp 36 shared_timed_mutex::try_lock() function in class:shared_timed_mutex
  /prebuilts/ndk/r13/sources/cxx-stl/llvm-libc++/src/
shared_mutex.cpp 38 __shared_mutex_base::try_lock() function in class:__shared_mutex_base
109 bool shared_timed_mutex::try_lock() { return __base.try_lock(); } function in class:shared_timed_mutex
  /system/chre/platform/linux/include/chre/target_platform/
mutex_base_impl.h 32 inline bool Mutex::try_lock() { function in class:chre::Mutex
33 return mMutex.try_lock();
  /system/chre/platform/slpi/include/chre/target_platform/
mutex_base_impl.h 36 inline bool Mutex::try_lock() { function in class:chre::Mutex
  /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
try_lock.pass.cpp 15 // int try_lock(L1&, L2&, L3&...);
29 bool try_lock() function in class:L0
47 bool try_lock() function in class:L1
65 bool try_lock() function in class:L2
81 assert(std::try_lock(l0, l1) == -1);
88 assert(std::try_lock(l0, l1) == 1);
95 assert(std::try_lock(l0, l1) == 0);
105 std::try_lock(l0, l1);
119 std::try_lock(l0, l1);
134 assert(std::try_lock(l0, l1, l2) == -1)
    [all...]
  /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
try_lock.pass.cpp 13 // int try_lock(L1&, L2&, L3&...);
25 bool try_lock() function in class:L0
43 bool try_lock() function in class:L1
61 bool try_lock() function in class:L2
77 assert(std::try_lock(l0, l1) == -1);
84 assert(std::try_lock(l0, l1) == 1);
91 assert(std::try_lock(l0, l1) == 0);
100 std::try_lock(l0, l1);
114 std::try_lock(l0, l1);
128 assert(std::try_lock(l0, l1, l2) == -1)
    [all...]
  /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
try_lock.pass.cpp 16 // int try_lock(L1&, L2&, L3&...);
28 bool try_lock() function in class:L0
46 bool try_lock() function in class:L1
64 bool try_lock() function in class:L2
80 assert(std::try_lock(l0, l1) == -1);
87 assert(std::try_lock(l0, l1) == 1);
94 assert(std::try_lock(l0, l1) == 0);
103 std::try_lock(l0, l1);
117 std::try_lock(l0, l1);
131 assert(std::try_lock(l0, l1, l2) == -1)
    [all...]
  /external/llvm/include/llvm/Support/
Mutex.h 126 bool try_lock() { function in class:llvm::sys::SmartMutex
  /external/swiftshader/third_party/llvm-subzero/include/llvm/Support/
Mutex.h 126 bool try_lock() { function in class:llvm::sys::SmartMutex
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/llvm/include/llvm/Support/
Mutex.h 126 bool try_lock() { function in class:llvm::sys::SmartMutex
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/llvm/include/llvm/Support/
Mutex.h 126 bool try_lock() { function in class:llvm::sys::SmartMutex
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/llvm/include/llvm/Support/
Mutex.h 126 bool try_lock() { function in class:llvm::sys::SmartMutex
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Support/
Mutex.h 126 bool try_lock() { function in class:llvm::sys::SmartMutex
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/llvm/include/llvm/Support/
Mutex.h 126 bool try_lock() { function in class:llvm::sys::SmartMutex

Completed in 1487 milliseconds

1 2