Home
last modified time | relevance | path

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

/external/strace/
Ddefs.h518 extern struct tcb *pid2tcb(int);
Dprocess.c816 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) {
Dstrace.c1430 pid2tcb(int pid) in pid2tcb() function
2476 if ((tcp = pid2tcb(pid)) == NULL) { in trace()
DChangeLog640 Clean up pid2tcb usage
641 * strace.c (pid2tcb): Always match pid. Fail for argument <= 0.
643 [USE_PROCFS] (trace): Use that instead of pid2tcb(0).
DChangeLog-CVS3706 (pid2tcb): Declare it.
3716 * strace.c (pid2tcb): No longer static.
3871 (pid2tcb, cleanup): Likewise.