Home
last modified time | relevance | path

Searched refs:WNOHANG (Results 1 – 25 of 34) sorted by relevance

12

/OK3568_Linux_fs/yocto/meta-openembedded/meta-networking/recipes-protocols/openl2tp/openl2tp/
H A D0001-Use-1-instead-of-WAIT_ANY.patch22 - while (((pid = waitpid(WAIT_ANY, &status, (waitfor ? 0: WNOHANG))) != -1) && (pid != 0)) {
23 + while (((pid = waitpid(-1, &status, (waitfor ? 0: WNOHANG))) != -1) && (pid != 0)) {
/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 Dwaitflags.h25 #define WNOHANG 1 /* Don't block waiting. */ 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 Dwaitflags.h25 #define WNOHANG 1 /* Don't block waiting. */ macro
/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/linux/
H A Dwait.h5 #define WNOHANG 0x00000001 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/linux/
H A Dwait.h5 #define WNOHANG 0x00000001 macro
/OK3568_Linux_fs/kernel/include/uapi/linux/
H A Dwait.h5 #define WNOHANG 0x00000001 macro
/OK3568_Linux_fs/kernel/tools/testing/selftests/timers/
H A Dskew_consistency.c57 while (pid != waitpid(pid, &ret, WNOHANG)) { in main()
H A Dclocksource-switch.c156 while (pid != waitpid(pid, &status, WNOHANG)) in main()
/OK3568_Linux_fs/kernel/tools/testing/selftests/ptrace/
H A Dvmaccess.c62 k = waitpid(-1, &s, WNOHANG); in TEST()
/OK3568_Linux_fs/kernel/arch/um/os-Linux/
H A Dutil.c146 while ((pid = waitpid(-1, NULL, WNOHANG | __WALL)) > 0) in os_dump_core()
/OK3568_Linux_fs/kernel/kernel/
H A Dexit.c1471 if (!retval && !(wo->wo_flags & WNOHANG)) { in do_wait()
1493 if (options & ~(WNOHANG|WNOWAIT|WEXITED|WSTOPPED|WCONTINUED| in kernel_waitid()
1540 wo.wo_flags |= WNOHANG; in kernel_waitid()
1543 if (!ret && !(options & WNOHANG) && (f_flags & O_NONBLOCK)) in kernel_waitid()
1591 if (options & ~(WNOHANG|WUNTRACED|WCONTINUED| in kernel_wait4()
/OK3568_Linux_fs/yocto/meta-openembedded/meta-python/recipes-extended/python-blivet/python3-blivet/
H A D0005-fix-incorrect-timeout-while-system-time-changed.patch44 os.waitpid(-1, os.WNOHANG)
H A D0003-support-infinit-timeout.patch32 os.waitpid(-1, os.WNOHANG)
H A D0002-run_program-support-timeout.patch34 + os.waitpid(-1, os.WNOHANG)
/OK3568_Linux_fs/yocto/poky/meta/recipes-devtools/expect/expect/
H A D0001-configure.in.patch17 AC_MSG_CHECKING([if any value exists for WNOHANG])
/OK3568_Linux_fs/kernel/scripts/
H A Dgenerate_initcall_order.pl167 $pid = waitpid(-1, WNOHANG);
/OK3568_Linux_fs/buildroot/package/fbterm/
H A D0001-fbio.cpp-improxy.cpp-fbterm.cpp-fix-musl-compile.patch20 s32 pid = waitpid(WAIT_ANY, 0, WNOHANG);
/OK3568_Linux_fs/u-boot/test/py/
H A Du_boot_spawn.py100 w = os.waitpid(self.pid, os.WNOHANG)
/OK3568_Linux_fs/buildroot/package/expect/
H A D0001-enable-cross-compilation.patch23 AC_MSG_CHECKING([if any value exists for WNOHANG])
/OK3568_Linux_fs/buildroot/package/vsftpd/
H A D0003-Prevent-hang-in-SIGCHLD-handler.patch36 + int sys_ret = waitpid(-1, &retval.exit_status, hang ? 0 : WNOHANG);
/OK3568_Linux_fs/yocto/poky/meta/recipes-bsp/apmd/apmd/
H A Dlegacy.patch117 retval = waitpid(pid, &status, WNOHANG);
/OK3568_Linux_fs/kernel/tools/testing/selftests/pidfd/
H A Dpidfd_wait.c204 ret = sys_waitid(P_PIDFD, pidfd, &info, WEXITED | WNOHANG, NULL); in TEST()
/OK3568_Linux_fs/yocto/poky/bitbake/bin/
H A Dbitbake-worker491 pid, status = os.waitpid(-1, os.WNOHANG)
/OK3568_Linux_fs/external/rk_pcba_test/
H A Decho_pcbatest_server.c93 while((pid = waitpid(-1, &status, WNOHANG)) > 0); in sig_child_handle()
/OK3568_Linux_fs/buildroot/dl/rtmpdump/git/
H A Drtmpsrv.c348 while (waitpid(-1, NULL, WNOHANG) > 0); in spawn_dumper()

12