Searched refs:hrtime (Results 1 – 6 of 6) sorted by relevance
198 test/test-hrtime.c \419 src/unix/posix-hrtime.c \448 src/unix/posix-hrtime.c458 src/unix/posix-hrtime.c \470 src/unix/posix-hrtime.c \479 src/unix/posix-hrtime.c \501 src/unix/posix-hrtime.c \514 src/unix/posix-hrtime.c524 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)949 TEST_ENTRY_CUSTOM (hrtime, 0, 0, 20000)
Completed in 52 milliseconds