Searched refs:thread_wakeup_one (Results 1 - 9 of 9) sorted by relevance

/xnu-2422.115.4/iokit/Kernel/
H A DIOConditionLock.cpp96 thread_wakeup_one((void *) &condition);
105 thread_wakeup_one((void *) &condition);
H A DIOSyncer.cpp118 thread_wakeup_one((void *) &threadMustStop);
H A DIOWorkLoop.cpp234 thread_wakeup_one((void *) &workToDo);
447 thread_wakeup_one((void *) &workToDo);
/xnu-2422.115.4/osfmk/kern/
H A Dthread_act.c191 thread_wakeup_one(&thread->suspend_count);
208 thread_wakeup_one(&thread->suspend_count);
232 thread_wakeup_one(&thread->suspend_count);
262 thread_wakeup_one(&thread->suspend_count);
H A Dsched_prim.h425 #define thread_wakeup_one(x) \ macro
H A Dlocks.c743 thread_wakeup_one((event_t)(((unsigned int*)lck)+(sizeof(lck_mtx_t)-1)/sizeof(unsigned int)));
783 thread_wakeup_one((event_t)(((unsigned int*)lck)+(sizeof(lck_mtx_t)-1)/sizeof(unsigned int)));
/xnu-2422.115.4/bsd/kern/
H A Dkern_synch.c419 thread_wakeup_one((caddr_t)chan);
/xnu-2422.115.4/osfmk/i386/
H A Dlocks_i386.c1873 thread_wakeup_one((event_t)(((unsigned int*)mutex)+(sizeof(lck_mtx_t)-1)/sizeof(unsigned int)));
/xnu-2422.115.4/osfmk/vm/
H A Dvm_resident.c2202 thread_wakeup_one((event_t) &vm_page_free_wanted_privileged);
2204 thread_wakeup_one((event_t) &vm_page_free_count);
2628 thread_wakeup_one((event_t) &vm_page_free_count);

Completed in 106 milliseconds