Home
last modified time | relevance | path

Searched refs:TCB_EXITING (Results 1 – 4 of 4) sorted by relevance

/external/strace/
Ddefs.h317 #define TCB_EXITING 00020 /* As far as we know, this process is exiting */ macro
Dstrace.c1132 tcp->flags |= TCB_EXITING;
2305 if (tcp->flags & TCB_EXITING) {
Dprocess.c400 tcp->flags |= TCB_EXITING;
DChangeLog1718 If we have thread children, set TCB_EXITING and don't clear the TCB.