Home | History | Annotate | Download | only in strace

Lines Matching refs:newtab

1086 	struct tcb **newtab = (struct tcb **)
1091 if (newtab == NULL || newtcbs == NULL) {
1098 newtab[i] = &newtcbs[i - tcbtabsize];
1100 tcbtab = newtab;