Home
last modified time | relevance | path

Searched refs:CLONE_PIDFD (Results 1 – 11 of 11) sorted by relevance

/OK3568_Linux_fs/kernel/samples/pidfd/
H A Dpidfd-metadata.c20 #ifndef CLONE_PIDFD
21 #define CLONE_PIDFD 0x00001000 macro
92 pid = pidfd_clone(CLONE_PIDFD, &pidfd); in main()
/OK3568_Linux_fs/kernel/tools/testing/selftests/pidfd/
H A Dpidfd.h29 #ifndef CLONE_PIDFD
30 #define CLONE_PIDFD 0x00001000 macro
H A Dpidfd_wait.c47 .flags = CLONE_PIDFD | CLONE_PARENT_SETTID, in TEST()
95 .flags = CLONE_PIDFD | CLONE_PARENT_SETTID, in TEST()
H A Dpidfd_test.c448 pid = pidfd_clone(CLONE_PIDFD, &pidfd, child_poll_exec_test); in test_pidfd_poll_exec()
521 pid = pidfd_clone(CLONE_PIDFD, &pidfd, child_poll_leader_exit_test); in test_pidfd_poll_leader_exit()
H A Dpidfd_fdinfo_test.c95 static int flags = CLONE_PIDFD | CLONE_NEWPID | CLONE_NEWNS | SIGCHLD; in clone_newns()
H A Dpidfd_setns_test.c78 .flags = CLONE_PIDFD | flags, in create_child()
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/bits/
H A Dsched.h47 # define CLONE_PIDFD 0x00001000 /* Set if a pidfd should be placed macro
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/bits/
H A Dsched.h47 # define CLONE_PIDFD 0x00001000 /* Set if a pidfd should be placed macro
/OK3568_Linux_fs/kernel/include/uapi/linux/
H A Dsched.h15 #define CLONE_PIDFD 0x00001000 /* set if a pidfd should be placed in parent */ macro
/OK3568_Linux_fs/kernel/tools/include/uapi/linux/
H A Dsched.h15 #define CLONE_PIDFD 0x00001000 /* set if a pidfd should be placed in parent */ macro
/OK3568_Linux_fs/kernel/kernel/
H A Dfork.c1967 if (clone_flags & CLONE_PIDFD) { in copy_process()
2192 if (clone_flags & CLONE_PIDFD) { in copy_process()
2398 if (clone_flags & CLONE_PIDFD) { in copy_process()
2534 if ((args->flags & CLONE_PIDFD) && in kernel_clone()