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
104 MutexImpl::tryacquire()
/external/llvm/include/llvm/Support/
H A DMutex.h67 bool tryacquire();
123 bool tryacquire() { function in class:llvm::sys::SmartMutex
125 return MutexImpl::tryacquire();

Completed in 63 milliseconds