Lines Matching full:wake
276 * implemented by OS compatibility layers, providing basic wait/wake operations
284 * Wake up a thread pending on the provided wait queue
286 * Given a wait_q, wake up the highest priority thread on the queue. If the
295 * way to wake all threads on the queue.
299 * become stale. Calls to wait and wake on the same wait_q object must have
303 * @param wait_q Wait queue to wake up the highest prio thread
314 * Given a specific thread, wake it up. This routine assumes that the given
317 * @param thread Given thread to wake up.
324 * Wake up all threads pending on the provided wait queue
327 * until there are no more to wake up.
329 * @param wait_q Wait queue to wake up the highest prio thread