Searched defs:MutexImpl (Results 1 – 9 of 9) sorted by relevance
26 MutexImpl::MutexImpl( bool recursive) { } in MutexImpl() function in llvm::MutexImpl44 MutexImpl::MutexImpl( bool recursive) in MutexImpl() function in llvm::MutexImpl
33 MutexImpl() { InitializeCriticalSection(&critical_section_); } in MutexImpl() function
29 MutexImpl() { in MutexImpl() function
142 using MutexImpl = in main() typedef
360 using MutexImpl = SelectImplementation<Implementation::GlobalLock>::type; in test_all_impls() typedef
153 …using MutexImpl = GlobalMutexGuard<NopMutex, NopCondVar, global_nop_mutex, global_nop_cond, MockGe… in main() typedef
329 using MutexImpl = SelectImplementation<Implementation::GlobalMutex>::type; in test_all_impls() typedef
134 internal open class MutexImpl(locked: Boolean) : SemaphoreImpl(1, if (locked) 1 else 0), Mutex { class