Home
last modified time | relevance | path

Searched refs:tryacquire (Results 1 – 18 of 18) sorted by relevance

/external/swiftshader/third_party/LLVM/include/llvm/Support/
DMutex.h66 bool tryacquire();
122 bool tryacquire() { in tryacquire() function
124 return MutexImpl::tryacquire(); in tryacquire()
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Support/
DMutex.h68 bool tryacquire();
129 return impl.tryacquire(); in try_lock()
/external/llvm/include/llvm/Support/
DMutex.h67 bool tryacquire();
128 return impl.tryacquire(); in try_lock()
/external/swiftshader/third_party/llvm-subzero/include/llvm/Support/
DMutex.h67 bool tryacquire();
128 return impl.tryacquire(); in try_lock()
/external/swiftshader/third_party/llvm-subzero/lib/Support/
DMutex.cpp30 bool MutexImpl::tryacquire() { return true; } in tryacquire() function in llvm::MutexImpl
104 MutexImpl::tryacquire() in tryacquire() function in llvm::MutexImpl
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Support/
DMutex.cpp31 bool MutexImpl::tryacquire() { return true; } in tryacquire() function in llvm::MutexImpl
106 MutexImpl::tryacquire() in tryacquire() function in llvm::MutexImpl
/external/llvm/lib/Support/
DMutex.cpp30 bool MutexImpl::tryacquire() { return true; } in tryacquire() function in llvm::MutexImpl
104 MutexImpl::tryacquire() in tryacquire() function in llvm::MutexImpl
/external/swiftshader/third_party/LLVM/lib/Support/
DMutex.cpp30 bool MutexImpl::tryacquire() { return true; } in tryacquire() function in llvm::MutexImpl
136 MutexImpl::tryacquire() in tryacquire() function in llvm::MutexImpl
/external/swiftshader/third_party/llvm-subzero/lib/Support/Unix/
DMutex.inc38 MutexImpl::tryacquire( void )
/external/swiftshader/third_party/LLVM/lib/Support/Unix/
DMutex.inc38 MutexImpl::tryacquire( void )
/external/llvm/lib/Support/Unix/
DMutex.inc38 MutexImpl::tryacquire( void )
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Support/Unix/
DMutex.inc38 MutexImpl::tryacquire( void )
/external/llvm/lib/Support/Windows/
DMutex.inc53 MutexImpl::tryacquire()
/external/swiftshader/third_party/LLVM/lib/Support/Windows/
DMutex.inc53 MutexImpl::tryacquire()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Support/Windows/
DMutex.inc52 sys::MutexImpl::tryacquire()
/external/swiftshader/third_party/llvm-subzero/lib/Support/Windows/
DMutex.inc53 MutexImpl::tryacquire()
/external/swiftshader/third_party/LLVM/unittests/VMCore/
DValueMapTest.cpp190 EXPECT_FALSE(Data.M->tryacquire()) << "Mutex should already be locked."; in onRAUW()
194 EXPECT_FALSE(Data.M->tryacquire()) << "Mutex should already be locked."; in onDelete()
/external/clang/lib/Frontend/
DASTUnit.cpp2851 bool acquired = static_cast<llvm::sys::MutexImpl *>(Mutex)->tryacquire(); in start()