Searched refs:TCB_PASSIVE (Results 1 – 1 of 1) sorted by relevance
146 #define TCB_PASSIVE 0x80 macro155 #define tpmarkpassiveopen(tp) (tp)->miscflags |= TCB_PASSIVE156 #define tpispassiveopen(tp) (((tp)->miscflags & TCB_PASSIVE) != 0)