Home
last modified time | relevance | path

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

/xnu-8019.80.24/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.cpp1410 thread_wakeup_thread((event_t) ivars, ivars->waiter); in IOInterruptDispatchSourceInterrupt()
/xnu-8019.80.24/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-8019.80.24/osfmk/kern/
H A Dmpsc_queue.c150 thread_wakeup_thread((event_t)dq, dq->mpd_thread); in _mpsc_queue_thread_wakeup()
H A Dsched_prim.h670 extern kern_return_t thread_wakeup_thread(event_t event, thread_t thread);
H A Dthread_act.c323 thread_wakeup_thread(&thread->suspend_count, thread); in thread_release()
H A Dsched_prim.c1681 thread_wakeup_thread( in thread_wakeup_thread() function
/xnu-8019.80.24/bsd/pthread/
H A Dpthread_shims.c310 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()