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

/macosx-10.5.8/xnu-1228.15.4/osfmk/kern/
H A Dsync_sema.h62 #define semaphore_unlock(semaphore) wait_queue_unlock(&(semaphore)->wait_queue)
H A Dwait_queue.c394 wait_queue_unlock(wq);
436 wait_queue_unlock(wq);
458 wait_queue_unlock(wq);
552 wait_queue_unlock(wq);
561 wait_queue_unlock(wq);
614 wait_queue_unlock(wq);
669 wait_queue_unlock(wq);
715 wait_queue_unlock(wq);
776 wait_queue_unlock(wq);
828 wait_queue_unlock(w
[all...]
H A Dwait_queue.h172 static inline void wait_queue_unlock(wait_queue_t wq) { function
186 #define wqs_unlock(wqs) wait_queue_unlock(&(wqs)->wqs_wait_queue)
H A Dsched_prim.c698 wait_queue_unlock(wqueue);
726 wait_queue_unlock(wqueue);
/macosx-10.5.8/xnu-1228.15.4/osfmk/ipc/
H A Dipc_mqueue.h111 #define imq_unlock(mq) wait_queue_unlock(&(mq)->imq_wait_queue)

Completed in 17 milliseconds