Lines Matching defs:to
4 * The contents of this file are subject to the terms of the
24 * Use is subject to license terms.
70 * If an initialization error occured, returns NULL and sets err to
114 * Adds msg to the tail of queue q.
190 * 'to', returns NULL, and sets 'etimed' to true. If an error occured,
191 * returns NULL and sets 'etimed' to false.
193 void *slp_dequeue_timed(slp_queue_t *qa, timestruc_t *to, SLPBoolean *etimed) {
203 /* something's in the q, so no need to wait */
209 if (to) {
210 err = cond_timedwait(q->wait, q->lock, to);
236 * Flushes the queue, using the caller-specified free function to
252 * can be used to empty a queue.