Searched refs:timespec_sub (Results 1 – 5 of 5) sorted by relevance
25 # define timespec_sub timespec_sub_time64 macro
37 #define timespec_sub timespec_sub_time64 macro
30 timespec_sub (struct timespec a, struct timespec b) in timespec_sub() function
41 struct timespec timespec_sub (struct timespec, struct timespec)63 struct timespec __REDIRECT (timespec_sub, (struct timespec, struct timespec),
33 const struct timespec diff = timespec_sub (left, right); in test_timespec_before_impl()52 const struct timespec diff = timespec_sub (right, left); in test_timespec_equal_or_after_impl()
Completed in 9 milliseconds