Searched refs:tcbtab (Results 1 – 2 of 2) sorted by relevance
158 static struct tcb **tcbtab; variable680 struct tcb **newtab = realloc(tcbtab, tcbtabsize * 2 * sizeof(tcbtab[0])); in expand_tcbtab()684 tcbtab = newtab; in expand_tcbtab()686 tcbtab[i++] = newtcbs++; in expand_tcbtab()699 tcp = tcbtab[i]; in alloctcb()987 tcp = tcbtab[tcbi]; in startup_attach()1448 tcbtab = calloc(tcbtabsize, sizeof(tcbtab[0])); in init()1449 if (!tcbtab) in init()1455 tcbtab[tcbi] = tcp++; in init()1778 struct tcb *tcp = tcbtab[i]; in pid2tcb()[all …]
958 * 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.