Home
last modified time | relevance | path

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

/external/ltp/include/
Dtst_timer.h142 static inline struct timespec tst_timespec_abs_diff(struct timespec t1, in tst_timespec_abs_diff() function
154 return tst_timespec_to_us(tst_timespec_abs_diff(t1, t2)); in tst_timespec_abs_diff_us()
160 return tst_timespec_to_ms(tst_timespec_abs_diff(t1, t2)); in tst_timespec_abs_diff_ms()
/external/ltp/doc/
Dtest-writing-guidelines.txt1188 struct timespec tst_timespec_abs_diff(struct timespec t1, struct timespec t2);
1204 The 'tst_timespec_abs_diff*()' functions returns absolute value of difference