Searched refs:TIMESPEC_SUB (Results 1 - 6 of 6) sorted by relevance

/freebsd-10.3-release/lib/libthr/thread/
H A Dthr_join.c117 TIMESPEC_SUB(&ts2, abstime, &ts);
H A Dthr_mutex.c577 TIMESPEC_SUB(&ts2, abstime, &ts1);
602 TIMESPEC_SUB(&ts2, abstime, &ts1);
H A Dthr_private.h119 #define TIMESPEC_SUB(dst, src, val) \ macro
/freebsd-10.3-release/lib/libc/gen/
H A Dsem.c342 #define TIMESPEC_SUB(dst, src, val) \ macro
/freebsd-10.3-release/lib/libkse/thread/
H A Dthr_private.h118 #define TIMESPEC_SUB(dst, src, val) \ macro
H A Dthr_kern.c1829 TIMESPEC_SUB(&ts_sleep, &td_wait->wakeup_time, &ts);

Completed in 112 milliseconds