Home
last modified time | relevance | path

Searched +full:rust +full:- +full:timerfd (Results 1 – 7 of 7) sorted by relevance

/third_party/rust/crates/rustix/.github/workflows/
Dtest-users.yml10 runs-on: ${{ matrix.os }}
15 …build: [ubuntu, i686-linux, aarch64-linux, powerpc64le-linux, riscv64-linux, mipsel-linux, mips64e…
17 - build: ubuntu
18 os: ubuntu-latest
19 rust: nightly
20 - build: i686-linux
21 os: ubuntu-latest
22 rust: nightly
23 target: i686-unknown-linux-gnu
24 gcc_package: gcc-i686-linux-gnu
[all …]
/third_party/rust/crates/rustix/tests/time/
Dy2038.rs1 /// Test that `Timespec` and `Secs` support a 64-bit number of seconds,
4 /// The Rust Musl target and libc crate are currently using Musl 1.1. It is
6 /// 64-bit `time_t`.
8 /// 32-bit Android is [not y2038 compatible]. In theory we could use
13 …oid.googlesource.com/platform/bionic/+/refs/heads/master/docs/32-bit-abi.md#is-32_bit-on-lp32-y2038
60 // On 32-bit and mips64 platforms, accept `EOVERFLOW`, meaning that in test_y2038_with_timerfd()
61 // y2038 support in `timerfd` APIs is not available on this platform in test_y2038_with_timerfd()
/third_party/rust/crates/linux-raw-sys/gen/modules/
Dgeneral.h2 // definitions, needed for general-purpose code.
52 #include <linux/timerfd.h>
76 // don't include any functions or function-style macros, as bindgen isn't
79 // Also, please be aware that libc implementations (and thus the Rust libc
81 // which are ABI-incompatible with the Linux kernel ABI. This file should
268 // Flags for timerfd
/third_party/rust/crates/nix/
DCHANGELOG.md6 ## [0.26.4] - 2023-08-28
10 - Fixed an unintended API change in release 0.26.3, due to the upgrade of the
12 ([#2117](https://github.com/nix-rust/nix/pull/2117))
14 ## [0.26.3] - 2023-08-27
17 - Fix: send `ETH_P_ALL` in htons format
18 ([#1925](https://github.com/nix-rust/nix/pull/1925))
19 - Fix: `recvmsg` now sets the length of the received `sockaddr_un` field
20 correctly on Linux platforms. ([#2041](https://github.com/nix-rust/nix/pull/2041))
21 - Fix potentially invalid conversions in
24 `Ipv6MembershipRequest::new` with future Rust versions.
[all …]
/third_party/rust/crates/libc/libc-test/
Dbuild.rs64 t if t.contains("nto-qnx") => return test_neutrino(t), in do_ctest()
69 fn ctest_cfg() -> ctest::TestGenerator { in ctest_cfg()
97 // `libc-test/semver` dir. in do_semver()
111 let os_arch = format!("{}-{}", os, arch); in do_semver()
114 let os_env = format!("{}-{}", os, target_env); in do_semver()
117 let os_env_arch = format!("{}-{}-{}", os, target_env, arch); in do_semver()
127 println!("cargo:rerun-if-changed={}", path.display()); in process_semver_file()
188 cfg.flag("-Wno-deprecated-declarations"); in test_apple()
213 "mach-o/dyld.h", in test_apple()
338 // FIXME: the value has been changed since Catalina (0xffff0000 -> 0x3fff0000). in test_apple()
[all …]
/third_party/rust/crates/libc/src/unix/linux_like/android/
Dmod.rs1 //! Android-specific definitions for linux-like values
659 fn eq(&self, other: &sockaddr_nl) -> bool {
667 fn fmt(&self, f: &mut ::fmt::Formatter) -> ::fmt::Result {
684 fn eq(&self, other: &dirent) -> bool {
700 fn fmt(&self, f: &mut ::fmt::Formatter) -> ::fmt::Result {
722 fn eq(&self, other: &dirent64) -> bool {
738 fn fmt(&self, f: &mut ::fmt::Formatter) -> ::fmt::Result {
760 fn eq(&self, other: &siginfo_t) -> bool {
772 fn fmt(&self, f: &mut ::fmt::Formatter) -> ::fmt::Result {
794 fn eq(&self, other: &lastlog) -> bool {
[all …]
/third_party/NuttX/
DReleaseNotes14 "nuttx-6.27").
16 NuttX-0.1.0
17 -----------
23 This release has been verified on both the Linux user-mode and C5471
25 for the C5471 can be found in arch/c5471/doc/test-results.txt.
29 NuttX-0.1.1
30 -----------
42 This release has been verified on the Linux user-mode platform, the
51 NuttX-0.1.2
52 -----------
[all …]