Home
last modified time | relevance | path

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

/aosp14/system/core/init/
H A Dsigchld_handler.cpp82 auto exec_duration = boot_clock::now() - service->time_started(); in ReapOneProcess()
87 auto exec_duration = boot_clock::now() - service->time_started(); in ReapOneProcess()
H A Dservice.h116 android::base::boot_clock::time_point time_started() const { return time_started_; } in time_started() function
H A Dinit.cpp386 auto timeout_time = s->time_started() + *s->timeout_period(); in HandleProcessActions()
398 auto restart_time = s->time_started() + s->restart_period(); in HandleProcessActions()