Home
last modified time | relevance | path

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

/third_party/musl/porting/linux/user/src/internal/
Dpthread_impl.h210 #define NS_PER_S 1000000000 macro
220 if (abs_ts->tv_nsec >= NS_PER_S) { in __absolute_timespec_from_timespec()
221 abs_ts->tv_nsec -= NS_PER_S; in __absolute_timespec_from_timespec()
/third_party/ltp/testcases/realtime/tools/
Dftqviz.py34 NS_PER_S = 1000000000 variable
63 ns_per_sample = NS_PER_S / sample_hz
/third_party/musl/porting/linux/user/src/thread/
Dpthread_mutex_lock_timeout_np.c18 #define NS_PER_S 1000000000 macro