Loading init/init.cpp +10 −10 Original line number Original line Diff line number Diff line Loading @@ -780,7 +780,6 @@ int SecondStageMain(int argc, char** argv) { if (!(waiting_for_prop || Service::is_exec_service_running())) { if (!(waiting_for_prop || Service::is_exec_service_running())) { am.ExecuteOneCommand(); am.ExecuteOneCommand(); } } if (!(waiting_for_prop || Service::is_exec_service_running())) { if (!IsShuttingDown()) { if (!IsShuttingDown()) { auto next_process_action_time = HandleProcessActions(); auto next_process_action_time = HandleProcessActions(); Loading @@ -792,6 +791,7 @@ int SecondStageMain(int argc, char** argv) { } } } } if (!(waiting_for_prop || Service::is_exec_service_running())) { // If there's more work to do, wake up again immediately. // If there's more work to do, wake up again immediately. if (am.HasMoreCommands()) epoll_timeout = 0ms; if (am.HasMoreCommands()) epoll_timeout = 0ms; } } Loading Loading
init/init.cpp +10 −10 Original line number Original line Diff line number Diff line Loading @@ -780,7 +780,6 @@ int SecondStageMain(int argc, char** argv) { if (!(waiting_for_prop || Service::is_exec_service_running())) { if (!(waiting_for_prop || Service::is_exec_service_running())) { am.ExecuteOneCommand(); am.ExecuteOneCommand(); } } if (!(waiting_for_prop || Service::is_exec_service_running())) { if (!IsShuttingDown()) { if (!IsShuttingDown()) { auto next_process_action_time = HandleProcessActions(); auto next_process_action_time = HandleProcessActions(); Loading @@ -792,6 +791,7 @@ int SecondStageMain(int argc, char** argv) { } } } } if (!(waiting_for_prop || Service::is_exec_service_running())) { // If there's more work to do, wake up again immediately. // If there's more work to do, wake up again immediately. if (am.HasMoreCommands()) epoll_timeout = 0ms; if (am.HasMoreCommands()) epoll_timeout = 0ms; } } Loading