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

  /external/llvm/include/llvm/Support/
Mutex.h 67 bool tryacquire();
128 return impl.tryacquire();
  /external/llvm/lib/Support/
Mutex.cpp 30 bool MutexImpl::tryacquire() { return true; } function in class:llvm::MutexImpl
104 MutexImpl::tryacquire()
  /external/clang/lib/Frontend/
ASTUnit.cpp     [all...]

Completed in 1020 milliseconds