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

  /external/strace/
strace.c 407 if (!(tcp->flags & TCB_INUSE) || !(tcp->flags & TCB_ATTACHED))
1111 if ((tcp->flags & TCB_INUSE) == 0) {
1120 tcp->flags = TCB_INUSE | TCB_STARTUP;
    [all...]
defs.h 391 #define TCB_INUSE 00002 /* This table entry is in use */

Completed in 44 milliseconds