/external/libcxx/src/ |
D | mutex.cpp | 37 mutex::try_lock() _NOEXCEPT in try_lock() function in mutex 83 recursive_mutex::try_lock() _NOEXCEPT in try_lock() function in recursive_mutex 110 timed_mutex::try_lock() _NOEXCEPT in try_lock() function in timed_mutex 161 recursive_timed_mutex::try_lock() _NOEXCEPT in try_lock() function in recursive_timed_mutex
|
D | shared_mutex.cpp | 37 __shared_mutex_base::try_lock() in try_lock() function in __shared_mutex_base 108 bool shared_timed_mutex::try_lock() { return __base.try_lock(); } in try_lock() function in shared_timed_mutex
|
/external/libcxx/test/std/thread/thread.mutex/thread.lock/thread.lock.unique/thread.lock.unique.locking/ |
D | try_lock.pass.cpp | 27 bool try_lock() in try_lock() function
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Support/ |
D | Mutex.h | 127 bool try_lock() { in try_lock() function
|
/external/llvm/include/llvm/Support/ |
D | Mutex.h | 126 bool try_lock() { in try_lock() function
|
/external/swiftshader/third_party/llvm-subzero/include/llvm/Support/ |
D | Mutex.h | 126 bool try_lock() { in try_lock() function
|
/external/libcxx/test/std/thread/thread.mutex/thread.lock/thread.lock.scoped/ |
D | mutex.pass.cpp | 29 bool try_lock() { if (locked) return false; locked = true; return true; } in try_lock() function 52 bool try_lock() { in try_lock() function
|
D | adopt_lock.pass.cpp | 28 bool try_lock() { if (locked) return false; locked = true; return true; } in try_lock() function
|
/external/tensorflow/tensorflow/core/platform/default/ |
D | mutex.cc | 40 bool mutex::try_lock() { return nsync::nsync_mu_trylock(mu_cast(&mu_)) != 0; }; in try_lock() function in tensorflow::mutex
|
/external/libcxx/test/std/thread/thread.mutex/thread.lock.algorithm/ |
D | lock.pass.cpp | 39 bool try_lock() in try_lock() function in L0 62 bool try_lock() in try_lock() function in L1 85 bool try_lock() in try_lock() function in L2
|
D | try_lock.pass.cpp | 29 bool try_lock() in try_lock() function in L0 47 bool try_lock() in try_lock() function in L1 65 bool try_lock() in try_lock() function in L2
|
/external/compiler-rt/test/tsan/ |
D | deadlock_detector_stress_test.cc | 43 bool try_lock() { return 0 == pthread_mutex_trylock(&mu_); } in try_lock() function in PthreadMutex 71 bool try_lock() { return 0 == pthread_spin_trylock(&mu_); } in try_lock() function in PthreadSpinLock 95 bool try_lock() { return 0 == pthread_rwlock_trywrlock(&mu_); } in try_lock() function in PthreadRWLock
|
/external/v8/tools/clang/rewrite_to_chrome_style/tests/ |
D | methods-original.cc | 67 void try_lock() {} in try_lock() function in blink::Task
|
D | methods-expected.cc | 63 void try_lock() {} in try_lock() function in blink::Task
|
/external/compiler-rt/lib/tsan/rtl/ |
D | tsan_rtl_mutex.cc | 144 void MutexLock(ThreadState *thr, uptr pc, uptr addr, int rec, bool try_lock) { in MutexLock()
|
/external/libcxx/test/support/ |
D | nasty_containers.hpp | 304 bool try_lock() TEST_NOEXCEPT { return true; } in try_lock() function in nasty_mutex
|