OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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
158
svc->
time_started
= 0;
295
svc->
time_started
= gettime();
351
time_t next_start_time = svc->
time_started
+ 5;
Completed in 4737 milliseconds