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
174
svc->
time_started
= 0;
363
svc->
time_started
= gettime();
419
time_t next_start_time = svc->
time_started
+ 5;
Completed in 154 milliseconds