HomeSort by relevance Sort by last modified time
    Searched refs:time_started (Results 1 - 2 of 2) sorted by null

  /system/core/init/
init.h 89 time_t time_started; /* time of last start */ member in struct:service
init.c 159 svc->time_started = 0;
296 svc->time_started = gettime();
352 time_t next_start_time = svc->time_started + 5;

Completed in 20 milliseconds