Searched refs:gettime (Results 1 - 5 of 5) sorted by relevance

/system/core/init/
H A Dutil.h31 time_t gettime(void);
H A Dutil.c265 * gettime() - returns the time in seconds of the system's monotonic clock or
268 time_t gettime(void) function
363 time_t timeout_time = gettime() + timeout;
366 while (gettime() < timeout_time && ((ret = stat(filename, &info)) < 0))
H A Dsignal_handler.c92 now = gettime();
H A Dinit.c363 svc->time_started = gettime();
421 if (next_start_time <= gettime()) {
980 timeout = (process_needs_restart - gettime()) * 1000;
/system/core/fs_mgr/
H A Dfs_mgr.c74 * gettime() - returns the time in seconds of the system's monotonic clock or
77 static time_t gettime(void) function
94 time_t timeout_time = gettime() + timeout;
97 while (gettime() < timeout_time && ((ret = stat(filename, &info)) < 0))

Completed in 3614 milliseconds