Searched refs:sendThread (Results 1 – 2 of 2) sorted by relevance
/external/armnn/src/profiling/test/ |
D | SendCounterPacketTests.cpp | 1856 SendThread sendThread(profilingStateMachine, mockStreamCounterBuffer, sendCounterPacket); 1860 sendThread.Start(mockProfilingConnection); 1861 CHECK(sendThread.IsRunning()); 1862 sendThread.Start(mockProfilingConnection); 1863 sendThread.Start(mockProfilingConnection); 1864 sendThread.Start(mockProfilingConnection); 1865 sendThread.Start(mockProfilingConnection); 1866 CHECK(sendThread.IsRunning()); 1868 sendThread.Stop(); 1869 CHECK(!sendThread.IsRunning()); [all …]
|
D | ProfilingTests.cpp | 155 SendThread sendThread(profilingStateMachine, mockBuffer, sendCounterPacket); 1828 SendThread sendThread(profilingStateMachine, mockBuffer, sendCounterPacket); 2103 SendThread sendThread(profilingState, mockBuffer, sendCounterPacket); 2412 SendThread sendThread(profilingStateMachine, mockBuffer, sendCounterPacket); 2473 SendThread sendThread(profilingStateMachine, mockBuffer1, sendCounterPacket); 2536 SendThread sendThread(profilingStateMachine, mockBuffer1, sendCounterPacket);
|