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> {} argument43 unsafe impl<T: ?Sized + Send> Sync for Mutex<T> {} implementation57 impl<T: Sized> Mutex<T> { implementation76 impl<T: ?Sized> Mutex<T> { implementation
608 let overlapped_ptr: *const Mutex<SockState> = in into_overlapped() constant615 let sock_ptr: *const Mutex<SockState> = ptr as *const _; in from_overlapped() constant