Home
last modified time | relevance | path

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

/llvm-project/libc/test/src/sched/
H A Dsched_rr_get_interval_test.cpp31 auto TimespecToNs = [](struct timespec t) { in TEST() local
54 ASSERT_GT(TimespecToNs(ts), tenNs); in TEST()
56 ASSERT_LT(TimespecToNs(ts), thirstyS); in TEST()