Searched refs:g_thread_gettime_impl (Results 1 – 4 of 4) sorted by relevance
37 static guint64 (*g_thread_gettime_impl) (void) = NULL; variable
315 if (g_thread_gettime_impl) in g_thread_init()316 g_thread_gettime = g_thread_gettime_impl; in g_thread_init()
439 static guint64 (*g_thread_gettime_impl)(void) = gettime; variable441 static guint64 (*g_thread_gettime_impl)(void) = 0; variable
549 g_thread_gettime_impl (void) in g_thread_gettime_impl() function