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

  /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 669 static pid_t test_pid; variable
674 kill(-test_pid, SIGKILL);
713 test_pid = fork();
714 if (test_pid < 0)
717 if (!test_pid) {
722 SAFE_WAITPID(test_pid, &status, 0);

Completed in 134 milliseconds