Searched defs:SockState (Results 1 – 2 of 2) sorted by relevance
75 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 { struct353 impl SockState { argument355 fn new(socket: RawSocket, afd: Arc<Afd>) -> io::Result<SockState> { in new()546 impl Drop for SockState { implementation618 fn from_overlapped(ptr: *mut OVERLAPPED) -> Pin<Arc<Mutex<SockState>>> { in from_overlapped()
129 state: Pin<Arc<Mutex<SockState>>>, in new()