Home
last modified time | relevance | path

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

/xnu-8020.101.4/osfmk/kern/
H A Dwaitq.c1505 if (lock_state == WAITQ_UNLOCK) { in waitq_wakeup64_all_locked()
1540 if (lock_state == WAITQ_UNLOCK) { in waitq_wakeup64_one_locked()
1574 if (lock_state == WAITQ_UNLOCK) { in waitq_wakeup64_identify_locked()
2273 priority, WAITQ_UNLOCK, WQ_OPTION_NONE); in waitq_wakeup64_one()
2297 priority, WAITQ_UNLOCK); in waitq_wakeup64_all()
2340 &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