Home
last modified time | relevance | path

Searched defs:tStart (Results 1 – 4 of 4) sorted by relevance

/developtools/profiler/host/smartperf/client/client_command/
DCapture.cpp131 auto tStart = std::thread([this]() { in TriggerGetCatch() local
139 auto tStart = std::thread([this]() { in TriggerGetCatchSocket() local
DByTrace.cpp72 std::thread tStart([this] { this->ThreadGetTrace(); }); in TriggerCatch() local
DRAM.cpp99 auto tStart = std::thread([this]() { in TriggerGetPss() local
/developtools/profiler/host/smartperf/client/client_command/test/unittest/
Dbytrace_test.cpp100 std::thread tStart([&byTrace] { byTrace.ThreadGetTrace(); }); in __anoncac3b2ce0102() variable