Searched refs:_START (Results 1 – 3 of 3) sorted by relevance
224 #define _START "_start" macro
277 #define GET_Q_NEXT(_START, _STEP, _END) \ argument278 (((_START) + (_STEP)) < (_END) ? ((_START) + (_STEP)) \279 : (((_START) + (_STEP)) - (_END)))
397 _START, and _ENABLED. Main thread changed it from _DISABLED to _START398 while holding a mutex. Once set to _START, worker thread changed it400 so it could see either _START or _ENABLED. However, it made no402 it didn't matter if it saw _START or _ENABLED.414 This variable replaces the _DISABLED -> _START transition.417 needs no mutex. This replaces the _START -> _ENABLED transition.