Home
last modified time | relevance | path

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

/external/strace/
Dstrace.c1927 pid2tcb(int pid) in pid2tcb() function
2070 execve_thread = pid2tcb(old_pid); in maybe_switch_tcbs()
2287 tcp = pid2tcb(pid); in next_event()
DChangeLog-CVS3706 (pid2tcb): Declare it.
3716 * strace.c (pid2tcb): No longer static.
3871 (pid2tcb, cleanup): Likewise.
DChangeLog35263 (pid2tcb): Change 'i' type to unsigned.
37338 Add paranoia check before passing a long to pid2tcb(int pid)
41864 Make pid2tcb static.
41865 * defs.h: Remove pid2tcb declaration.
41866 * strace.c (pid2tcb): Make this function static.
44693 Clean up pid2tcb usage.
44694 * strace.c (pid2tcb): Always match pid. Fail for argument <= 0.
44696 [USE_PROCFS] (trace): Use that instead of pid2tcb(0).