Home
last modified time | relevance | path

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

/system/core/init/
Dinit.cpp1108 boot_clock::time_point next_action_time = far_future; in SecondStageMain() local
1121 next_action_time = boot_clock::now(); in SecondStageMain()
1132 next_action_time = std::min(next_action_time, *next_process_action_time); in SecondStageMain()
1137 if (next_action_time != far_future) { in SecondStageMain()
1139 std::max(next_action_time - boot_clock::now(), 0ns)); in SecondStageMain()