Home
last modified time | relevance | path

Searched defs:try_lock (Results 1 – 16 of 16) sorted by relevance

/external/libcxx/src/
Dmutex.cpp37 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
Dshared_mutex.cpp37 __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/
Dtry_lock.pass.cpp27 bool try_lock() in try_lock() function
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Support/
DMutex.h127 bool try_lock() { in try_lock() function
/external/llvm/include/llvm/Support/
DMutex.h126 bool try_lock() { in try_lock() function
/external/swiftshader/third_party/llvm-subzero/include/llvm/Support/
DMutex.h126 bool try_lock() { in try_lock() function
/external/libcxx/test/std/thread/thread.mutex/thread.lock/thread.lock.scoped/
Dmutex.pass.cpp29 bool try_lock() { if (locked) return false; locked = true; return true; } in try_lock() function
52 bool try_lock() { in try_lock() function
Dadopt_lock.pass.cpp28 bool try_lock() { if (locked) return false; locked = true; return true; } in try_lock() function
/external/tensorflow/tensorflow/core/platform/default/
Dmutex.cc40 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/
Dlock.pass.cpp39 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
Dtry_lock.pass.cpp29 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/
Ddeadlock_detector_stress_test.cc43 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/
Dmethods-original.cc67 void try_lock() {} in try_lock() function in blink::Task
Dmethods-expected.cc63 void try_lock() {} in try_lock() function in blink::Task
/external/compiler-rt/lib/tsan/rtl/
Dtsan_rtl_mutex.cc144 void MutexLock(ThreadState *thr, uptr pc, uptr addr, int rec, bool try_lock) { in MutexLock()
/external/libcxx/test/support/
Dnasty_containers.hpp304 bool try_lock() TEST_NOEXCEPT { return true; } in try_lock() function in nasty_mutex