| /OK3568_Linux_fs/yocto/meta-openembedded/meta-networking/recipes-protocols/openl2tp/openl2tp/ |
| H A D | 0001-Use-1-instead-of-WAIT_ANY.patch | 22 - 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 D | waitflags.h | 25 #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 D | waitflags.h | 25 #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 D | wait.h | 5 #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 D | wait.h | 5 #define WNOHANG 0x00000001 macro
|
| /OK3568_Linux_fs/kernel/include/uapi/linux/ |
| H A D | wait.h | 5 #define WNOHANG 0x00000001 macro
|
| /OK3568_Linux_fs/kernel/tools/testing/selftests/timers/ |
| H A D | skew_consistency.c | 57 while (pid != waitpid(pid, &ret, WNOHANG)) { in main()
|
| H A D | clocksource-switch.c | 156 while (pid != waitpid(pid, &status, WNOHANG)) in main()
|
| /OK3568_Linux_fs/kernel/tools/testing/selftests/ptrace/ |
| H A D | vmaccess.c | 62 k = waitpid(-1, &s, WNOHANG); in TEST()
|
| /OK3568_Linux_fs/kernel/arch/um/os-Linux/ |
| H A D | util.c | 146 while ((pid = waitpid(-1, NULL, WNOHANG | __WALL)) > 0) in os_dump_core()
|
| /OK3568_Linux_fs/kernel/kernel/ |
| H A D | exit.c | 1471 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 D | 0005-fix-incorrect-timeout-while-system-time-changed.patch | 44 os.waitpid(-1, os.WNOHANG)
|
| H A D | 0003-support-infinit-timeout.patch | 32 os.waitpid(-1, os.WNOHANG)
|
| H A D | 0002-run_program-support-timeout.patch | 34 + os.waitpid(-1, os.WNOHANG)
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-devtools/expect/expect/ |
| H A D | 0001-configure.in.patch | 17 AC_MSG_CHECKING([if any value exists for WNOHANG])
|
| /OK3568_Linux_fs/kernel/scripts/ |
| H A D | generate_initcall_order.pl | 167 $pid = waitpid(-1, WNOHANG);
|
| /OK3568_Linux_fs/buildroot/package/fbterm/ |
| H A D | 0001-fbio.cpp-improxy.cpp-fbterm.cpp-fix-musl-compile.patch | 20 s32 pid = waitpid(WAIT_ANY, 0, WNOHANG);
|
| /OK3568_Linux_fs/u-boot/test/py/ |
| H A D | u_boot_spawn.py | 100 w = os.waitpid(self.pid, os.WNOHANG)
|
| /OK3568_Linux_fs/buildroot/package/expect/ |
| H A D | 0001-enable-cross-compilation.patch | 23 AC_MSG_CHECKING([if any value exists for WNOHANG])
|
| /OK3568_Linux_fs/buildroot/package/vsftpd/ |
| H A D | 0003-Prevent-hang-in-SIGCHLD-handler.patch | 36 + int sys_ret = waitpid(-1, &retval.exit_status, hang ? 0 : WNOHANG);
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-bsp/apmd/apmd/ |
| H A D | legacy.patch | 117 retval = waitpid(pid, &status, WNOHANG);
|
| /OK3568_Linux_fs/kernel/tools/testing/selftests/pidfd/ |
| H A D | pidfd_wait.c | 204 ret = sys_waitid(P_PIDFD, pidfd, &info, WEXITED | WNOHANG, NULL); in TEST()
|
| /OK3568_Linux_fs/yocto/poky/bitbake/bin/ |
| H A D | bitbake-worker | 491 pid, status = os.waitpid(-1, os.WNOHANG)
|
| /OK3568_Linux_fs/external/rk_pcba_test/ |
| H A D | echo_pcbatest_server.c | 93 while((pid = waitpid(-1, &status, WNOHANG)) > 0); in sig_child_handle()
|
| /OK3568_Linux_fs/buildroot/dl/rtmpdump/git/ |
| H A D | rtmpsrv.c | 348 while (waitpid(-1, NULL, WNOHANG) > 0); in spawn_dumper()
|