Home
last modified time | relevance | path

Searched refs:main_pid (Results 1 - 2 of 2) sorted by relevance

/third_party/ltp/lib/newlib_tests/
H A Dtest_children_cleanup.c18 pid_t child_pid, main_pid = getpid(); in run() local
20 tst_res(TINFO, "Main process %d starting", main_pid); in run()
36 kill(main_pid, SIGKILL); in run()
/third_party/ltp/lib/
H A Dtst_test.c59 static pid_t main_pid, lib_pid; variable
341 if (tst_getpid() == main_pid) in tst_vbrk_()
1317 main_pid = getpid(); in do_test_setup()
1337 if (main_pid != tst_getpid()) in do_test_setup()
1400 if (tst_getpid() != main_pid) in run_tests()
1415 if (tst_getpid() != main_pid) in run_tests()

Completed in 4 milliseconds