Home
last modified time | relevance | path

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

/aosp_15_r20/external/armnn/src/profiling/test/
H A DProfilingTests.cpp563 void CaptureDataReadThreadImpl(const Holder& holder, CaptureData& captureData) in CaptureDataReadThreadImpl() function
597 std::thread thread2(CaptureDataReadThreadImpl, std::ref(holder), std::ref(captureData));
620 … std::thread(CaptureDataReadThreadImpl, std::ref(holder), std::ref(captureDataIdMap.at(i))));