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

  /external/strace/
strace.c 119 struct tcb **tcbtab; variable in typeref:struct:tcb
406 tcp = tcbtab[tcbi];
445 else if (tid != tcbtab[tcbi]->pid) {
448 tcbtab[tcbi]->nchildren++;
449 tcbtab[tcbi]->nclone_threads++;
450 tcp->parent = tcbtab[tcbi];
470 tcbtab[tcbi]->pid, ntid);
773 /* Allocate the initial tcbtab. */
775 if ((tcbtab = calloc(tcbtabsize, sizeof tcbtab[0])) == NULL)
    [all...]
defs.h 498 extern struct tcb **tcbtab;

Completed in 33 milliseconds