Searched refs:tryacquire (Results 1 - 4 of 4) sorted by relevance

/external/llvm/include/llvm/Support/
H A DMutex.h67 bool tryacquire();
123 bool tryacquire() { function in class:llvm::sys::SmartMutex
125 return MutexImpl::tryacquire();
/external/llvm/lib/Support/
H A DMutex.cpp30 bool MutexImpl::tryacquire() { return true; } function in class:llvm::MutexImpl
104 MutexImpl::tryacquire()
/external/llvm/unittests/IR/
H A DValueMapTest.cpp189 EXPECT_FALSE(Data.M->tryacquire()) << "Mutex should already be locked.";
193 EXPECT_FALSE(Data.M->tryacquire()) << "Mutex should already be locked.";
/external/clang/lib/Frontend/
H A DASTUnit.cpp2878 bool acquired = static_cast<llvm::sys::MutexImpl *>(Mutex)->tryacquire();

Completed in 577 milliseconds