Searched refs:TIMESPEC_SUB (Results 1 – 4 of 4) sorted by relevance
/freebsd/lib/libthr/thread/ |
H A D | thr_join.c | 136 TIMESPEC_SUB(&ts2, abstime, &ts); in join_common()
|
H A D | thr_mutex.c | 898 TIMESPEC_SUB(&ts2, abstime, &ts1); in mutex_self_lock() 923 TIMESPEC_SUB(&ts2, abstime, &ts1); in mutex_self_lock()
|
H A D | thr_private.h | 125 #define TIMESPEC_SUB(dst, src, val) \ macro
|
/freebsd/lib/libc/gen/ |
H A D | sem.c | 342 #define TIMESPEC_SUB(dst, src, val) \ macro
|