Home
last modified time | relevance | path

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

/external/llvm/lib/Support/
DMutex.cpp30 bool MutexImpl::tryacquire() { return true; } in tryacquire() function in llvm::MutexImpl
104 MutexImpl::tryacquire() in tryacquire() function in llvm::MutexImpl
/external/llvm/include/llvm/Support/
DMutex.h123 bool tryacquire() { in tryacquire() function