Lines Matching full:cancel
53 const struct timespec *abstime, int cancel);
205 const struct timespec *abstime, int cancel) in cond_wait_kernel() argument
220 if (cancel) in cond_wait_kernel()
224 if (cancel) in cond_wait_kernel()
241 if (error2 == 0 && cancel) { in cond_wait_kernel()
254 if (cancel) { in cond_wait_kernel()
277 const struct timespec *abstime, int cancel) in cond_wait_user() argument
287 if (cancel) in cond_wait_user()
316 if (cancel) in cond_wait_user()
319 if (cancel) in cond_wait_user()
326 } else if (cancel && SHOULD_CANCEL(curthread)) { in cond_wait_user()
353 const struct timespec *abstime, int cancel) in cond_wait_common() argument
376 return (cond_wait_kernel(cvp, mp, abstime, cancel)); in cond_wait_common()
378 return (cond_wait_user(cvp, mp, abstime, cancel)); in cond_wait_common()