Lines Matching full:sleeping
50 * signal code uses sleepq_abort() to interrupt a sleeping thread. Finally,
327 ("%s: td %p to sleep on wchan %p with sleeping prohibited", in sleepq_add()
581 * threads that are sleeping until an absolute real-clock time. in sleepq_switch()
783 * Note that thread td might not be sleeping if it is running in sleepq_resume_thread()
922 * Find thread sleeping on a wait channel and resume it.
947 * Find the most recently sleeping thread, but try to in sleepq_signal()
963 * as it has been sleeping the longest since threads are in sleepq_signal()
985 * Resume all threads sleeping on a specified wait channel.
1026 * Time sleeping threads out. When the timeout expires, the thread is
1062 * If the thread is on the SLEEPQ but isn't sleeping in sleepq_timeout()
1091 * We can not lock the thread here as it may be sleeping on a in sleepq_remove()
1178 * Prints the stacks of all threads presently sleeping on wchan/queue to
1180 * printed. Typically, this will equal the number of threads sleeping on the