Searched defs:Mutex (Results 1 – 2 of 2) sorted by relevance
35 pub struct Mutex<T: ?Sized> { struct42 unsafe impl<T: ?Sized + Send> Send for Mutex<T> {} implementation43 unsafe impl<T: ?Sized + Send> Sync for Mutex<T> {} implementation57 impl<T: Sized> Mutex<T> { impl75 impl<T: ?Sized> Mutex<T> { impl
612 let overlapped_ptr: *const Mutex<SockState> = in into_overlapped() constant619 let sock_ptr: *const Mutex<SockState> = ptr as *const _; in from_overlapped() constant