Home
last modified time | relevance | path

Searched refs:m_ConditionPacketReadable (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/armnn/profiling/client/src/
H A DFileOnlyProfilingConnection.cpp107 m_ConditionPacketReadable.notify_one(); in Close()
238 m_ConditionPacketReadable.notify_one(); in ForwardPacketToHandlers()
255 m_ConditionPacketReadable.wait(lck, in ServiceLocalHandlers()
262 m_ConditionPacketReadable.wait_for(lck, in ServiceLocalHandlers()
H A DFileOnlyProfilingConnection.hpp131 std::condition_variable m_ConditionPacketReadable; member in arm::pipe::FileOnlyProfilingConnection