Searched refs:clock_gettime (Results 1 – 8 of 8) sorted by relevance
32 if (clock_gettime(CLOCK_MONOTONIC, &t)) in uv__hrtime()
173 r = clock_gettime(CLOCK_MONOTONIC, &sp); in uv_uptime()
135 r = clock_gettime(CLOCK_MONOTONIC, &t); in uv_clock_gettime()138 r = clock_gettime(CLOCK_REALTIME, &t); in uv_clock_gettime()
1651 if (clock_gettime(clock_id, &t)) in uv__hrtime()1705 if (clock_gettime(CLOCK_BOOTTIME, &now)) in uv_uptime()
55 TEST_IMPL(clock_gettime) { in TEST_IMPL() argument
298 TEST_DECLARE (clock_gettime)951 TEST_ENTRY (clock_gettime)
56 AC_SEARCH_LIBS([clock_gettime], [rt])
705 * unix: abort on clock_gettime() error (Ben Noordhuis)3476 * Revert "darwin: use clock_gettime in macOS 10.12" (Chris Araman)3502 * darwin: use clock_gettime in macOS 10.12 (Saúl Ibarra Corretgé)4106 * freebsd: obtain true uptime through clock_gettime() (Jianghua Yang)
Completed in 40 milliseconds