Searched refs:hsbpDriveScanInProgress (Results 1 – 1 of 1) sorted by relevance
1445 void scanHsbpDrives(bool& hsbpDriveScanInProgress) in scanHsbpDrives() argument1468 hsbpDriveScanInProgress = false; in scanHsbpDrives()1473 static bool hsbpDriveScanInProgress = false; in checkHsbpDrivesStatus() local1484 if (hsbpDriveScanInProgress) in checkHsbpDrivesStatus()1523 hsbpDriveScanInProgress = true; in checkHsbpDrivesStatus()1527 boost::asio::post(io, []() { scanHsbpDrives(hsbpDriveScanInProgress); }); in checkHsbpDrivesStatus()