Lines Matching full:sleeping
69 * it is not sleeping. The function should adhere to the following
103 * sleeping zthr will wakeup, see that it has more work to complete
190 * ZTHR wakeup broadcasts to zthr_cv, causing sleeping threads
219 * maximum amount of time that the zthr is spent sleeping;
285 * in sleeping state exceeds max_sleep, a wakeup(do the check and
328 * Wake up the zthr if it is sleeping. If the thread has been cancelled
376 * [2] The thread is sleeping so we set the flag, broadcast in zthr_cancel()
390 /* broadcast in case the zthr is sleeping */ in zthr_cancel()
426 * [3] The zthr is sleeping at which point this is a no-op. in zthr_resume()
483 * sleeping or cancelled, return immediately.
496 * [2] The thread is sleeping so we set the flag, broadcast in zthr_wait_cycle_done()
513 /* broadcast in case the zthr is sleeping */ in zthr_wait_cycle_done()