Searched refs:waitq_wakeup64_thread (Results 1 – 9 of 9) sorted by relevance
| /xnu-11417.101.15/osfmk/kern/ |
| H A D | waitq.h | 647 extern kern_return_t waitq_wakeup64_thread(
|
| H A D | epoch_sync.c | 573 kr = waitq_wakeup64_thread(&ts->ts_waitq, CAST_EVENT64_T(sync), in esync_wake()
|
| H A D | sfi.c | 1081 kret = waitq_wakeup64_thread(&sfi_class->waitq, in sfi_reevaluate()
|
| H A D | waitq.c | 2378 waitq_wakeup64_thread( in waitq_wakeup64_thread() function
|
| H A D | locks.c | 1328 ret = waitq_wakeup64_thread(&ts->ts_waitq, CAST_EVENT64_T(event), in wakeup_with_inheritor_and_turnstile()
|
| H A D | sched_prim.c | 1956 return waitq_wakeup64_thread(wq, CAST_EVENT64_T(event), thread, THREAD_AWAKENED); in thread_wakeup_thread()
|
| /xnu-11417.101.15/bsd/pthread/ |
| H A D | pthread_shims.c | 300 kr = waitq_wakeup64_thread(&ts->ts_waitq, (event64_t)kwq, th, in psynch_wait_wakeup()
|
| /xnu-11417.101.15/bsd/kern/ |
| H A D | sys_ulock.c | 1027 kern_return_t kr = waitq_wakeup64_thread(&ts->ts_waitq, in ulock_wake()
|
| H A D | kern_event.c | 2273 waitq_wakeup64_thread(&ts->ts_waitq, knote_filt_wev64(kn), in filt_wlupdate()
|