Searched refs:thread_wakeup_thread (Results 1 – 12 of 12) sorted by relevance
| /xnu-12377.41.6/iokit/Kernel/ |
| H A D | IOWorkLoop.cpp | 257 thread_wakeup_thread((void *) &workToDo, workThread); in free() 495 thread_wakeup_thread((void *) &workToDo, workThread); in signalWorkAvailable()
|
| H A D | IOUserServer.cpp | 1479 thread_wakeup_thread((event_t) ivars, ivars->waiter); in IOInterruptDispatchSourceInterrupt() 1634 thread_wakeup_thread((event_t) ivars, ivars->waiter); in Cancel_Impl()
|
| /xnu-12377.41.6/bsd/skywalk/nexus/netif/ |
| H A D | nx_netif_mit.c | 394 (void) thread_wakeup_thread((caddr_t)&mit->mit_flags, in nx_netif_mit_cleanup() 455 (void) thread_wakeup_thread((caddr_t)&mit->mit_flags, in nx_netif_mit_tx_intr() 490 (void) thread_wakeup_thread((caddr_t)&mit->mit_flags, in nx_netif_mit_rx_intr()
|
| /xnu-12377.41.6/osfmk/kern/ |
| H A D | mpsc_queue.c | 159 thread_wakeup_thread((event_t)dq, dq->mpd_thread); in _mpsc_queue_thread_wakeup()
|
| H A D | exclaves_inspection.c | 390 thread_wakeup_thread((event_t)&exclaves_collect_event, exclaves_collection_thread); in exclaves_inspection_begin_collecting()
|
| H A D | sched_prim.h | 829 extern kern_return_t thread_wakeup_thread(event_t event, thread_t thread);
|
| H A D | thread_act.c | 410 thread_wakeup_thread(&thread->suspend_count, thread); in thread_release()
|
| H A D | smr.c | 1504 thread_wakeup_thread(__smrb_event(ctx), ctx->smrb_waiter); in __smr_barrier_cb()
|
| H A D | sched_prim.c | 1370 thread_wakeup_thread((event_t) cond, thread); in sched_cond_signal() 1750 thread_wakeup_thread( in thread_wakeup_thread() function
|
| /xnu-12377.41.6/bsd/pthread/ |
| H A D | pthread_shims.c | 307 kr = thread_wakeup_thread((event_t)kwq, th); in psynch_wait_wakeup()
|
| H A D | pthread_workqueue.c | 303 thread_wakeup_thread(workq_parked_wait_event(uth), get_machthread(uth)); in workq_thread_wakeup()
|
| /xnu-12377.41.6/bsd/kern/ |
| H A D | kern_aio.c | 2762 thread_wakeup_thread(workq_aio_parked_wait_event(uth), get_machthread(uth)); in workq_aio_thread_wakeup()
|