Searched refs:tryacquire (Results 1 – 5 of 5) sorted by relevance
66 bool tryacquire();122 bool tryacquire() { in tryacquire() function124 return MutexImpl::tryacquire(); in tryacquire()
30 bool MutexImpl::tryacquire() { return true; } in tryacquire() function in llvm::MutexImpl136 MutexImpl::tryacquire() in tryacquire() function in llvm::MutexImpl
38 MutexImpl::tryacquire( void )
53 MutexImpl::tryacquire()
190 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()