Home | Sort by relevance Sort by last modified time |
/external/llvm/lib/Support/ | |
Mutex.cpp | 30 bool MutexImpl::tryacquire() { return true; } function in class:llvm::MutexImpl 111 MutexImpl::tryacquire() |
/external/llvm/include/llvm/Support/ | |
Mutex.h | 67 bool tryacquire(); 123 bool tryacquire() { function in class:llvm::sys::SmartMutex 125 return MutexImpl::tryacquire(); |