Home
last modified time | relevance | path

Searched defs:Mutex (Results 1 – 2 of 2) sorted by relevance

/commonlibrary/rust/ylong_runtime/ylong_runtime/src/sync/
Dmutex.rs35 pub struct Mutex<T: ?Sized> { struct
42 unsafe impl<T: ?Sized + Send> Send for Mutex<T> {} argument
43 unsafe impl<T: ?Sized + Send> Sync for Mutex<T> {} implementation
57 impl<T: Sized> Mutex<T> { implementation
76 impl<T: ?Sized> Mutex<T> { implementation
/commonlibrary/rust/ylong_runtime/ylong_io/src/sys/windows/
Dselector.rs608 let overlapped_ptr: *const Mutex<SockState> = in into_overlapped() constant
615 let sock_ptr: *const Mutex<SockState> = ptr as *const _; in from_overlapped() constant