Home
last modified time | relevance | path

Searched refs:windows (Results 1 - 25 of 26) sorted by relevance

12

/commonlibrary/rust/ylong_runtime/ylong_io/src/sys/
H A Dmod.rs36 #[cfg(windows)]
55 #[cfg(windows)]
56 mod windows; modules
58 #[cfg(windows)]
59 pub use self::windows::*;
/commonlibrary/rust/ylong_runtime/ylong_signal/src/
H A Dcommon.rs18 #[cfg(not(windows))]
25 #[cfg(windows)]
30 #[cfg(not(windows))]
33 #[cfg(windows)]
35 #[cfg(not(windows))]
38 #[cfg(not(windows))]
40 #[cfg(windows)]
41 use crate::windows::sig_handler;
43 #[cfg(windows)]
45 #[cfg(not(windows))]
[all...]
H A Dlib.rs24 #[cfg(windows)]
25 mod windows; modules
27 #[cfg(not(windows))]
/commonlibrary/rust/ylong_runtime/ylong_io/src/sys/windows/udp/
H A Dsocket.rs15 use std::os::windows::io::FromRawSocket;
16 use std::os::windows::raw;
23 use crate::sys::windows::net::init;
24 use crate::sys::windows::socket_addr::socket_addr_trans;
/commonlibrary/rust/ylong_runtime/ylong_runtime/src/util/core_affinity/
H A Dmod.rs23 #[cfg(target_os = "windows")]
24 pub mod windows; modules
25 #[cfg(target_os = "windows")]
26 pub use windows::*;
H A Dwindows.rs17 use std::os::windows::raw::HANDLE;
/commonlibrary/rust/ylong_runtime/ylong_runtime/src/signal/
H A Dmod.rs21 #[cfg(target_os = "windows")]
22 pub mod windows; modules
25 #[cfg(target_os = "windows")]
26 pub use windows::{signal, SignalKind};
/commonlibrary/rust/ylong_runtime/ylong_runtime/src/util/num_cpus/
H A Dmod.rs16 //! Currently this crate supports two platform: `linux` and `windows`
23 #[cfg(target_os = "windows")]
24 pub mod windows; modules
28 #[cfg(target_os = "windows")]
29 use crate::util::num_cpus::windows::get_cpu_num_online;
/commonlibrary/rust/ylong_runtime/ylong_io/src/sys/windows/tcp/
H A Dstream.rs17 use std::os::windows::io::{AsRawSocket, FromRawSocket, IntoRawSocket, RawSocket};
22 use crate::sys::windows::tcp::socket::{get_sock_linger, set_sock_linger};
23 use crate::sys::windows::tcp::TcpSocket;
H A Dlistener.rs16 use std::os::windows::io::{AsRawSocket, FromRawSocket, IntoRawSocket, RawSocket};
20 use crate::sys::windows::tcp::TcpSocket;
H A Dsocket.rs16 use std::os::windows::io::{AsRawSocket, FromRawSocket, RawSocket};
26 use crate::sys::windows::net::init;
27 use crate::sys::windows::socket_addr::socket_addr_trans;
/commonlibrary/rust/ylong_runtime/ylong_runtime/src/net/sys/tcp/
H A Dlistener.rs229 #[cfg(windows)]
230 use std::os::windows::io::{AsRawSocket, RawSocket};
232 #[cfg(windows)]
/commonlibrary/rust/ylong_runtime/ylong_signal/tests/
H A Dsignal.rs23 /// there are only a few signals in windows that we have to use the same signal
31 #[cfg(not(windows))] in sdv_test_all()
145 #[cfg(not(windows))] in sdv_signal_register_with_old()
154 #[cfg(windows)] in sdv_signal_register_with_old()
220 #[cfg(not(windows))]
/commonlibrary/rust/ylong_runtime/ylong_io/src/
H A Dsource.rs23 #[cfg(target_os = "windows")]
24 pub type Fd = std::os::windows::io::RawSocket;
/commonlibrary/rust/ylong_runtime/ylong_io/src/sys/windows/
H A Dhandle.rs14 use std::os::windows::io::RawHandle;
H A Dwaker.rs17 use crate::sys::windows::iocp::CompletionPort;
H A Dselector.rs19 use std::os::windows::io::RawSocket;
31 use crate::sys::windows::afd;
32 use crate::sys::windows::afd::{Afd, AfdGroup, AfdPollInfo};
33 use crate::sys::windows::events::{
36 use crate::sys::windows::io_status_block::IoStatusBlock;
37 use crate::sys::windows::iocp::{CompletionPort, CompletionStatus};
H A Devents.rs16 use crate::sys::windows::afd::{
19 use crate::sys::windows::iocp::CompletionStatus;
H A Dnet.rs14 use std::os::windows::io::RawSocket;
19 use crate::sys::windows::selector::{SelectorInner, SockState};
H A Diocp.rs14 use std::os::windows::io::{AsRawHandle, IntoRawHandle, RawHandle};
H A Dafd.rs17 use std::os::windows::io::{AsRawHandle, FromRawHandle, RawHandle};
29 use crate::sys::windows::iocp::CompletionPort;
/commonlibrary/rust/ylong_http/ylong_http_client/src/util/h2/
H A Dmanager.rs501 let windows = if let Payload::WindowUpdate(windows) = frame.payload() { in recv_window_frame()
502 windows in recv_window_frame()
508 let increment = windows.get_increment(); in recv_window_frame()
/commonlibrary/ets_utils/js_concurrent_module/common/helper/
H A Dconcurrent_helper.h26 #include <windows.h>
/commonlibrary/rust/ylong_runtime/ylong_runtime/src/
H A Dmacros.rs127 #[cfg(windows)]
/commonlibrary/rust/ylong_runtime/ylong_runtime/src/net/sys/
H A Dudp.rs1405 #[cfg(windows)]
1406 use std::os::windows::io::{AsRawSocket, RawSocket};
1408 #[cfg(windows)]
1415 #[cfg(windows)]

Completed in 10 milliseconds

12