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