Home
last modified time | relevance | path

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

/external/strace/
Dstrace.c167 static struct tcb **tcbtab; variable
747 tcbtab = xgrowarray(tcbtab, &tcbtabsize, sizeof(tcbtab[0])); in expand_tcbtab()
750 for (tcb_ptr = tcbtab + old_tcbtabsize; in expand_tcbtab()
751 tcb_ptr < tcbtab + tcbtabsize; tcb_ptr++, newtcbs++) in expand_tcbtab()
765 tcp = tcbtab[i]; in alloctcb()
1133 tcp = tcbtab[tcbi]; in startup_attach()
1949 tcp = tcbtab[i]; in pid2tcb()
1970 tcp = tcbtab[i]; in cleanup()
2639 struct tcb *tcp = tcbtab[i]; in restart_delayed_tcbs()
DChangeLog-CVS958 * strace.c (main): Use calloc for tcbtab allocation.
3675 * strace.c (pfd2tcb): Fix for new tcbtab type.
3867 * strace.c (tcbtab): Make this a pointer to pointers, not an array.
3874 * defs.h (tcbtab): Update decls.
DChangeLog26961 over tcbtab elements ...
32162 * strace.c (init): Remove initial memory allocation for tcbtab.
42824 (init): Use new variable to iterate 'tcbtab'.
50953 * strace.c (startup_attach): Don't tcbtab[tcbi]->nclone_threads++.
51019 * defs.h: Remove tcbtab declaration.
51020 * strace.c: Make run_uid, run_gid, outf, tcbtab, progname