Home
last modified time | relevance | path

Searched defs:MutexImpl (Results 1 – 4 of 4) sorted by relevance

/external/llvm/lib/Support/
DMutex.cpp26 MutexImpl::MutexImpl( bool recursive) { } in MutexImpl() function in llvm::MutexImpl
44 MutexImpl::MutexImpl( bool recursive) in MutexImpl() function in llvm::MutexImpl
/external/swiftshader/third_party/llvm-subzero/lib/Support/
DMutex.cpp26 MutexImpl::MutexImpl( bool recursive) { } in MutexImpl() function in llvm::MutexImpl
44 MutexImpl::MutexImpl( bool recursive) in MutexImpl() function in llvm::MutexImpl
/external/swiftshader/third_party/LLVM/lib/Support/
DMutex.cpp26 MutexImpl::MutexImpl( bool recursive) { } in MutexImpl() function in llvm::MutexImpl
58 MutexImpl::MutexImpl( bool recursive) in MutexImpl() function in llvm::MutexImpl
/external/swiftshader/third_party/LLVM/include/llvm/Support/
DMutex.h93 MutexImpl(rec), acquired(0), recursive(rec) { } in MutexImpl() function