Home
last modified time | relevance | path

Searched refs:g_thread_gettime_impl (Results 1 – 4 of 4) sorted by relevance

/external/bluetooth/glib/gthread/
Dgthread-none.c37 static guint64 (*g_thread_gettime_impl) (void) = NULL; variable
Dgthread-impl.c315 if (g_thread_gettime_impl) in g_thread_init()
316 g_thread_gettime = g_thread_gettime_impl; in g_thread_init()
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