Home
last modified time | relevance | path

Searched refs:queue_state (Results 1 – 1 of 1) sorted by relevance

/ohos5.0/commonlibrary/rust/ylong_runtime/ylong_io/src/sys/windows/
H A Dselector.rs223 this.queue_state(pin_sock_state); in register()
243 self.queue_state(state); in reregister()
253 fn queue_state(&self, sock_state: Pin<Arc<Mutex<SockState>>>) { in queue_state() method