Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-subzero/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/swiftshader/third_party/llvm-7.0/llvm/lib/Support/
DMutex.cpp31 bool MutexImpl::tryacquire() { return true; } in tryacquire() function in llvm::MutexImpl
106 MutexImpl::tryacquire() in tryacquire() function in llvm::MutexImpl
/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/swiftshader/third_party/LLVM/lib/Support/
DMutex.cpp30 bool MutexImpl::tryacquire() { return true; } in tryacquire() function in llvm::MutexImpl
136 MutexImpl::tryacquire() in tryacquire() function in llvm::MutexImpl
/external/swiftshader/third_party/LLVM/include/llvm/Support/
DMutex.h122 bool tryacquire() { in tryacquire() function