Home
last modified time | relevance | path

Searched refs:hrtime (Results 1 – 6 of 6) sorted by relevance

/libuv/
H A DMakefile.am198 test/test-hrtime.c \
419 src/unix/posix-hrtime.c \
448 src/unix/posix-hrtime.c
458 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.c
524 src/unix/posix-hrtime.c \
H A DCMakeLists.txt291 list(APPEND uv_sources src/unix/posix-hrtime.c src/unix/bsd-proctitle.c)
321 src/unix/posix-hrtime.c
420 src/unix/posix-hrtime.c
426 src/unix/posix-hrtime.c
446 src/unix/posix-hrtime.c
572 test/test-hrtime.c
H A DChangeLog1414 * test: give hrtime test a custom 20s timeout (Jameson Nash)
2102 * test: give hrtime test a custom 10s timeout (Ben Noordhuis)
3238 * unix: factor out reusable POSIX hrtime impl (Brad King)
/libuv/test/
H A Dtest-hrtime.c34 TEST_IMPL(hrtime) { in TEST_IMPL() argument
H A Dtest-timer.c380 uint64_t hrtime = uv_hrtime() / 1000000; in timer_early_check_cb() local
381 ASSERT_GE(hrtime, timer_early_check_expected_time); in timer_early_check_cb()
H A Dtest-list.h297 TEST_DECLARE (hrtime)
946 TEST_ENTRY_CUSTOM (hrtime, 0, 0, 20000)

Completed in 23 milliseconds