Home
last modified time | relevance | path

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

/third_party/ltp/lib/
Dtst_test.c54 static pid_t main_pid, lib_pid; variable
335 if (syscall(SYS_getpid) == main_pid) in tst_vbrk_()
1172 main_pid = getpid(); in do_test_setup()
1192 if (main_pid != getpid()) in do_test_setup()
1233 if (getpid() != main_pid) { in run_tests()
1248 if (getpid() != main_pid) { in run_tests()
/third_party/python/Misc/NEWS.d/
D3.8.0b1.rst398 A long-since-meaningless check for ``getpid() == main_pid`` was removed from