Lines Matching refs:pid2tcb
6562 Optimize pid2tcb.
6563 Introduce an internal cache of pid2tcb translations.
6588 old$ ./set_ptracer_any ./pid2tcb >pid2tcb.wait & \
6589 while [ ! -s pid2tcb.wait ]; do sleep 0.1; done; \
6594 new$ ./set_ptracer_any ./pid2tcb >pid2tcb.wait & \
6595 while [ ! -s pid2tcb.wait ]; do sleep 0.1; done; \
42825 (pid2tcb): Change 'i' type to unsigned.
44900 Add paranoia check before passing a long to pid2tcb(int pid)
49426 Make pid2tcb static.
49427 * defs.h: Remove pid2tcb declaration.
49428 * strace.c (pid2tcb): Make this function static.
52255 Clean up pid2tcb usage.
52256 * strace.c (pid2tcb): Always match pid. Fail for argument <= 0.
52258 [USE_PROCFS] (trace): Use that instead of pid2tcb(0).