Home
last modified time | relevance | path

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

/commonlibrary/rust/ylong_runtime/ylong_io/src/sys/windows/
Dselector.rs75 sock_state: Pin<Arc<Mutex<SockState>>>, in reregister()
246 state: Pin<Arc<Mutex<SockState>>>, in reregister()
264 fn queue_state(&self, sock_state: Pin<Arc<Mutex<SockState>>>) { in queue_state()
329 pub struct SockState { struct
353 impl SockState { argument
355 fn new(socket: RawSocket, afd: Arc<Afd>) -> io::Result<SockState> { in new()
546 impl Drop for SockState { implementation
618 fn from_overlapped(ptr: *mut OVERLAPPED) -> Pin<Arc<Mutex<SockState>>> { in from_overlapped()
Dnet.rs129 state: Pin<Arc<Mutex<SockState>>>, in new()