Home | Sort by: relevance | last modified time | path |
/src/tests/lib/libc/sys/ | |
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) |
/src/sys/arch/vax/vax/ | |
db_machdep.c | 538 u_int tpid = 0; local in function:db_stack_trace_print 544 tpid = -1; 547 tpid = tpid * 10 + digit; 550 p = db_proc_find(tpid); |