Searched refs:posix_clock (Results 1 – 2 of 2) sorted by relevance
200 static clockid_t posix_clock; in get_monotonic() local204 posix_clock = CLOCK_MONOTONIC; in get_monotonic()210 if (clock_gettime(posix_clock, &ts) == 0) { in get_monotonic()
124 static gint posix_clock = 0; variable152 posix_clock = CLOCK_MONOTONIC; in g_thread_impl_init()154 posix_clock = CLOCK_REALTIME; in g_thread_impl_init()435 clock_gettime (posix_clock, &tv); in gettime()