Searched refs:thread_wakeup (Results 1 - 25 of 35) sorted by relevance

12

/macosx-10.5.8/xnu-1228.15.4/osfmk/default_pager/
H A Ddp_memory_object.c185 thread_wakeup(&vs->vs_seqno);
229 thread_wakeup(&vs->vs_readers);
295 thread_wakeup(&vs->vs_writers);
472 thread_wakeup(&vs->vs_writers);
473 thread_wakeup(&vs->vs_async_pending);
584 thread_wakeup((event_t)&backing_store_release_trigger_disable);
802 thread_wakeup(&vs->vs_async_pending);
H A Ddp_backing_store.c750 thread_wakeup(&vs->vs_async_pending);
780 thread_wakeup(&vs->vs_async_pending);
2116 thread_wakeup(&vs->vs_async_pending);
2189 thread_wakeup(&vsa->vsa_lock);
2361 thread_wakeup(&dpt_array);
/macosx-10.5.8/xnu-1228.15.4/osfmk/kern/
H A Dsched_prim.h261 #define thread_wakeup(x) \ macro
H A Dthread.c479 thread_wakeup((event_t)&thread_terminate_queue);
531 thread_wakeup((event_t)&thread_stack_queue);
H A Dsched_prim.c969 thread_wakeup(&thread->wake_active);
1109 * Common routine for thread_wakeup, thread_wakeup_with_result,
1748 thread_wakeup(&thread->wake_active);
3244 #undef thread_wakeup macro
3246 thread_wakeup(
3250 thread_wakeup( function
H A Dclock_oldops.c651 thread_wakeup((event_t)alrm2);
/macosx-10.5.8/xnu-1228.15.4/osfmk/ppc/
H A DpmsCPU.c296 thread_wakeup((event_t)&pmsBroadcastWait); /* If we were the last, wake up the signaller */
H A Dlocks_ppc.c1145 thread_wakeup((event_t)(((unsigned int*)lck)+((sizeof(lck_rw_t)-1)/sizeof(unsigned int))));
1274 thread_wakeup((event_t)(((unsigned int*)lck)+((sizeof(lck_rw_t)-1)/sizeof(unsigned int))));
1368 thread_wakeup((event_t)(((unsigned int*)lck)+((sizeof(lck_rw_t)-1)/sizeof(unsigned int))));
1686 thread_wakeup((event_t)(((unsigned int*)rlck)+((sizeof(lck_rw_t)-1)/sizeof(unsigned int))));
1848 thread_wakeup((event_t)(((unsigned int*)rlck)+((sizeof(lck_rw_t)-1)/sizeof(unsigned int))));
1972 thread_wakeup((event_t)(((unsigned int*)rlck)+((sizeof(lck_rw_t)-1)/sizeof(unsigned int))));
H A Dmachine_routines.c516 thread_wakeup((event_t)&mcpus_state);
740 thread_wakeup(&spsLock);
H A Dcpu.c160 thread_wakeup(&rht_state);
199 thread_wakeup(&proc_info->cpu_flags);
369 thread_wakeup(&rht_state);
1135 * The called function must do a thread_wakeup on the synch if it decrements the
1148 * If it goes to zero, thread_wakeup is called to run the broadcaster
/macosx-10.5.8/xnu-1228.15.4/osfmk/vm/
H A Dvm_page.h556 thread_wakeup((event_t) (m)); \
564 thread_wakeup((event_t) (m)); \
H A Dvm_purgeable.c152 thread_wakeup((event_t)&token_q_allocating);
174 thread_wakeup((event_t)&token_q_allocating);
H A Dvm_resident.c1763 thread_wakeup((event_t) &vm_page_free_wanted);
1779 thread_wakeup((event_t)&kern_memorystatus_wakeup);
1893 thread_wakeup((event_t)&kern_memorystatus_wakeup);
1946 thread_wakeup((event_t)&vm_page_free_wanted);
2251 thread_wakeup((event_t) &vm_page_free_count);
2275 thread_wakeup((event_t)&kern_memorystatus_wakeup);
2330 thread_wakeup((event_t)&kern_memorystatus_wakeup);
2421 thread_wakeup((event_t)&kern_memorystatus_wakeup);
3469 thread_wakeup((event_t) &vm_page_free_wanted);
3485 thread_wakeup((event_
[all...]
H A Dvm_pageout.c387 thread_wakeup((event_t) &vm_backing_store_low);
811 thread_wakeup((event_t) &q->pgo_pending);
846 thread_wakeup((event_t) &q->pgo_laundry);
1195 thread_wakeup((event_t) &vm_pageout_garbage_collect);
1320 thread_wakeup((event_t) &vm_pageout_garbage_collect);
1368 thread_wakeup((event_t)&kern_memorystatus_wakeup);
2230 thread_wakeup((event_t) &q->pgo_laundry);
5575 thread_wakeup(&vm_paging_page_waiter);
H A Dvm_apple_protect.c961 thread_wakeup(&pager->is_ready);
H A Dvm_map.h602 thread_wakeup((event_t)(&(map)->hdr))
H A Dvm_object.h667 thread_wakeup((event_t)((vm_offset_t)(object) + (event))); \
/macosx-10.5.8/xnu-1228.15.4/osfmk/ipc/
H A Dipc_entry.c741 thread_wakeup((event_t) space);
751 thread_wakeup((event_t) space);
937 thread_wakeup((event_t) space);
/macosx-10.5.8/xnu-1228.15.4/osfmk/i386/
H A Dlocks_i386.c1089 thread_wakeup(RW_LOCK_READER_EVENT(lck));
1091 thread_wakeup(RW_LOCK_WRITER_EVENT(lck));
1309 thread_wakeup(RW_LOCK_WRITER_EVENT(lck));
1418 thread_wakeup(RW_LOCK_READER_EVENT(lck));
1420 thread_wakeup(RW_LOCK_WRITER_EVENT(lck));
/macosx-10.5.8/xnu-1228.15.4/bsd/kern/
H A Dkern_event.c300 thread_wakeup(&kn->kn_inuse);
354 thread_wakeup(&kn->kn_inuse);
686 thread_wakeup(&kn->kn_hook);
1429 thread_wakeup(&kq->kq_inprocess);
1733 thread_wakeup(kq);
1916 thread_wakeup(&kn->kn_status);
H A Dbsd_init.c141 #include <kern/sched_prim.h> /* for thread_wakeup() */
685 thread_wakeup(&lbolt);
925 thread_wakeup(&lbolt);
/macosx-10.5.8/xnu-1228.15.4/bsd/uxkern/
H A Dux_exception.c130 thread_wakeup(&ux_exception_port);
/macosx-10.5.8/xnu-1228.15.4/bsd/dev/ppc/
H A Ddtrace_isa.c113 thread_wakeup((event_t)&(pArg->waitVar)); /* If we were the last, wake up the signaller */
/macosx-10.5.8/xnu-1228.15.4/iokit/Kernel/
H A DIOPMrootDomain.cpp2800 thread_wakeup((event_t) &gPMHaltIdleCount);
2816 thread_wakeup( &gPMHaltDepth );
2940 thread_wakeup((event_t) worker);
H A DIOCPU.cpp661 if (enabledCPUs == numCPUs) thread_wakeup(this);

Completed in 218 milliseconds

12