Home
last modified time | relevance | path

Searched refs:PIDFD_NONBLOCK (Results 1 - 4 of 4) sorted by relevance

/third_party/ltp/include/lapi/
H A Dpidfd.h17 #ifndef PIDFD_NONBLOCK
18 #define PIDFD_NONBLOCK O_NONBLOCK macro
/third_party/ltp/testcases/kernel/syscalls/pidfd_open/
H A Dpidfd_open04.c10 * Verify that the PIDFD_NONBLOCK flag works with pidfd_open() and
37 TST_EXP_FD_SILENT(pidfd_open(pid, PIDFD_NONBLOCK), in run()
38 "pidfd_open(%d, PIDFD_NONBLOCK)", pid); in run()
68 TEST(pidfd_open(getpid(), PIDFD_NONBLOCK)); in setup()
71 tst_brk(TCONF, "PIDFD_NONBLOCK was supported since linux 5.10"); in setup()
75 "pidfd_open(getpid(),PIDFD_NONBLOCK) failed unexpectedly"); in setup()
/third_party/rust/crates/libc/src/unix/linux_like/linux/musl/
H A Dmod.rs602 pub const PIDFD_NONBLOCK: ::c_uint = O_NONBLOCK as ::c_uint; consts
/third_party/rust/crates/libc/src/unix/linux_like/linux/gnu/
H A Dmod.rs672 pub const PIDFD_NONBLOCK: ::c_uint = O_NONBLOCK as ::c_uint; consts

Completed in 5 milliseconds