Home
last modified time | relevance | path

Searched refs:WAITQ_UNLOCK (Results 1 – 3 of 3) sorted by relevance

/xnu-8020.140.41/osfmk/kern/
H A Dwaitq.c1496 if (lock_state == WAITQ_UNLOCK) { in waitq_wakeup64_all_locked()
1531 if (lock_state == WAITQ_UNLOCK) { in waitq_wakeup64_one_locked()
1565 if (lock_state == WAITQ_UNLOCK) { in waitq_wakeup64_identify_locked()
2264 priority, WAITQ_UNLOCK, WQ_OPTION_NONE); in waitq_wakeup64_one()
2288 priority, WAITQ_UNLOCK); in waitq_wakeup64_all()
2331 &thread_spl, priority, WAITQ_UNLOCK); in waitq_wakeup64_identify()
H A Dsync_sema.c182 WAITQ_ALL_PRIORITIES, WAITQ_UNLOCK); in semaphore_destroy_internal()
391 WAITQ_ALL_PRIORITIES, WAITQ_UNLOCK); in semaphore_signal_internal()
H A Dwaitq.h583 WAITQ_UNLOCK = 0x02, enumerator