Home
last modified time | relevance | path

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

/external/strace/
Dstrace.c160 static struct tcb **tcbtab; variable
701 struct tcb **newtab = xreallocarray(tcbtab, tcbtabsize * 2, in expand_tcbtab()
702 sizeof(tcbtab[0])); in expand_tcbtab()
704 tcbtab = newtab; in expand_tcbtab()
706 tcbtab[i++] = newtcbs++; in expand_tcbtab()
719 tcp = tcbtab[i]; in alloctcb()
1009 tcp = tcbtab[tcbi]; in startup_attach()
1471 tcbtab = xcalloc(tcbtabsize, sizeof(tcbtab[0])); in init()
1474 tcbtab[tcbi] = tcp++; in init()
1795 struct tcb *tcp = tcbtab[i]; in pid2tcb()
[all …]
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.