Home
last modified time | relevance | path

Searched refs:SockState (Results 1 - 2 of 2) sorted by relevance

/commonlibrary/rust/ylong_runtime/ylong_io/src/sys/windows/
H A Dselector.rs80 update_queue: Mutex<VecDeque<Pin<Arc<Mutex<SockState>>>>>,
185 /// Updates each SockState in the Deque, started only when Poll::poll() is
213 let mut sock_state = SockState::new(raw_socket, afd)?;
222 // Adds SockState to VecDeque
232 /// Re-register, put SockState back into VecDeque
235 state: Pin<Arc<Mutex<SockState>>>,
252 /// Adds SockState to VecDeque last.
253 fn queue_state(&self, sock_state: Pin<Arc<Mutex<SockState>>>) { in queue_state()
320 pub struct SockState { structure names
344 impl SockState { impls
[all...]
H A Dnet.rs19 use crate::sys::windows::selector::{SelectorInner, SockState};
103 state: Pin<Arc<Mutex<SockState>>>,
111 state: Pin<Arc<Mutex<SockState>>>,

Completed in 2 milliseconds