HomeSort by relevance Sort by last modified time
    Searched refs:g_thread_gettime (Results 1 - 5 of 5) sorted by null

  /external/bluetooth/glib/gthread/
gthread-impl.c 316 g_thread_gettime = g_thread_gettime_impl;
  /external/bluetooth/glib/glib/
gtimer.c 56 #define GETTIME(v) (v = g_thread_gettime ())
gthread.h 120 GLIB_VAR guint64 (*g_thread_gettime) (void); variable
gthread.c 87 guint64 (*g_thread_gettime) (void) = gettime; variable
  /external/bluetooth/glib/gio/
gfilemonitor.c 421 return g_thread_gettime() / (1000 * 1000);

Completed in 31 milliseconds