Searched refs:thread_wakeup_thread (Results 1 – 11 of 11) sorted by relevance
| /xnu-10063.101.15/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 | 1491 thread_wakeup_thread((event_t) ivars, ivars->waiter); in IOInterruptDispatchSourceInterrupt() 1643 thread_wakeup_thread((event_t) ivars, ivars->waiter); in Cancel_Impl()
|
| /xnu-10063.101.15/bsd/skywalk/nexus/netif/ |
| H A D | nx_netif_mit.c | 393 (void) thread_wakeup_thread((caddr_t)&mit->mit_flags, in nx_netif_mit_cleanup() 454 (void) thread_wakeup_thread((caddr_t)&mit->mit_flags, in nx_netif_mit_tx_intr() 489 (void) thread_wakeup_thread((caddr_t)&mit->mit_flags, in nx_netif_mit_rx_intr()
|
| /xnu-10063.101.15/osfmk/kern/ |
| H A D | mpsc_queue.c | 173 thread_wakeup_thread((event_t)dq, dq->mpd_thread); in _mpsc_queue_thread_wakeup()
|
| H A D | exclaves_inspection.c | 356 thread_wakeup_thread((event_t)&exclaves_collect_event, exclaves_collection_thread); in exclaves_inspection_begin_collecting()
|
| H A D | sched_prim.h | 815 extern kern_return_t thread_wakeup_thread(event_t event, thread_t thread);
|
| H A D | thread_act.c | 390 thread_wakeup_thread(&thread->suspend_count, thread); in thread_release()
|
| H A D | smr.c | 1503 thread_wakeup_thread(__smrb_event(ctx), ctx->smrb_waiter); in __smr_barrier_cb()
|
| H A D | sched_prim.c | 1422 thread_wakeup_thread((event_t) cond, thread); in sched_cond_signal() 1775 thread_wakeup_thread( in thread_wakeup_thread() function
|
| /xnu-10063.101.15/bsd/pthread/ |
| H A D | pthread_shims.c | 306 kr = thread_wakeup_thread((event_t)kwq, th); in psynch_wait_wakeup()
|
| H A D | pthread_workqueue.c | 293 thread_wakeup_thread(workq_parked_wait_event(uth), get_machthread(uth)); in workq_thread_wakeup()
|