sleepq_abort
sleepq_abort(td, intrval);
sleepq_abort(td2, TD_SBDRY_ERRNO(td2));
sleepq_abort(td2, EINTR);
sleepq_abort(td2, ERESTART);
sleepq_abort(td2, ERESTART);
sleepq_abort(td2, EINTR);
void sleepq_abort(struct thread *td, int intrval);