Home
last modified time | relevance | path

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

/external/strace/
Dstrace.c1929 pid2tcb(int pid) in pid2tcb() function
2074 execve_thread = pid2tcb(old_pid); in maybe_switch_tcbs()
2290 tcp = pid2tcb(pid); in trace()
DChangeLog-CVS3706 (pid2tcb): Declare it.
3716 * strace.c (pid2tcb): No longer static.
3871 (pid2tcb, cleanup): Likewise.
DChangeLog23635 (pid2tcb): Change 'i' type to unsigned.
25710 Add paranoia check before passing a long to pid2tcb(int pid)
30236 Make pid2tcb static.
30237 * defs.h: Remove pid2tcb declaration.
30238 * strace.c (pid2tcb): Make this function static.
33065 Clean up pid2tcb usage.
33066 * strace.c (pid2tcb): Always match pid. Fail for argument <= 0.
33068 [USE_PROCFS] (trace): Use that instead of pid2tcb(0).