Home
last modified time | relevance | path

Searched refs:g_thread_gettime (Results 1 – 5 of 5) sorted by relevance

/external/bluetooth/glib/gthread/
Dgthread-impl.c316 g_thread_gettime = g_thread_gettime_impl; in g_thread_init()
/external/bluetooth/glib/glib/
Dgtimer.c56 #define GETTIME(v) (v = g_thread_gettime ())
Dgthread.h120 GLIB_VAR guint64 (*g_thread_gettime) (void); variable
Dgthread.c87 guint64 (*g_thread_gettime) (void) = gettime; variable
/external/bluetooth/glib/gio/
Dgfilemonitor.c421 return g_thread_gettime() / (1000 * 1000); in get_time_msecs()