Home
last modified time | relevance | path

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

/external/strace/
Dstrace.c1933 pid2tcb(const int pid) in pid2tcb() function
2083 execve_thread = pid2tcb(old_pid); in maybe_switch_tcbs()
2340 tcp = pid2tcb(pid); in next_event()
DChangeLog-CVS3706 (pid2tcb): Declare it.
3716 * strace.c (pid2tcb): No longer static.
3871 (pid2tcb, cleanup): Likewise.
DChangeLog6562 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.
[all …]