Lines Matching full:wait
195 * implemented by OS compatibility layers, providing basic wait/wake operations
203 * Wake up a thread pending on the provided wait queue
218 * become stale. Calls to wait and wake on the same wait_q object must have
222 * @param wait_q Wait queue to wake up the highest prio thread
243 * Wake up all threads pending on the provided wait queue
248 * @param wait_q Wait queue to wake up the highest prio thread
268 * Atomically put the current thread to sleep on a wait queue, with timeout
279 * @param wait_q Wait queue to go to sleep on
280 * @param timeout Waiting period to be woken up, or K_FOREVER to wait
291 * @brief Walks the wait queue invoking the callback on each waiting thread
293 * This function walks the wait queue invoking the callback function on each
297 * CAUTION! As a wait queue is of indeterminate length, the scheduler will be
302 * @param wait_q Identifies the wait queue to walk