Home
last modified time | relevance | path

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

/Zephyr-4.3.0/lib/posix/options/
Dposix_clock.h46 static inline int64_t tp_diff(const struct timespec *a, const struct timespec *b) in tp_diff() function
55 int64_t diff = tp_diff(a, b); in tp_diff_in_range_ns()
Dtimespec_to_timeout.c24 return clamp(tp_diff(abstime, &curtime) / NSEC_PER_MSEC, 0, UINT32_MAX); in timespec_to_timeoutms()
/Zephyr-4.3.0/tests/posix/timers/src/
Dclock.c104 diff_ns = tp_diff(&ts, &ref_ts); in ZTEST()
136 x_i = tp_diff(&now, &then) / NSEC_PER_MSEC; in ZTEST()