Home
last modified time | relevance | path

Searched defs:TryLock (Results 1 – 10 of 10) sorted by relevance

/external/gflags/src/
Dmutex.h225 bool Mutex::TryLock() { if (mutex_) return false; Lock(); return true; } in TryLock() function
244 bool Mutex::TryLock() { return is_safe_ ? in TryLock() function
268 bool Mutex::TryLock() { return is_safe_ ? in TryLock() function
293 bool Mutex::TryLock() { return is_safe_ ? in TryLock() function
/external/v8/src/base/platform/
Dmutex.cc139 bool Mutex::TryLock() { in TryLock() function in v8::base::Mutex
180 bool RecursiveMutex::TryLock() { in TryLock() function in v8::base::RecursiveMutex
/external/compiler-rt/lib/sanitizer_common/
Dsanitizer_mutex.h35 bool TryLock() { in TryLock() function
/external/libchrome/base/synchronization/
Dlock_unittest.cc112 TEST(LockTest, TryLock) { in TEST() argument
/external/sfntly/cpp/src/test/
Dlock_test.cc237 TEST(LockTest, TryLock) { in TEST() argument
/external/compiler-rt/lib/tsan/tests/rtl/
Dtsan_test_util_posix.cc194 bool Mutex::TryLock() { in TryLock() function in Mutex
482 bool ScopedThread::TryLock(const Mutex &m) { in TryLock() function in ScopedThread
/external/toolchain-utils/
Dfile_lock_machine.py284 def TryLock(self, timeout=300, exclusive=False, reason=''): member in Machine
/external/valgrind/drd/tests/
Dtsan_thread_wrappers_pthread.h203 bool TryLock() { return (0 == pthread_mutex_trylock(&mu_));} in TryLock() function
/external/webrtc/webrtc/base/
Dstream.cc494 bool FileStream::TryLock() { in TryLock() function in rtc::FileStream
/external/v8/src/
Disolate.h1621 static bool TryLock(Isolate* isolate) { in TryLock() function