Home
last modified time | relevance | path

Searched refs:thread_wakeup_thread (Results 1 – 11 of 11) sorted by relevance

/xnu-10063.101.15/iokit/Kernel/
H A DIOWorkLoop.cpp257 thread_wakeup_thread((void *) &workToDo, workThread); in free()
495 thread_wakeup_thread((void *) &workToDo, workThread); in signalWorkAvailable()
H A DIOUserServer.cpp1491 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 Dnx_netif_mit.c393 (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 Dmpsc_queue.c173 thread_wakeup_thread((event_t)dq, dq->mpd_thread); in _mpsc_queue_thread_wakeup()
H A Dexclaves_inspection.c356 thread_wakeup_thread((event_t)&exclaves_collect_event, exclaves_collection_thread); in exclaves_inspection_begin_collecting()
H A Dsched_prim.h815 extern kern_return_t thread_wakeup_thread(event_t event, thread_t thread);
H A Dthread_act.c390 thread_wakeup_thread(&thread->suspend_count, thread); in thread_release()
H A Dsmr.c1503 thread_wakeup_thread(__smrb_event(ctx), ctx->smrb_waiter); in __smr_barrier_cb()
H A Dsched_prim.c1422 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 Dpthread_shims.c306 kr = thread_wakeup_thread((event_t)kwq, th); in psynch_wait_wakeup()
H A Dpthread_workqueue.c293 thread_wakeup_thread(workq_parked_wait_event(uth), get_machthread(uth)); in workq_thread_wakeup()