Searched refs:mStop (Results 1 – 3 of 3) sorted by relevance
42 if (mStop.load(std::memory_order_relaxed)) { in stop()46 mStop.store(true, std::memory_order_release); in stop()132 while (!mStop.load(std::memory_order_acquire)) { in threadLoop()
89 std::atomic<bool> mStop = false; variable
59 std::atomic<bool>* const mStop; member in audio_proxy::__anonaf206e460111::WriteThread72 mStop(stop), in WriteThread()104 while (!std::atomic_load_explicit(mStop, std::memory_order_acquire)) { in threadLoop()