Searched refs:getpid (Results 1 - 21 of 21) sorted by relevance
| /bind-9.6-ESV-R11/unit/atf-src/atf-run/ |
| H A D | signals_test.cpp | 105 ::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 D | signals.cpp | 82 ::kill(::getpid(), m_signo); 92 ::kill(::getpid(), m_signo);
|
| H A D | expect_helpers.c | 115 kill(getpid(), SIGKILL); 122 kill(getpid(), SIGHUP); 142 kill(getpid(), SIGKILL);
|
| H A D | test-program.cpp | 258 const int ret = ::setpgid(::getpid(), 0);
|
| /bind-9.6-ESV-R11/contrib/idn/idnkit-1.0-src/wsock/wsock11/ |
| H A D | dllmain.c | 72 procPid = getpid();
|
| /bind-9.6-ESV-R11/contrib/idn/idnkit-1.0-src/wsock/wsock20/ |
| H A D | dllmain.c | 71 procPid = getpid();
|
| /bind-9.6-ESV-R11/contrib/idn/idnkit-1.0-src/wsock/common/ |
| H A D | printf.c | 124 sprintf(log_header, "%08x %-.16s: ", getpid(), title);
|
| /bind-9.6-ESV-R11/lib/isc/ |
| H A D | random.c | 45 unsigned int pid = getpid();
|
| H A D | entropy.c | 370 pid = getpid();
|
| /bind-9.6-ESV-R11/unit/atf-src/atf-c/detail/ |
| H A D | process_helpers.c | 58 kill(getpid(), SIGKILL);
|
| H A D | process_test.c | 561 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 D | c_helpers.c | 168 kill(getpid(), SIGTERM); 315 kill(getpid(), SIGKILL); 322 kill(getpid(), SIGHUP); 342 kill(getpid(), SIGKILL);
|
| H A D | cpp_helpers.cpp | 170 ::kill(getpid(), SIGKILL); 177 ::kill(getpid(), SIGHUP); 197 kill(getpid(), SIGKILL);
|
| /bind-9.6-ESV-R11/bin/named/unix/ |
| H A D | os.c | 384 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 D | log.c | 214 fprintf(stderr, "%u: [%s] %s", (unsigned int)getpid(), title, buf);
|
| /bind-9.6-ESV-R11/ |
| H A D | config.h.win32 | 184 #define getpid _getpid
|
| /bind-9.6-ESV-R11/lib/isc/unix/ |
| H A D | dir.c | 198 pid = getpid();
|
| H A D | app.c | 588 if (kill(getpid(), SIGTERM) < 0) { 630 if (kill(getpid(), SIGHUP) < 0) {
|
| /bind-9.6-ESV-R11/lib/isc/win32/ |
| H A D | dir.c | 257 pid = getpid();
|
| H A D | file.c | 57 pid = getpid();
|
| /bind-9.6-ESV-R11/bin/named/win32/ |
| H A D | os.c | 256 pid = getpid();
|
Completed in 135 milliseconds