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

/macosx-10.5.8/xnu-1228.15.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.cpp173 thread_wakeup_one((void *) &workToDo);
384 thread_wakeup_one((void *) &workToDo);
/macosx-10.5.8/xnu-1228.15.4/osfmk/kern/
H A Dsched_prim.h265 #define thread_wakeup_one(x) \ macro
H A Dthread_act.c189 thread_wakeup_one(&thread->suspend_count);
206 thread_wakeup_one(&thread->suspend_count);
230 thread_wakeup_one(&thread->suspend_count);
260 thread_wakeup_one(&thread->suspend_count);
H A Dlocks.c724 thread_wakeup_one((event_t)(((unsigned int*)lck)+(sizeof(lck_mtx_t)-1)/sizeof(unsigned int)));
734 thread_wakeup_one((event_t)(((unsigned int*)lck)+(sizeof(lck_mtx_t)-1)/sizeof(unsigned int)));
H A Dthread_call.c767 thread_wakeup_one(&thread_call_daemon_awake);
H A Dkmod.c624 thread_wakeup_one((event_t)&kmod_cmd_queue);
/macosx-10.5.8/xnu-1228.15.4/osfmk/vm/
H A Dvm_resident.c1869 thread_wakeup_one((event_t) &vm_page_free_wanted_privileged);
1873 thread_wakeup_one((event_t) &vm_page_free_count);
2236 thread_wakeup_one((event_t) &vm_page_free_wanted_privileged);
2255 thread_wakeup_one((event_t) &vm_page_free_count);

Completed in 101 milliseconds