Searched refs:pid2tcb (Results 1 – 5 of 5) sorted by relevance
518 extern struct tcb *pid2tcb(int);
816 tcpchild = pid2tcb(pid); in handle_new_child()2014 (child = pid2tcb(tcp->u_arg[0])) == NULL))2026 child = pid2tcb(tcp->u_arg[0]);2052 tcp->nzombies > 0 && pid2tcb(tcp->u_rval) == NULL) {
1430 pid2tcb(int pid) in pid2tcb() function2476 if ((tcp = pid2tcb(pid)) == NULL) { in trace()
640 Clean up pid2tcb usage641 * strace.c (pid2tcb): Always match pid. Fail for argument <= 0.643 [USE_PROCFS] (trace): Use that instead of pid2tcb(0).
3706 (pid2tcb): Declare it.3716 * strace.c (pid2tcb): No longer static.3871 (pid2tcb, cleanup): Likewise.