Home
last modified time | relevance | path

Searched refs:waitpid (Results 1 – 25 of 51) sorted by relevance

123

/openbmc/openbmc/poky/meta/recipes-core/busybox/files/
H A Dsyslog56 waitpid ()
89 waitpid $pid1
90 waitpid $pid2
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-protocols/openl2tp/openl2tp/
H A D0001-Use-1-instead-of-WAIT_ANY.patch24 - 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 D0016-rpmscript.c-change-logging-level-around-scriptlets-t.patch48 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 Dsysklogd94 waitpid () function
131 waitpid $pid
/openbmc/qemu/tests/tcg/multiarch/
H A Dfollow-fork-mode.c48 pid = waitpid(child, &status, 0); in main()
/openbmc/openbmc/poky/meta/recipes-extended/at/at/
H A Dconfigure-add-enable-pam.patch8 AC_CHECK_FUNCS(getcwd mktime strftime setreuid setresuid sigaction waitpid)
/openbmc/phosphor-bmc-code-mgmt/bmc/
H A Dsync_manager.cpp75 waitpid(pid, &status, 0); in processEntry()
H A Ddownload_manager.cpp109 if (waitpid(pid, &status, 0) < 0) in downloadViaTFTP()
/openbmc/openpower-proc-control/procedures/phal/
H A Dimport_devtree.cpp62 waitpid(pid, &status, 0); in importDevtree()
H A Denter_mpreboot.cpp187 waitpid(p, &status, 0); in enterMpReboot()
/openbmc/openpower-proc-control/procedures/p9/
H A Denter_mpreboot.cpp101 waitpid(p, &status, 0); in enterMpReboot()
/openbmc/openbmc/poky/bitbake/lib/bb/
H A Ddaemonize.py70 os.waitpid(pid, 0)
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-benchmark/lmbench/lmbench/
H A D0001-lat_fifo-Fix-cleanup-sequence.patch31 waitpid(state->pid, NULL, 0);
/openbmc/phosphor-bmc-code-mgmt/common/src/
H A Dutils.cpp84 if (waitpid(pid, &status, 0) < 0) in asyncSystem()
/openbmc/openbmc/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.patch38 + os.waitpid(-1, os.WNOHANG)
/openbmc/openpower-proc-control/extensions/phal/
H A Dfw_update_watch.cpp163 waitpid(pid, &status, 0); in exportDevtree()
/openbmc/u-boot/tools/patman/
H A Dcommand.py105 result.return_code = os.waitpid(last_pipe.pid, 0)[1]
/openbmc/u-boot/test/py/
H A Du_boot_spawn.py99 w = os.waitpid(self.pid, os.WNOHANG)
/openbmc/openbmc-test-automation/lib/
H A Dfunc_timer.py105 os.waitpid(self.__child_pid, 0)
/openbmc/qemu/tests/qtest/migration/
H A Dmisc-tests.c85 g_assert(waitpid(pid, &wstatus, 0) == pid); in test_analyze_script()
/openbmc/openpower-debug-collector/dump/
H A Ddump_monitor.cpp86 waitpid(pid, &status, 0); in executeCollectionScript()
/openbmc/openbmc/poky/bitbake/lib/toaster/tests/functional/
H A Dfunctional_helpers.py41 os.waitpid(toaster_process, os.WNOHANG)
/openbmc/qemu/tests/tcg/multiarch/linux/
H A Dlinux-test.c224 chk_error(waitpid(pid, &status, 0)); in test_fork()
406 chk_error(waitpid(pid, &status, 0)); in wait_for_child()

123