Home
last modified time | relevance | path

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

/external/llvm/include/llvm/Support/
DMutex.h66 bool tryacquire();
122 bool tryacquire() { in tryacquire() function
124 return MutexImpl::tryacquire(); in tryacquire()
/external/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/llvm/lib/Support/Unix/
DMutex.inc38 MutexImpl::tryacquire( void )
/external/llvm/lib/Support/Windows/
DMutex.inc53 MutexImpl::tryacquire()
/external/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()