OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:g_thread_gettime_impl
(Results
1 - 4
of
4
) sorted by null
/external/bluetooth/glib/gthread/
gthread-none.c
37
static guint64 (*
g_thread_gettime_impl
) (void) = NULL;
variable
gthread-impl.c
315
if (
g_thread_gettime_impl
)
316
g_thread_gettime =
g_thread_gettime_impl
;
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 1005 milliseconds