| /openbmc/openbmc/poky/meta/recipes-core/busybox/files/ |
| H A D | syslog | 56 waitpid () 89 waitpid $pid1 90 waitpid $pid2
|
| /openbmc/openbmc/meta-openembedded/meta-networking/recipes-protocols/openl2tp/openl2tp/ |
| H A D | 0001-Use-1-instead-of-WAIT_ANY.patch | 24 - while (((pid = waitpid(WAIT_ANY, &status, (waitfor ? 0: WNOHANG))) != -1) && (pid != 0)) { 25 + while (((pid = waitpid(-1, &status, (waitfor ? 0: WNOHANG))) != -1) && (pid != 0)) {
|
| /openbmc/openbmc/poky/meta/recipes-devtools/rpm/files/ |
| H A D | 0016-rpmscript.c-change-logging-level-around-scriptlets-t.patch | 48 reaped = waitpid(pid, &status, 0); 51 - rpmlog(RPMLOG_DEBUG, "%s: waitpid(%d) rc %d status %x\n", 52 + rpmlog(RPMLOG_INFO, "%s: waitpid(%d) rc %d status %x\n",
|
| /openbmc/openbmc/poky/meta/recipes-extended/sysklogd/sysklogd/ |
| H A D | sysklogd | 94 waitpid () function 131 waitpid $pid
|
| /openbmc/qemu/tests/tcg/multiarch/ |
| H A D | follow-fork-mode.c | 48 pid = waitpid(child, &status, 0); in main()
|
| /openbmc/openbmc/poky/meta/recipes-extended/at/at/ |
| H A D | configure-add-enable-pam.patch | 8 AC_CHECK_FUNCS(getcwd mktime strftime setreuid setresuid sigaction waitpid)
|
| /openbmc/phosphor-bmc-code-mgmt/bmc/ |
| H A D | sync_manager.cpp | 75 waitpid(pid, &status, 0); in processEntry()
|
| H A D | download_manager.cpp | 109 if (waitpid(pid, &status, 0) < 0) in downloadViaTFTP()
|
| /openbmc/openpower-proc-control/procedures/phal/ |
| H A D | import_devtree.cpp | 62 waitpid(pid, &status, 0); in importDevtree()
|
| H A D | enter_mpreboot.cpp | 187 waitpid(p, &status, 0); in enterMpReboot()
|
| /openbmc/openpower-proc-control/procedures/p9/ |
| H A D | enter_mpreboot.cpp | 101 waitpid(p, &status, 0); in enterMpReboot()
|
| /openbmc/openbmc/poky/bitbake/lib/bb/ |
| H A D | daemonize.py | 70 os.waitpid(pid, 0)
|
| /openbmc/openbmc/meta-openembedded/meta-oe/recipes-benchmark/lmbench/lmbench/ |
| H A D | 0001-lat_fifo-Fix-cleanup-sequence.patch | 31 waitpid(state->pid, NULL, 0);
|
| /openbmc/phosphor-bmc-code-mgmt/common/src/ |
| H A D | utils.cpp | 84 if (waitpid(pid, &status, 0) < 0) in asyncSystem()
|
| /openbmc/openbmc/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 | 38 + os.waitpid(-1, os.WNOHANG)
|
| /openbmc/openpower-proc-control/extensions/phal/ |
| H A D | fw_update_watch.cpp | 163 waitpid(pid, &status, 0); in exportDevtree()
|
| /openbmc/u-boot/tools/patman/ |
| H A D | command.py | 105 result.return_code = os.waitpid(last_pipe.pid, 0)[1]
|
| /openbmc/u-boot/test/py/ |
| H A D | u_boot_spawn.py | 99 w = os.waitpid(self.pid, os.WNOHANG)
|
| /openbmc/openbmc-test-automation/lib/ |
| H A D | func_timer.py | 105 os.waitpid(self.__child_pid, 0)
|
| /openbmc/qemu/tests/qtest/migration/ |
| H A D | misc-tests.c | 85 g_assert(waitpid(pid, &wstatus, 0) == pid); in test_analyze_script()
|
| /openbmc/openpower-debug-collector/dump/ |
| H A D | dump_monitor.cpp | 86 waitpid(pid, &status, 0); in executeCollectionScript()
|
| /openbmc/openbmc/poky/bitbake/lib/toaster/tests/functional/ |
| H A D | functional_helpers.py | 41 os.waitpid(toaster_process, os.WNOHANG)
|
| /openbmc/qemu/tests/tcg/multiarch/linux/ |
| H A D | linux-test.c | 224 chk_error(waitpid(pid, &status, 0)); in test_fork() 406 chk_error(waitpid(pid, &status, 0)); in wait_for_child()
|