Home
last modified time | relevance | path

Searched refs:TFD_NONBLOCK (Results 1 - 25 of 32) sorted by relevance

12

/third_party/ltp/testcases/kernel/syscalls/timerfd/
H A Dtimerfd03.c29 /* This patch adds support for the TFD_NONBLOCK flag to timerfd_create. The */
63 #define TFD_NONBLOCK O_NONBLOCK macro
149 TFD_NONBLOCK); in main()
153 "timerfd_create(TFD_NONBLOCK) failed"); in main()
162 "timerfd_create(TFD_NONBLOCK) set non-blocking mode"); in main()
165 tst_resm(TPASS, "timerfd_create(TFD_NONBLOCK) PASSED"); in main()
/third_party/musl/porting/liteos_m/kernel/include/sys/
H A Dtimerfd.h11 #define TFD_NONBLOCK O_NONBLOCK macro
/third_party/musl/porting/liteos_m_iccarm/kernel/include/sys/
H A Dtimerfd.h11 #define TFD_NONBLOCK O_NONBLOCK macro
/third_party/musl/porting/uniproton/kernel/include/sys/
H A Dtimerfd.h11 #define TFD_NONBLOCK O_NONBLOCK macro
/third_party/musl/include/sys/
H A Dtimerfd.h11 #define TFD_NONBLOCK O_NONBLOCK macro
/third_party/musl/libc-test/src/functionalext/supplement/linux/
H A Dtimerfd_create.c29 int timerfd = timerfd_create(CLOCK_MONOTONIC, TFD_NONBLOCK | TFD_CLOEXEC); in timerfd_create_0100()
/third_party/rust/crates/linux-raw-sys/gen/modules/
H A Dgeneral.h271 #define TFD_NONBLOCK O_NONBLOCK macro
272 #define TFD_SHARED_FCNTL_FLAGS (TFD_CLOEXEC | TFD_NONBLOCK)
/third_party/rust/crates/rustix/src/backend/linux_raw/time/
H A Dtypes.rs89 /// `TFD_NONBLOCK`
90 const NONBLOCK = linux_raw_sys::general::TFD_NONBLOCK;
/third_party/rust/crates/nix/src/sys/
H A Dtimerfd.rs85 TFD_NONBLOCK;
/third_party/libinput/src/
H A Dtimer.c195 TFD_CLOEXEC | TFD_NONBLOCK); in libinput_timer_subsys_init()
/third_party/rust/crates/rustix/src/backend/libc/time/
H A Dtypes.rs298 /// `TFD_NONBLOCK`
299 const NONBLOCK = c::TFD_NONBLOCK;
/third_party/curl/docs/examples/
H A Dephiperfifo.c484 g.tfd = timerfd_create(CLOCK_MONOTONIC, TFD_NONBLOCK | TFD_CLOEXEC); in main()
/third_party/glfw/src/
H A Dwl_init.c145 timerfd_create(CLOCK_MONOTONIC, TFD_CLOEXEC | TFD_NONBLOCK); in registryHandleGlobal()
426 _glfw.wl.cursorTimerfd = timerfd_create(CLOCK_MONOTONIC, TFD_CLOEXEC | TFD_NONBLOCK); in loadCursorTheme()
/third_party/libinput/tools/
H A Dlibinput-record.c2243 timerfd = timerfd_create(CLOCK_MONOTONIC, TFD_CLOEXEC|TFD_NONBLOCK); in mainloop()
/third_party/libcoap/src/
H A Dcoap_net.c500 c->eptimerfd = timerfd_create(CLOCK_REALTIME, TFD_NONBLOCK); in coap_new_context()
/third_party/rust/crates/libc/src/unix/linux_like/android/
H A Dmod.rs1025 pub const TFD_NONBLOCK: ::c_int = O_NONBLOCK; consts
/third_party/rust/crates/linux-raw-sys/src/aarch64/
H A Dgeneral.rs2193 pub const TFD_NONBLOCK: u32 = 2048; consts
/third_party/rust/crates/libc/src/fuchsia/
H A Dmod.rs2636 pub const TFD_NONBLOCK: ::c_int = O_NONBLOCK; consts
/third_party/rust/crates/libc/src/unix/linux_like/linux/
H A Dmod.rs2075 pub const TFD_NONBLOCK: ::c_int = O_NONBLOCK; consts
/third_party/rust/crates/linux-raw-sys/src/riscv64/
H A Dgeneral.rs2192 pub const TFD_NONBLOCK: u32 = 2048; consts
/third_party/rust/crates/linux-raw-sys/src/riscv32/
H A Dgeneral.rs2172 pub const TFD_NONBLOCK: u32 = 2048; consts
/third_party/rust/crates/linux-raw-sys/src/powerpc64/
H A Dgeneral.rs2302 pub const TFD_NONBLOCK: u32 = 2048; consts
/third_party/rust/crates/linux-raw-sys/src/mips64/
H A Dgeneral.rs2373 pub const TFD_NONBLOCK: u32 = 128; consts
/third_party/rust/crates/linux-raw-sys/src/powerpc/
H A Dgeneral.rs2324 pub const TFD_NONBLOCK: u32 = 2048; consts
/third_party/rust/crates/linux-raw-sys/src/mips/
H A Dgeneral.rs2435 pub const TFD_NONBLOCK: u32 = 128; consts

Completed in 150 milliseconds

12