Home
last modified time | relevance | path

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

/developtools/profiler/device/cmds/src/
Dmain.cpp284 void StopThread(std::thread& keepSessionThread, std::atomic<bool>& sendHeart) in StopThread() argument
288 if (keepSessionThread.joinable()) { in StopThread()
289 keepSessionThread.join(); in StopThread()
316 …std::thread keepSessionThread(StartThread, std::ref(profilerStub), std::ref(sessionId), std::ref(s… in DoCapture() local
320 StopThread(keepSessionThread, sendHeart); in DoCapture()
340 StopThread(keepSessionThread, sendHeart); in DoCapture()
/developtools/profiler/device/services/profiler_service/test/unittest/
Dprofiler_service_performance_test.cpp1042 std::thread keepSessionThread([&]() { in __anon302fbf310a02() variable
1131 keepSessionThread.join();
1184 std::thread keepSessionThread([&]() { in __anon302fbf310c02() variable
1270 keepSessionThread.join();
1312 std::thread keepSessionThread([&]() { in __anon302fbf310e02() variable
1375 keepSessionThread.join();
1449 std::thread keepSessionThread([&]() { in __anon302fbf311002() variable
1509 keepSessionThread.join();