Searched defs:AllocatedMutex (Results 1 – 2 of 2) sorted by relevance
6 struct AllocatedMutex(UnsafeCell<libc::pthread_mutex_t>); struct17 unsafe impl Send for AllocatedMutex {} implementation18 unsafe impl Sync for AllocatedMutex {} implementation20 impl LazyInit for AllocatedMutex { implementation82 impl Drop for AllocatedMutex { implementation
5 struct AllocatedMutex(SpinMutex<WaitVariable<bool>>); struct11 impl LazyInit for AllocatedMutex { implementation