HomeSort by relevance Sort by last modified time
    Searched full:newtcbs (Results 1 - 1 of 1) sorted by null

  /external/strace/
strace.c 1085 struct tcb *newtcbs = (struct tcb *) calloc(tcbtabsize, local
1086 sizeof *newtcbs);
1088 if (newtab == NULL || newtcbs == NULL) {
1095 newtab[i] = &newtcbs[i - tcbtabsize];
    [all...]

Completed in 64 milliseconds