Home
last modified time | relevance | path

Searched refs:ReceiveThreadRunning (Results 1 – 3 of 3) sorted by relevance

/external/armnn/tests/profiling/gatordmock/
DCommandFileParser.cpp26 while (mockService.ReceiveThreadRunning() && std::getline(infile, line)) in ParseFile()
DGatordMockService.hpp110 bool ReceiveThreadRunning() in ReceiveThreadRunning() function in armnn::gatordmock::GatordMockService
DGatordMockService.cpp145 while ((this->ReceiveThreadRunning() && (count < iterations))) in WaitCommand()