Searched refs:waitq (Results 1 - 3 of 3) sorted by relevance

/macosx-10.5.8/xnu-1228.15.4/osfmk/kern/
H A Dwait_queue.c1249 * the waitq.
1259 wait_queue_t waitq,
1264 assert(thread->wait_queue == waitq);
1266 remqueue(&waitq->wq_queue, (queue_entry_t)thread );
1271 wait_queue_unlock(waitq);
1258 wait_queue_pull_thread_locked( wait_queue_t waitq, thread_t thread, boolean_t unlock) argument
/macosx-10.5.8/xnu-1228.15.4/osfmk/ipc/
H A Dmach_msg.c1162 wait_queue_t waitq; local
1168 waitq = &dest_mqueue->imq_wait_queue;
1172 receiver = wait_queue_wakeup64_identity_locked(waitq,
1261 waitq = &rcv_mqueue->imq_wait_queue;
1262 (void)wait_queue_assert_wait64_locked(waitq,
H A Dipc_mqueue.c134 * whether the portset mqueue's waitq is an member of
135 * the port's mqueue waitq.
236 * waitq. Lets get them together.
254 /* waitq/mqueue still locked, thread locked */
321 FALSE); /* unlock waitq? */
492 wait_queue_t waitq = &mqueue->imq_wait_queue; local
496 waitq,
500 /* waitq still locked, thread locked */

Completed in 27 milliseconds