HomeSort by relevance Sort by last modified time
    Searched defs:g_thread_gettime_impl (Results 1 - 3 of 3) sorted by null

  /external/bluetooth/glib/gthread/
gthread-none.c 37 static guint64 (*g_thread_gettime_impl) (void) = NULL; variable
gthread-posix.c 439 static guint64 (*g_thread_gettime_impl)(void) = gettime; variable
441 static guint64 (*g_thread_gettime_impl)(void) = 0; variable
gthread-win32.c 549 g_thread_gettime_impl (void) function

Completed in 78 milliseconds