Searched refs:pidlist (Results 1 – 11 of 11) sorted by relevance
/third_party/ltp/testcases/kernel/syscalls/mkdir/ |
D | mkdir09.c | 66 int *pidlist, child_count; variable 162 if ((pidlist = malloc((child_groups * NCHILD) * sizeof(int))) == in runtest() 294 pidlist[children] = pid; in getchild() 437 if (pidlist[j] > 0) { in massmurder() 438 if (kill(pidlist[j], SIGTERM) < 0) { in massmurder()
|
/third_party/curl/tests/ |
D | ftp.pm | 232 my ($verbose, $pidlist) = @_; 238 return if(not defined($pidlist)); 241 @requested = split(' ', $pidlist);
|
D | runtests.pl | 790 my ($server, $pidlist) = @_; 834 $pidlist .= " $run{$server}"; 839 killpid($verbose, $pidlist); 4692 my $pidlist; 4706 $pidlist .= "$run{$server} "; 4711 killpid($verbose, $pidlist);
|
/third_party/ltp/testcases/kernel/fs/ftest/ |
D | ftest02.c | 83 static int pidlist[MAXCHILD]; variable 155 pidlist[k] = child; in main() 426 if (pidlist[i]) in term() 427 kill(pidlist[i], SIGTERM); in term()
|
D | ftest06.c | 89 static int pidlist[MAXCHILD]; variable 168 pidlist[k] = child; in main() 443 if (pidlist[i]) in term() 444 kill(pidlist[i], SIGTERM); in term()
|
D | ftest08.c | 86 static int pidlist[MAXCHILD]; variable 172 pidlist[i] = child; in runtest() 525 if (pidlist[i]) in term() 526 kill(pidlist[i], SIGTERM); in term()
|
D | ftest04.c | 78 static int pidlist[MAXCHILD]; variable 159 pidlist[i] = child; in runtest() 487 if (pidlist[i]) in term() 488 kill(pidlist[i], SIGTERM); in term()
|
D | ftest05.c | 94 static int pidlist[MAXCHILD]; variable 181 pidlist[i] = child; in runtest() 536 if (pidlist[i]) /* avoid embarassment */ in term() 537 kill(pidlist[i], SIGTERM); in term()
|
D | ftest01.c | 90 static int pidlist[MAXCHILD]; variable 174 pidlist[i] = child; in runtest() 543 if (pidlist[i]) in term() 544 kill(pidlist[i], SIGTERM); in term()
|
D | ftest03.c | 95 static int pidlist[MAXCHILD]; variable 195 pidlist[i] = child; in runtest() 621 if (pidlist[i]) in term() 622 kill(pidlist[i], SIGTERM); in term()
|
D | ftest07.c | 101 static int pidlist[MAXCHILD]; variable 197 pidlist[i] = child; in runtest() 619 if (pidlist[i]) in term() 620 kill(pidlist[i], SIGTERM); in term()
|