Searched refs:ThreadMsgType (Results 1 – 4 of 4) sorted by relevance
54 auto pMsg = std::make_shared<ThreadMsg>(ThreadMsgType::EXIT, nulldata); in ~RequestThread()75 auto pMsg = std::make_shared<ThreadMsg>(ThreadMsgType::REQUEST, data); in PostMsg()111 case ThreadMsgType::REQUEST: in Process()123 case ThreadMsgType::EXIT: in Process()
46 auto pMsg = std::make_shared<ThreadMsg>(ThreadMsgType::EXIT, nulldata); in ~RequestThread_1_3()67 auto pMsg = std::make_shared<ThreadMsg>(ThreadMsgType::REQUEST, data); in PostMsg()147 case ThreadMsgType::REQUEST: in Process()159 case ThreadMsgType::EXIT: in Process()
72 enum class ThreadMsgType enum in armnn_driver::RequestThread81 ThreadMsg(ThreadMsgType msgType, in ThreadMsg()88 ThreadMsgType type;
71 enum class ThreadMsgType enum in armnn_driver::RequestThread_1_380 ThreadMsg(ThreadMsgType msgType, in ThreadMsg()87 ThreadMsgType type;