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

/freebsd-10-stable/lib/libkse/thread/
H A Dthr_kern.c158 static void kse_wait(struct kse *kse, struct pthread *td_wait, int sigseq);
930 struct pthread *curthread, *td_wait; local
1042 td_wait = KSE_WAITQ_FIRST(curkse);
1043 kse_wait(curkse, td_wait, 0);
1818 kse_wait(struct kse *kse, struct pthread *td_wait, int sigseqno) argument
1823 if ((td_wait == NULL) || (td_wait->wakeup_time.tv_sec < 0)) {
1829 TIMESPEC_SUB(&ts_sleep, &td_wait->wakeup_time, &ts);

Completed in 49 milliseconds