Searched refs:EXIT_REQUEST (Results 1 – 4 of 4) sorted by relevance
109 mEfGroup->wait(MessageQueueFlagBits::NOT_FULL | EXIT_REQUEST | STAND_BY_REQUEST, in threadLoop()111 if (efState & EXIT_REQUEST) { in threadLoop()
44 notify(EXIT_REQUEST); in requestExit()
28 static constexpr uint32_t EXIT_REQUEST = 1 << 21; member
130 mEfGroup->wait(MessageQueueFlagBits::NOT_EMPTY | STAND_BY_REQUEST | EXIT_REQUEST, in threadLoop()132 if (efState & EXIT_REQUEST) { in threadLoop()