Home
last modified time | relevance | path

Searched refs:shutting_down (Results 1 – 2 of 2) sorted by relevance

/system/core/init/
Dsubcontext.cpp364 static bool shutting_down; variable
378 if (!shutting_down) { in SubcontextChildReap()
388 shutting_down = true; in SubcontextTerminate()
Dinit.cpp95 static bool shutting_down; variable
769 if (do_shutdown && !shutting_down) { in SecondStageMain()
772 shutting_down = true; in SecondStageMain()
780 if (!shutting_down) { in SecondStageMain()