Searched refs:keepSessionThread (Results 1 – 2 of 2) sorted by relevance
284 void StopThread(std::thread& keepSessionThread, std::atomic<bool>& sendHeart) in StopThread() argument288 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() local320 StopThread(keepSessionThread, sendHeart); in DoCapture()341 StopThread(keepSessionThread, sendHeart); in DoCapture()
1058 std::thread keepSessionThread([&]() { in __anonaf86cf320a02() variable1148 keepSessionThread.join();1203 std::thread keepSessionThread([&]() { in __anonaf86cf320c02() variable1290 keepSessionThread.join();1334 std::thread keepSessionThread([&]() { in __anonaf86cf320e02() variable1398 keepSessionThread.join();1476 std::thread keepSessionThread([&]() { in __anonaf86cf321002() variable1537 keepSessionThread.join();