Searched defs:tryacquire (Results 1 - 2 of 2) sorted by relevance

/external/llvm/lib/Support/
H A DMutex.cpp30 bool MutexImpl::tryacquire() { return true; } function in class:llvm::MutexImpl
136 MutexImpl::tryacquire()
/external/llvm/include/llvm/Support/
H A DMutex.h66 bool tryacquire();
122 bool tryacquire() { function in class:llvm::sys::SmartMutex
124 return MutexImpl::tryacquire();

Completed in 613 milliseconds