Searched refs:hrtime (Results 1 – 6 of 6) sorted by relevance
198 test/test-hrtime.c \420 src/unix/posix-hrtime.c \449 src/unix/posix-hrtime.c459 src/unix/posix-hrtime.c \471 src/unix/posix-hrtime.c \480 src/unix/posix-hrtime.c \502 src/unix/posix-hrtime.c \515 src/unix/posix-hrtime.c525 src/unix/posix-hrtime.c \
291 list(APPEND uv_sources src/unix/posix-hrtime.c src/unix/bsd-proctitle.c)321 src/unix/posix-hrtime.c420 src/unix/posix-hrtime.c426 src/unix/posix-hrtime.c446 src/unix/posix-hrtime.c572 test/test-hrtime.c
1463 * test: give hrtime test a custom 20s timeout (Jameson Nash)2151 * test: give hrtime test a custom 10s timeout (Ben Noordhuis)3287 * unix: factor out reusable POSIX hrtime impl (Brad King)
34 TEST_IMPL(hrtime) { in TEST_IMPL() argument
380 uint64_t hrtime = uv_hrtime() / 1000000; in timer_early_check_cb() local381 ASSERT_GE(hrtime, timer_early_check_expected_time); in timer_early_check_cb()
297 TEST_DECLARE (hrtime)952 TEST_ENTRY_CUSTOM (hrtime, 0, 0, 20000)
Completed in 26 milliseconds