Searched refs:getpid (Results 1 - 21 of 21) sorted by relevance

/bind-9.6-ESV-R11/unit/atf-src/atf-run/
H A Dsignals_test.cpp105 ::kill(::getpid(), SIGUSR1);
110 ::kill(::getpid(), SIGUSR1);
114 ::kill(::getpid(), SIGUSR1);
131 ::kill(::getpid(), SIGUSR1);
138 ::kill(::getpid(), SIGUSR1);
157 ::kill(::getpid(), SIGUSR1);
164 ::kill(::getpid(), SIGUSR1);
192 ::kill(::getpid(), SIGUSR1);
213 ::kill(::getpid(), SIGUSR1);
218 ::kill(::getpid(), SIGUSR
[all...]
H A Dsignals.cpp82 ::kill(::getpid(), m_signo);
92 ::kill(::getpid(), m_signo);
H A Dexpect_helpers.c115 kill(getpid(), SIGKILL);
122 kill(getpid(), SIGHUP);
142 kill(getpid(), SIGKILL);
H A Dtest-program.cpp258 const int ret = ::setpgid(::getpid(), 0);
/bind-9.6-ESV-R11/contrib/idn/idnkit-1.0-src/wsock/wsock11/
H A Ddllmain.c72 procPid = getpid();
/bind-9.6-ESV-R11/contrib/idn/idnkit-1.0-src/wsock/wsock20/
H A Ddllmain.c71 procPid = getpid();
/bind-9.6-ESV-R11/contrib/idn/idnkit-1.0-src/wsock/common/
H A Dprintf.c124 sprintf(log_header, "%08x %-.16s: ", getpid(), title);
/bind-9.6-ESV-R11/lib/isc/
H A Drandom.c45 unsigned int pid = getpid();
H A Dentropy.c370 pid = getpid();
/bind-9.6-ESV-R11/unit/atf-src/atf-c/detail/
H A Dprocess_helpers.c58 kill(getpid(), SIGKILL);
H A Dprocess_test.c561 kill(getpid(), SIGKILL);
568 kill(getpid(), SIGQUIT);
575 kill(getpid(), SIGTERM);
694 const pid_t pid = getpid();
697 fprintf(stderr, "Reporting %d to parent\n", (int)getpid());
/bind-9.6-ESV-R11/unit/atf-src/test-programs/
H A Dc_helpers.c168 kill(getpid(), SIGTERM);
315 kill(getpid(), SIGKILL);
322 kill(getpid(), SIGHUP);
342 kill(getpid(), SIGKILL);
H A Dcpp_helpers.cpp170 ::kill(getpid(), SIGKILL);
177 ::kill(getpid(), SIGHUP);
197 kill(getpid(), SIGKILL);
/bind-9.6-ESV-R11/bin/named/unix/
H A Dos.c384 mainpid = getpid();
429 mainpid = getpid();
771 pid = getpid();
837 pid = getpid();
/bind-9.6-ESV-R11/contrib/idn/idnkit-1.0-src/lib/
H A Dlog.c214 fprintf(stderr, "%u: [%s] %s", (unsigned int)getpid(), title, buf);
/bind-9.6-ESV-R11/
H A Dconfig.h.win32184 #define getpid _getpid
/bind-9.6-ESV-R11/lib/isc/unix/
H A Ddir.c198 pid = getpid();
H A Dapp.c588 if (kill(getpid(), SIGTERM) < 0) {
630 if (kill(getpid(), SIGHUP) < 0) {
/bind-9.6-ESV-R11/lib/isc/win32/
H A Ddir.c257 pid = getpid();
H A Dfile.c57 pid = getpid();
/bind-9.6-ESV-R11/bin/named/win32/
H A Dos.c256 pid = getpid();

Completed in 135 milliseconds