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

/system/core/init/
H A Dutil.h31 time_t gettime(void);
H A Dsignal_handler.c93 now = gettime();
H A Dutil.c258 * gettime() - returns the time in seconds of the system's monotonic clock or
261 time_t gettime(void) function
369 time_t timeout_time = gettime() + timeout;
372 while (gettime() < timeout_time && ((ret = stat(filename, &info)) < 0))
H A Dinit.c354 svc->time_started = gettime();
422 if (next_start_time <= gettime()) {
1111 timeout = (process_needs_restart - gettime()) * 1000;
/system/core/fs_mgr/
H A Dfs_mgr.c112 * gettime() - returns the time in seconds of the system's monotonic clock or
115 static time_t gettime(void) function
132 time_t timeout_time = gettime() + timeout;
135 while (gettime() < timeout_time && ((ret = stat(filename, &info)) < 0))

Completed in 70 milliseconds