Home
last modified time | relevance | path

Searched refs:m_KeepRunning (Results 1 – 8 of 8) sorted by relevance

/external/armnn/profiling/client/src/
DCommandHandler.cpp36 m_KeepRunning.store(true); in Start()
46 m_KeepRunning.store(false); in Stop()
84 m_KeepRunning.store(false); in HandleCommands()
97 m_KeepRunning.store(false); in HandleCommands()
110 m_KeepRunning.store(false); in HandleCommands()
114 while (m_KeepRunning.load()); in HandleCommands()
DFileOnlyProfilingConnection.cpp102 m_KeepRunning.store(false); in Close()
211 m_KeepRunning.store(true); in StartProcessingThread()
223 if (!m_KeepRunning.load()) in ForwardPacketToHandlers()
231 if (!m_KeepRunning.load()) in ForwardPacketToHandlers()
267 if (m_KeepRunning.load()) in ServiceLocalHandlers()
281 if (m_KeepRunning.load() && readPacket) in ServiceLocalHandlers()
285 } while (m_KeepRunning.load()); in ServiceLocalHandlers()
DSendThread.cpp33 , m_KeepRunning(false) in SendThread()
74 m_KeepRunning.store(true); in Start()
93 m_KeepRunning.store(false); in Stop()
138 m_KeepRunning.store(false); in Send()
218 } while (m_KeepRunning.load()); in Send()
DPeriodicCounterCapture.cpp31 m_KeepRunning.store(true); in Start()
42 m_KeepRunning.store(false); in Stop()
142 while (m_KeepRunning.load()); in Capture()
DCommandHandler.hpp34 m_KeepRunning(false), in CommandHandler()
55 std::atomic<bool> m_KeepRunning; member in arm::pipe::CommandHandler
DPeriodicCounterCapture.hpp43 , m_KeepRunning(false) in PeriodicCounterCapture()
63 std::atomic<bool> m_KeepRunning; member in arm::pipe::PeriodicCounterCapture
DFileOnlyProfilingConnection.hpp65 , m_KeepRunning(false) in FileOnlyProfilingConnection()
138 std::atomic<bool> m_KeepRunning; member in arm::pipe::FileOnlyProfilingConnection
DSendThread.hpp68 std::atomic<bool> m_KeepRunning; member in arm::pipe::SendThread