/commonlibrary/rust/ylong_runtime/ylong_io/src/sys/ |
H A D | mod.rs | 36 #[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 D | common.rs | 18 #[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 D | lib.rs | 24 #[cfg(windows)] 25 mod windows; modules 27 #[cfg(not(windows))]
|
/commonlibrary/rust/ylong_runtime/ylong_io/src/sys/windows/udp/ |
H A D | socket.rs | 15 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 D | mod.rs | 23 #[cfg(target_os = "windows")] 24 pub mod windows; modules 25 #[cfg(target_os = "windows")] 26 pub use windows::*;
|
H A D | windows.rs | 17 use std::os::windows::raw::HANDLE;
|
/commonlibrary/rust/ylong_runtime/ylong_runtime/src/signal/ |
H A D | mod.rs | 21 #[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 D | mod.rs | 16 //! 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 D | stream.rs | 17 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 D | listener.rs | 16 use std::os::windows::io::{AsRawSocket, FromRawSocket, IntoRawSocket, RawSocket}; 20 use crate::sys::windows::tcp::TcpSocket;
|
H A D | socket.rs | 16 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 D | listener.rs | 229 #[cfg(windows)] 230 use std::os::windows::io::{AsRawSocket, RawSocket}; 232 #[cfg(windows)]
|
/commonlibrary/rust/ylong_runtime/ylong_signal/tests/ |
H A D | signal.rs | 23 /// 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 D | source.rs | 23 #[cfg(target_os = "windows")] 24 pub type Fd = std::os::windows::io::RawSocket;
|
/commonlibrary/rust/ylong_runtime/ylong_io/src/sys/windows/ |
H A D | handle.rs | 14 use std::os::windows::io::RawHandle;
|
H A D | waker.rs | 17 use crate::sys::windows::iocp::CompletionPort;
|
H A D | selector.rs | 19 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 D | events.rs | 16 use crate::sys::windows::afd::{ 19 use crate::sys::windows::iocp::CompletionStatus;
|
H A D | net.rs | 14 use std::os::windows::io::RawSocket; 19 use crate::sys::windows::selector::{SelectorInner, SockState};
|
H A D | iocp.rs | 14 use std::os::windows::io::{AsRawHandle, IntoRawHandle, RawHandle};
|
H A D | afd.rs | 17 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 D | manager.rs | 501 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 D | concurrent_helper.h | 26 #include <windows.h>
|
/commonlibrary/rust/ylong_runtime/ylong_runtime/src/ |
H A D | macros.rs | 127 #[cfg(windows)]
|
/commonlibrary/rust/ylong_runtime/ylong_runtime/src/net/sys/ |
H A D | udp.rs | 1405 #[cfg(windows)] 1406 use std::os::windows::io::{AsRawSocket, RawSocket}; 1408 #[cfg(windows)] 1415 #[cfg(windows)]
|