Home
last modified time | relevance | path

Searched refs:posix_clock (Results 1 – 2 of 2) sorted by relevance

/external/dhcpcd/
Dcommon.c200 static clockid_t posix_clock; in get_monotonic() local
204 posix_clock = CLOCK_MONOTONIC; in get_monotonic()
210 if (clock_gettime(posix_clock, &ts) == 0) { in get_monotonic()
/external/bluetooth/glib/gthread/
Dgthread-posix.c124 static gint posix_clock = 0; variable
152 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()