t_getpid.c | 61 pid_t ppid, fpid, cpid, tpid, wpid; local in function:ATF_TC_BODY 66 tpid = getpid(); 76 if (tpid != ppid) 82 if (tpid == fpid) 108 pid_t pid, tpid; local in function:ATF_TC_BODY 116 rv = pthread_create(&tid, NULL, threadfunc, &tpid); 122 if (pid != tpid)
|