Home
last modified time | relevance | path

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

/trueos/contrib/llvm/lib/Support/
HDMutex.cpp26 MutexImpl::MutexImpl( bool recursive) { } in MutexImpl() function in llvm::MutexImpl
44 MutexImpl::MutexImpl( bool recursive) in MutexImpl() function in llvm::MutexImpl
/trueos/contrib/llvm/include/llvm/Support/
HDMutex.h94 MutexImpl(rec), acquired(0), recursive(rec) { } in MutexImpl() function