Searched defs:MutexImpl (Results 1 – 4 of 4) sorted by relevance
/external/llvm/lib/Support/ | ||
D | Mutex.cpp | 26 MutexImpl::MutexImpl( bool recursive) { } in MutexImpl() function in llvm::MutexImpl |
/external/swiftshader/third_party/llvm-subzero/lib/Support/ | ||
D | Mutex.cpp | 26 MutexImpl::MutexImpl( bool recursive) { } in MutexImpl() function in llvm::MutexImpl |
/external/swiftshader/third_party/LLVM/lib/Support/ | ||
D | Mutex.cpp | 26 MutexImpl::MutexImpl( bool recursive) { } in MutexImpl() function in llvm::MutexImpl |
/external/swiftshader/third_party/LLVM/include/llvm/Support/ | ||
D | Mutex.h | 93 MutexImpl(rec), acquired(0), recursive(rec) { } in MutexImpl() function |