HomeSort by relevance Sort by last modified time
    Searched refs:tcbtab (Results 1 - 2 of 2) sorted by null

  /external/strace/
strace.c 122 struct tcb **tcbtab; variable in typeref:struct:tcb
409 tcp = tcbtab[tcbi];
448 else if (tid != tcbtab[tcbi]->pid) {
451 tcbtab[tcbi]->nchildren++;
452 tcbtab[tcbi]->nclone_threads++;
453 tcp->parent = tcbtab[tcbi];
473 tcbtab[tcbi]->pid, ntid);
776 /* Allocate the initial tcbtab. */
778 if ((tcbtab = calloc(tcbtabsize, sizeof tcbtab[0])) == NULL)
    [all...]
defs.h 502 extern struct tcb **tcbtab;

Completed in 164 milliseconds