Home
last modified time | relevance | path

Searched defs:MutexImpl (Results 1 – 2 of 2) 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/llvm/include/llvm/Support/
DMutex.h94 MutexImpl(rec), acquired(0), recursive(rec) { } in MutexImpl() function