Home
last modified time | relevance | path

Searched defs:g_thread_gettime_impl (Results 1 – 3 of 3) sorted by relevance

/external/bluetooth/glib/gthread/
Dgthread-none.c37 static guint64 (*g_thread_gettime_impl) (void) = NULL; variable
Dgthread-posix.c439 static guint64 (*g_thread_gettime_impl)(void) = gettime; variable
441 static guint64 (*g_thread_gettime_impl)(void) = 0; variable
Dgthread-win32.c549 g_thread_gettime_impl (void) in g_thread_gettime_impl() function