Home
last modified time | relevance | path

Searched refs:TIMESPEC_SUB (Results 1 – 4 of 4) sorted by relevance

/freebsd/lib/libthr/thread/
H A Dthr_join.c136 TIMESPEC_SUB(&ts2, abstime, &ts); in join_common()
H A Dthr_mutex.c898 TIMESPEC_SUB(&ts2, abstime, &ts1); in mutex_self_lock()
923 TIMESPEC_SUB(&ts2, abstime, &ts1); in mutex_self_lock()
H A Dthr_private.h125 #define TIMESPEC_SUB(dst, src, val) \ macro
/freebsd/lib/libc/gen/
H A Dsem.c342 #define TIMESPEC_SUB(dst, src, val) \ macro