Home
last modified time | relevance | path

Searched refs:pid_is_running (Results 1 – 4 of 4) sorted by relevance

/dports/sysutils/cmogstored/cmogstored-1.8.1/
H A Dpidfile.c14 static bool pid_is_running(pid_t pid) in pid_is_running() function
102 if (!pid_is_running(pid)) in mog_pidfile_open()
190 if (!pid_is_running(pid)) in unlink_if_owner_or_unused()
234 if (pid_is_running(pid)) { in mog_pidfile_upgrade_prepare()
263 if (!pid_is_running(pid)) in upgrade_failed()
/dports/sysutils/R-cran-processx/processx/src/supervisor/
H A Dsupervisor.c113 bool pid_is_running(pid_t pid) { in pid_is_running() function
172 if (pid_is_running(children[i])) { in kill_children()
191 if (pid_is_running(children[i])) { in kill_children()
433 if (pid_is_running(children[i])) { in main()
443 if (!pid_is_running(parent_pid)) { in main()
/dports/archivers/dpkg/dpkg-1.19.7/utils/
H A Dstart-stop-daemon.c2233 pid_is_running(pid_t pid) in pid_is_running() function
2239 pid_is_running(pid_t pid) in pid_is_running() function
2261 if (action != ACTION_STOP && !pid_is_running(pid)) in pid_check()
/dports/archivers/dpkg/dpkg-1.19.7/
H A DChangeLog.old1374 * utils/start-stop-daemon.c (pid_is_running) [!OSHURD]: Reimplement
9534 * utils/start-stop-daemon.c: Moved pid_is_running inside OSHURD sentry,