Searched refs:statusMonitorThread (Results 1 – 2 of 2) sorted by relevance
419 statusMonitorThread = std::thread(&VendorManager::StatusMonitorProcess, this); in StartStatusMonitor()431 if (statusMonitorThread.joinable()) { in StopStatusMonitor()432 statusMonitorThread.join(); in StopStatusMonitor()
106 std::thread statusMonitorThread; variable