Searched refs:sendHeart (Results 1 – 2 of 2) sorted by relevance
578 bool sendHeart = true; variable580 while (sendHeart) { in __anon302fbf310202()588 if (sendHeart) { in __anon302fbf310202()701 sendHeart = false;810 bool sendHeart = true; variable812 while (sendHeart) { in __anon302fbf310602()820 if (sendHeart) { in __anon302fbf310602()886 sendHeart = false;1041 bool sendHeart = true; variable1043 while (sendHeart) { in __anon302fbf310a02()[all …]
268 …(std::unique_ptr<IProfilerService::Stub>& profilerStub, uint32_t& id, std::atomic<bool>& sendHeart) in StartThread() argument270 while (sendHeart.load()) { in StartThread()284 void StopThread(std::thread& keepSessionThread, std::atomic<bool>& sendHeart) in StopThread() argument286 sendHeart = false; in StopThread()315 std::atomic<bool> sendHeart = true; in DoCapture() local316 …d keepSessionThread(StartThread, std::ref(profilerStub), std::ref(sessionId), std::ref(sendHeart)); in DoCapture()320 StopThread(keepSessionThread, sendHeart); in DoCapture()340 StopThread(keepSessionThread, sendHeart); in DoCapture()