Searched refs:wait_queue_unlock (Results 1 - 5 of 5) sorted by relevance

/darwin-on-arm/xnu/osfmk/kern/
H A Dsync_sema.h62 #define semaphore_unlock(semaphore) wait_queue_unlock(&(semaphore)->wait_queue)
H A Dwait_queue.c535 wait_queue_unlock(wq);
580 wait_queue_unlock(wq);
605 wait_queue_unlock(wq);
747 wait_queue_unlock(wq);
756 wait_queue_unlock(wq);
801 wait_queue_unlock(wq);
811 wait_queue_unlock(wq);
883 wait_queue_unlock(wq);
963 wait_queue_unlock(wq);
1020 wait_queue_unlock(w
[all...]
H A Dwait_queue.h189 static inline void wait_queue_unlock(wait_queue_t wq) { function
195 #define wqs_unlock(wqs) wait_queue_unlock(&(wqs)->wqs_wait_queue)
H A Dsched_prim.c1171 wait_queue_unlock(wqueue);
1203 wait_queue_unlock(wqueue);
/darwin-on-arm/xnu/osfmk/ipc/
H A Dipc_mqueue.h121 #define imq_unlock(mq) wait_queue_unlock(&(mq)->imq_wait_queue)

Completed in 35 milliseconds