Home
last modified time | relevance | path

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

12

/dports/science/dakota/dakota-6.13.0-release-public.src-UI/src/
H A DForkApplicInterface.cpp208 wait(pid_t process_group_id, std::map<pid_t, int>& process_id_map, in wait() argument
219 waitpid(-process_group_id, &status, 0) : // block for completion w/i group in wait()
220 waitpid(-process_group_id, &status, WNOHANG);// don't block for completion in wait()
249 join_process_group(pid_t& process_group_id, bool new_group) in join_process_group() argument
252 process_group_id = getpid(); // this child pid becomes group leader in join_process_group()
280 int err = setpgid(0, process_group_id); // pid=0 -> use pid from this process in join_process_group()
H A DForkApplicInterface.hpp92 void join_process_group(pid_t& process_group_id, bool new_group);
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/base/process/
H A Dkill_fuchsia.cc15 bool KillProcessGroup(ProcessHandle process_group_id) { in KillProcessGroup() argument
17 zx_status_t status = zx_task_kill(process_group_id); in KillProcessGroup()
19 << "unable to terminate job " << process_group_id; in KillProcessGroup()
H A Dkill_posix.cc81 bool KillProcessGroup(ProcessHandle process_group_id) { in KillProcessGroup() argument
82 bool result = kill(-1 * process_group_id, SIGKILL) == 0; in KillProcessGroup()
84 DPLOG(ERROR) << "Unable to terminate process group " << process_group_id; in KillProcessGroup()
H A Dkill.h89 BASE_EXPORT bool KillProcessGroup(ProcessHandle process_group_id);
/dports/japanese/ebnetd/ebnetd-1.0/ebhttpd/
H A Debhttpd.c181 pid_t process_group_id; variable
404 killpg(process_group_id, SIGINT); in standalone_main()
406 kill(-process_group_id, SIGINT); in standalone_main()
458 process_group_id = getpgrp(); in standalone_main()
460 process_group_id = getpgrp(getpid()); in standalone_main()
730 killpg(process_group_id, SIGINT); in standalone_main()
732 kill(-process_group_id, SIGINT); in standalone_main()
1129 killpg(process_group_id, SIGINT);
1131 kill(-process_group_id, SIGINT);
/dports/japanese/ebnetd/ebnetd-1.0/ebnetd/
H A Debnetd.c181 pid_t process_group_id; variable
404 killpg(process_group_id, SIGINT); in standalone_main()
406 kill(-process_group_id, SIGINT); in standalone_main()
458 process_group_id = getpgrp(); in standalone_main()
460 process_group_id = getpgrp(getpid()); in standalone_main()
730 killpg(process_group_id, SIGINT); in standalone_main()
732 kill(-process_group_id, SIGINT); in standalone_main()
1129 killpg(process_group_id, SIGINT);
1131 kill(-process_group_id, SIGINT);
/dports/japanese/ebnetd/ebnetd-1.0/ndtpd/
H A Dndtpd.c181 pid_t process_group_id; variable
404 killpg(process_group_id, SIGINT); in standalone_main()
406 kill(-process_group_id, SIGINT); in standalone_main()
458 process_group_id = getpgrp(); in standalone_main()
460 process_group_id = getpgrp(getpid()); in standalone_main()
730 killpg(process_group_id, SIGINT); in standalone_main()
732 kill(-process_group_id, SIGINT); in standalone_main()
1129 killpg(process_group_id, SIGINT);
1131 kill(-process_group_id, SIGINT);
/dports/sysutils/p5-BSD-Process/BSD-Process-0.07/
H A DProcess.pm25 process_group_id => 'pgid',
245 elsif (exists $arg{process_group_id}) {
247 $param = $arg{process_group_id};
/dports/net/gsk/gsk-1.0.63/src/
H A Dgskprocessinfo.h22 guint process_group_id; member
/dports/net/gsk/gsk-1.0.63/src/tests/
H A Dget-process-info.c26 info->process_group_id, in main()
/dports/lang/spidermonkey60/firefox-60.9.0/security/sandbox/chromium/base/process/
H A Dkill.h68 BASE_EXPORT bool KillProcessGroup(ProcessHandle process_group_id);
/dports/www/firefox-esr/firefox-91.8.0/security/sandbox/chromium/base/process/
H A Dkill.h89 BASE_EXPORT bool KillProcessGroup(ProcessHandle process_group_id);
/dports/www/firefox/firefox-99.0/security/sandbox/chromium/base/process/
H A Dkill.h89 BASE_EXPORT bool KillProcessGroup(ProcessHandle process_group_id);
/dports/mail/thunderbird/thunderbird-91.8.0/security/sandbox/chromium/base/process/
H A Dkill.h89 BASE_EXPORT bool KillProcessGroup(ProcessHandle process_group_id);
/dports/lang/spidermonkey78/firefox-78.9.0/security/sandbox/chromium/base/process/
H A Dkill.h82 BASE_EXPORT bool KillProcessGroup(ProcessHandle process_group_id);
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/tools/dump_process_memory/
H A Ddump_process.cc80 pid_t process_group_id = getpgid(pid_); in ~ScopedPtracer() local
81 if (killpg(process_group_id, SIGCONT)) { in ~ScopedPtracer()
/dports/www/chromium-legacy/chromium-88.0.4324.182/tools/dump_process_memory/
H A Ddump_process.cc80 pid_t process_group_id = getpgid(pid_); in ~ScopedPtracer() local
81 if (killpg(process_group_id, SIGCONT)) { in ~ScopedPtracer()
/dports/www/mod_php81/php-8.1.1/ext/posix/
H A Dposix.stub.php49 function posix_setpgid(int $process_id, int $process_group_id): bool {} argument
/dports/lang/php80/php-8.0.15/ext/posix/
H A Dposix.stub.php45 function posix_setpgid(int $process_id, int $process_group_id): bool {} argument
/dports/lang/php81/php-8.1.1/ext/posix/
H A Dposix.stub.php49 function posix_setpgid(int $process_id, int $process_group_id): bool {} argument
/dports/sysutils/php81-posix/php-8.1.1/ext/posix/
H A Dposix.stub.php49 function posix_setpgid(int $process_id, int $process_group_id): bool {} argument
/dports/sysutils/php80-posix/php-8.0.15/ext/posix/
H A Dposix.stub.php45 function posix_setpgid(int $process_id, int $process_group_id): bool {} argument
/dports/www/mod_php80/php-8.0.15/ext/posix/
H A Dposix.stub.php45 function posix_setpgid(int $process_id, int $process_group_id): bool {} argument
/dports/devel/mercurial/mercurial-6.0/rust/chg/src/
H A Dmain.rs80 let pgid = client.server_spec().process_group_id; in run()

12