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

/darwin-on-arm/xnu/osfmk/ipc/
H A Dipc_mqueue.c134 * whether the portset mqueue's waitq is an member of
135 * the port's mqueue waitq.
240 * waitq. Lets get them together.
259 /* waitq/mqueue still locked, thread locked */
338 FALSE); /* unlock waitq? */
507 wait_queue_t waitq = &mqueue->imq_wait_queue; local
512 waitq,
516 /* waitq still locked, thread locked */
/darwin-on-arm/xnu/osfmk/kern/
H A Dwait_queue.c1581 * the waitq.
1591 wait_queue_t waitq,
1596 assert(thread->wait_queue == waitq);
1603 wait_queue_unlock(waitq);
1590 wait_queue_pull_thread_locked( wait_queue_t waitq, thread_t thread, boolean_t unlock) argument

Completed in 22 milliseconds