Searched refs:shutting_down (Results 1 - 4 of 4) sorted by relevance

/system/vold/
H A DUtils.cpp130 if (!VolumeManager::shutting_down) sleep(5);
133 if (!VolumeManager::shutting_down) sleep(5);
139 if (!VolumeManager::shutting_down) sleep(5);
145 if (!VolumeManager::shutting_down) sleep(5);
158 if (!VolumeManager::shutting_down) sleep(5);
163 if (!VolumeManager::shutting_down) sleep(5);
168 if (!VolumeManager::shutting_down) sleep(5);
H A DVolumeManager.h74 static bool shutting_down; member in class:VolumeManager
H A DVolumeManager.cpp92 bool VolumeManager::shutting_down = false; member in class:VolumeManager
714 shutting_down = true;
721 shutting_down = false;
/system/core/init/
H A Dinit.cpp98 static bool shutting_down; member in namespace:android::init
1187 if (do_shutdown && !shutting_down) {
1190 shutting_down = true;
1198 if (!shutting_down) restart_processes();

Completed in 154 milliseconds