Home
last modified time | relevance | path

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

/external/ltp/include/
Dtst_clocks.h25 int tst_clock_getres(clockid_t clk_id, struct timespec *res);
/external/ltp/lib/
Dtst_clocks.c29 int tst_clock_getres(clockid_t clk_id, struct timespec *res) in tst_clock_getres() function
Dtst_timer_test.c354 tst_clock_getres(CLOCK_MONOTONIC, &t); in timer_setup()