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

/darwin-on-arm/xnu/bsd/kern/
H A Dpthread_support.c484 kern_return_t ksyn_wakeup_thread(ksyn_wait_queue_t kwq, ksyn_waitq_element_t kwe);
617 kret = ksyn_wakeup_thread(kwq, kwe);
641 kret = ksyn_wakeup_thread(kwq, kwe);
682 kret = ksyn_wakeup_thread(kwq, kwe);
1155 kret = ksyn_wakeup_thread(ckwq, kwe);
1158 panic("ksyn_wakeup_thread: panic waking up condition waiter\n");
3127 ksyn_wakeup_thread(__unused ksyn_wait_queue_t kwq, ksyn_waitq_element_t kwe) function
3137 panic("ksyn_wakeup_thread: panic waking up thread %x\n", kret);
3293 kret = ksyn_wakeup_thread(kwq, kwe);
3306 kret = ksyn_wakeup_thread(kw
[all...]

Completed in 22 milliseconds