Home
last modified time | relevance | path

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

/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/getpid/
D1-1.c72 pid_t mypid, hispid, ctlpid; in main() local
165 ctlpid = waitpid(hispid, &status, 0); in main()
166 if (ctlpid != hispid) { in main()