HomeSort by relevance Sort by last modified time
    Searched refs:tryacquire (Results 1 - 4 of 4) sorted by null

  /external/llvm/include/llvm/Support/
Mutex.h 66 bool tryacquire();
122 bool tryacquire() { function in class:llvm::sys::SmartMutex
124 return MutexImpl::tryacquire();
  /external/llvm/lib/Support/
Mutex.cpp 30 bool MutexImpl::tryacquire() { return true; } function in class:llvm::MutexImpl
136 MutexImpl::tryacquire()
  /external/llvm/unittests/VMCore/
ValueMapTest.cpp 190 EXPECT_FALSE(Data.M->tryacquire()) << "Mutex should already be locked.";
194 EXPECT_FALSE(Data.M->tryacquire()) << "Mutex should already be locked.";
  /external/clang/lib/Frontend/
ASTUnit.cpp     [all...]

Completed in 299 milliseconds