HomeSort by relevance Sort by last modified time
    Searched refs:test_pid (Results 1 - 3 of 3) sorted by null

  /external/tensorflow/tensorflow/core/platform/
stacktrace_handler_test.cc 38 int test_pid = fork(); local
40 if (test_pid == 0) {
55 kill(test_pid, SIGABRT);
  /external/ltp/testcases/kernel/controllers/cpuset/cpuset_memory_spread_test/
cpuset_memory_spread_testset.sh 192 # <expect_nodes> <test_pid>
201 local test_pid="$5"
217 /bin/echo "$test_pid" > "$cpusetpath/tasks" 2> $CPUSET_TMP/stderr
234 /bin/kill -s SIGUSR1 $test_pid
  /external/ltp/lib/
tst_test.c 919 static pid_t test_pid; variable
933 kill(-test_pid, SIGKILL);
952 if (test_pid > 0) {
954 kill(-test_pid, SIGKILL);
999 test_pid = fork();
1000 if (test_pid < 0)
1003 if (!test_pid) {
1011 SAFE_WAITPID(test_pid, &status, 0);

Completed in 118 milliseconds