Home
last modified time | relevance | path

Searched refs:sys (Results 1 - 25 of 103) sorted by relevance

12345

/commonlibrary/rust/ylong_runtime/ylong_io/src/
H A Dlib.rs22 pub mod sys; modules
24 pub use sys::{ConnectedUdpSocket, UdpSocket};
25 pub use sys::{Event, EventTrait, Events, Selector};
27 pub use sys::{SocketAddr, UnixDatagram, UnixListener, UnixStream};
29 pub use sys::{TcpListener, TcpStream};
34 pub use crate::sys::SourceFd;
/commonlibrary/rust/ylong_runtime/ylong_io/src/sys/windows/tcp/
H A Dsocket.rs22 use crate::sys::winapi::{
26 use crate::sys::windows::net::init;
27 use crate::sys::windows::socket_addr::socket_addr_trans;
65 use crate::sys::winapi::bind;
80 use crate::sys::winapi::listen;
93 use crate::sys::winapi::connect;
H A Dstream.rs22 use crate::sys::windows::tcp::socket::{get_sock_linger, set_sock_linger};
23 use crate::sys::windows::tcp::TcpSocket;
24 use crate::sys::NetState;
H A Dlistener.rs20 use crate::sys::windows::tcp::TcpSocket;
21 use crate::sys::NetState;
/commonlibrary/rust/ylong_runtime/ylong_runtime/src/process/
H A Dmod.rs16 mod sys; modules
18 pub(crate) use sys::GlobalZombieChild;
/commonlibrary/ets_utils/platform/default/
H A Dprocess_helper.cpp21 #include <sys/resource.h>
22 #include <sys/time.h>
23 #include <sys/sysinfo.h>
/commonlibrary/c_utils/base/src/
H A Dashmem.cpp24 #include <sys/ioctl.h>
25 #include <sys/mman.h>
26 #include <sys/stat.h>
27 #include <sys/syscall.h>
28 #include <sys/sysmacros.h>
29 #include <sys/types.h>
H A Dsemaphore_ex.cpp18 #include <sys/types.h> // pid_t
/commonlibrary/rust/ylong_runtime/ylong_io/src/sys/windows/udp/
H A Dsocket.rs19 use crate::sys::winapi::{
23 use crate::sys::windows::net::init;
24 use crate::sys::windows::socket_addr::socket_addr_trans;
/commonlibrary/rust/ylong_runtime/ylong_io/src/sys/windows/
H A Diocp.rs19 use crate::sys::winapi::{
23 use crate::sys::Overlapped;
H A Dselector.rs26 use crate::sys::winapi::{
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};
38 use crate::sys::NetInner;
H A Doverlapped.rs16 use crate::sys::winapi::OVERLAPPED_ENTRY;
H A Dhandle.rs16 use crate::sys::winapi::{CloseHandle, HANDLE};
H A Dio_status_block.rs17 use crate::sys::winapi::{IO_STATUS_BLOCK, IO_STATUS_BLOCK_0};
H A Dwaker.rs17 use crate::sys::windows::iocp::CompletionPort;
/commonlibrary/rust/ylong_runtime/ylong_runtime/src/process/pty_process/
H A Dpty.rs27 pub struct Pty(AsyncSource<super::sys::PtyInner>);
40 let pty = super::sys::PtyInner::open()?; in new()
208 pub struct Pts(super::sys::PtsInner); in poll_flush()
211 fn new(pts_inner: super::sys::PtsInner) -> Self { in new()
H A Dmod.rs22 mod sys; modules
/commonlibrary/ets_utils/js_api_module/
H A Dbuild_ts_js.py21 import sys namespace
49 os_name = sys.platform
/commonlibrary/ets_utils/js_util_module/
H A Dbuild_ts_js.py20 import sys namespace
48 os_name = sys.platform
/commonlibrary/ets_utils/js_util_module/container/
H A Dbuild_ts_js.py19 import sys namespace
43 os_name = sys.platform
/commonlibrary/c_utils/base/test/fuzztest/thread_fuzzer/
H A Dthread_fuzzer.cpp22 #include <sys/prctl.h>
23 #include <sys/resource.h>
/commonlibrary/ets_utils/js_concurrent_module/common/helper/
H A Dconcurrent_helper.h28 #include <sys/sysctl.h>
30 #include <sys/sysinfo.h>
/commonlibrary/ets_utils/js_util_module/util/
H A Djs_uuid.h25 #include <sys/sysctl.h>
27 #include <sys/sysinfo.h>
/commonlibrary/rust/ylong_runtime/ylong_io/src/sys/unix/tcp/
H A Dsocket.rs28 use crate::sys::unix::socket::socket_new;
157 use crate::sys::unix::tcp::socket::into_linger;
158 use crate::sys::unix::tcp::TcpSocket;
/commonlibrary/c_utils/base/include/
H A Dflat_obj.h27 #include <sys/types.h>

Completed in 7 milliseconds

12345