Home
last modified time | relevance | path

Searched refs:gettime (Results 1 – 6 of 6) sorted by relevance

/external/chromium/third_party/libevent/
Devent.c135 gettime(struct event_base *base, struct timeval *tp) in gettime() function
179 gettime(base, &base->event_tv); in event_base_new()
511 gettime(base, &base->event_tv); in event_base_loop()
520 gettime(base, &base->tv_cache); in event_base_loop()
689 gettime(ev->ev_base, &now); in event_pending()
764 gettime(base, &now); in event_add()
845 if (gettime(base, &now) == -1) in timeout_next()
879 gettime(base, tv); in timeout_correct()
912 gettime(base, &now); in timeout_process()
DChangeLog173 …o Skip calling gettime() in timeout_process if we are not in fact waiting for any events. (Patch f…
/external/bluetooth/glib/gthread/
Dgthread-posix.c431 gettime (void) in gettime() function
439 static guint64 (*g_thread_gettime_impl)(void) = gettime;
/external/bluetooth/glib/glib/
Dgthread.c85 static guint64 gettime (void);
87 guint64 (*g_thread_gettime) (void) = gettime;
597 gettime (void) in gettime() function
/external/blktrace/btreplay/
Dbtreplay.c338 static inline __u64 gettime(void) in gettime() function
1177 long long dreal, tclock = gettime() - rgenesis; in stall()
1200 tclock = gettime() - rgenesis; in stall()
1610 rgenesis = gettime(); in main()
/external/bluetooth/glib/
DChangeLog.pre-2-141288 moving gettime out of the GThreadFunctions struct and making
1295 * glib/gthread.c (gettime): GetSystemTimeAsFileTime() returns 100s
1312 * gthread/gthread-posix.c: Correct the gettime calculations
1389 * glib/gthread.c: Add a new thread function, gettime.
1391 * glib/gtimer.c: Use gettime instead of directly working with
1396 * gthread/gthread-win32.c: Implement gettime.