Searched defs:SockState (Results 1 – 2 of 2) sorted by relevance
235 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 { struct344 impl SockState { argument346 fn new(socket: RawSocket, afd: Arc<Afd>) -> io::Result<SockState> { in new()541 impl Drop for SockState { implementation614 fn from_overlapped(ptr: *mut OVERLAPPED) -> Pin<Arc<Mutex<SockState>>> { in from_overlapped()
111 state: Pin<Arc<Mutex<SockState>>>, in new()