Searched defs:MutexImpl (Results 1 – 5 of 5) sorted by relevance
26 MutexImpl::MutexImpl( bool recursive) { } in MutexImpl() function in llvm::MutexImpl44 MutexImpl::MutexImpl( bool recursive) in MutexImpl() function in llvm::MutexImpl
27 MutexImpl::MutexImpl( bool recursive) { } in MutexImpl() function in llvm::MutexImpl45 MutexImpl::MutexImpl( bool recursive) in MutexImpl() function in llvm::MutexImpl
26 MutexImpl::MutexImpl( bool recursive) { } in MutexImpl() function in llvm::MutexImpl58 MutexImpl::MutexImpl( bool recursive) in MutexImpl() function in llvm::MutexImpl
93 MutexImpl(rec), acquired(0), recursive(rec) { } in MutexImpl() function