Searched refs:TIMESPEC_SUB (Results 1 – 6 of 6) sorted by relevance
| /trueos/lib/libthr/thread/ |
| HD | thr_join.c | 117 TIMESPEC_SUB(&ts2, abstime, &ts); in join_common()
|
| HD | thr_mutex.c | 577 TIMESPEC_SUB(&ts2, abstime, &ts1); in mutex_self_lock() 602 TIMESPEC_SUB(&ts2, abstime, &ts1); in mutex_self_lock()
|
| HD | thr_private.h | 119 #define TIMESPEC_SUB(dst, src, val) \ macro
|
| /trueos/lib/libc/gen/ |
| HD | sem.c | 342 #define TIMESPEC_SUB(dst, src, val) \ macro
|
| /trueos/lib/libkse/thread/ |
| HD | thr_private.h | 118 #define TIMESPEC_SUB(dst, src, val) \ macro
|
| HD | thr_kern.c | 1829 TIMESPEC_SUB(&ts_sleep, &td_wait->wakeup_time, &ts); in kse_wait()
|