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