Home
last modified time | relevance | path

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

/ohos5.0/commonlibrary/rust/ylong_runtime/ylong_io/src/sys/windows/
H A Dselector.rs235 state: Pin<Arc<Mutex<SockState>>>, in reregister()
253 fn queue_state(&self, sock_state: Pin<Arc<Mutex<SockState>>>) { in queue_state()
320 pub struct SockState { struct
344 impl SockState { argument
346 fn new(socket: RawSocket, afd: Arc<Afd>) -> io::Result<SockState> { in new()
541 impl Drop for SockState { implementation
614 fn from_overlapped(ptr: *mut OVERLAPPED) -> Pin<Arc<Mutex<SockState>>> { in from_overlapped()
H A Dnet.rs111 state: Pin<Arc<Mutex<SockState>>>, in new()