Home
last modified time | relevance | path

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

/libuv/test/
H A Dtest-timer.c189 ASSERT_UINT64_LE(0, uv_timer_get_due_in(&handle)); in TEST_IMPL()
291 ASSERT_UINT64_LE(0, uv_timer_get_due_in(&huge_timer2)); in TEST_IMPL()
H A Dtask.h206 #define ASSERT_UINT64_LE(a, b) ASSERT_BASE(a, <=, b, uint64_t, PRIu64) macro

Completed in 10 milliseconds