Home
last modified time | relevance | path

Searched refs:TCB_INUSE (Results 1 – 2 of 2) sorted by relevance

/external/strace/
Dstrace.c409 if (!(tcp->flags & TCB_INUSE) || !(tcp->flags & TCB_ATTACHED))
752 if ((tcp->flags & TCB_INUSE) == 0) {
761 tcp->flags = TCB_INUSE | TCB_STARTUP;
1094 if (tcp->flags & TCB_INUSE)
1112 if (tcp->flags & TCB_INUSE)
1411 if (!(tcp->flags & TCB_INUSE)) in cleanup()
1506 if (!(tcp->flags & TCB_INUSE)) in rebuild_pollv()
Ddefs.h314 #define TCB_INUSE 00002 /* This table entry is in use */ macro