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

12

/darwin-on-arm/xnu/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);
500 thread_wakeup(&vs->vs_writers);
501 thread_wakeup(&vs->vs_async_pending);
612 thread_wakeup((event_t)&backing_store_release_trigger_disable);
845 thread_wakeup(&vs->vs_async_pending);
/darwin-on-arm/xnu/osfmk/ipc/
H A Dipc_entry.c548 thread_wakeup((event_t) space);
638 thread_wakeup((event_t) space);
682 thread_wakeup((event_t) space);
/darwin-on-arm/xnu/bsd/kern/
H A Dbsd_init.c145 #include <kern/sched_prim.h> /* for thread_wakeup() */
798 thread_wakeup(&lbolt);
1013 thread_wakeup(&lbolt);
H A Dkern_synch.c407 thread_wakeup((caddr_t)chan);
H A Dkern_memorystatus.c853 thread_wakeup((event_t)&memorystatus_freeze_wakeup);
1008 thread_wakeup((event_t)&memorystatus_jetsam_wakeup);
/darwin-on-arm/xnu/osfmk/vm/
H A Dvm_page.h703 thread_wakeup((event_t) (m)); \
711 thread_wakeup((event_t) (m)); \
H A Dvm_purgeable.c175 thread_wakeup((event_t)&token_q_allocating);
198 thread_wakeup((event_t)&token_q_allocating);
H A Dvm_pageout.c438 thread_wakeup((event_t) &vm_backing_store_low);
871 thread_wakeup((event_t) &q->pgo_pending);
925 thread_wakeup((event_t) &q->pgo_laundry);
929 thread_wakeup((event_t) (&q->pgo_laundry+1));
939 thread_wakeup((event_t)(&vm_page_free_wanted));
1649 thread_wakeup((event_t) &vm_pageout_garbage_collect);
2549 thread_wakeup(&vm_pressure_thread);
2552 thread_wakeup((event_t)&memorystatus_wakeup);
3031 thread_wakeup((event_t) &vm_pageout_garbage_collect);
6942 thread_wakeup(
[all...]
H A Dvm_apple_protect.c1033 thread_wakeup(&pager->is_ready);
H A Dvm_map.h667 thread_wakeup((event_t)(&(map)->hdr))
H A Dvm_object.h770 thread_wakeup((event_t)((vm_offset_t)(object) + (event))); \
H A Dvm_swapfile_pager.c811 thread_wakeup(&pager->is_ready);
H A Dmemory_object.c1088 thread_wakeup((event_t) msr);
1742 thread_wakeup((event_t) &memory_manager_default);
/darwin-on-arm/xnu/bsd/uxkern/
H A Dux_exception.c134 thread_wakeup(&ux_exception_port);
/darwin-on-arm/xnu/osfmk/i386/
H A Dlocks_i386.c1193 thread_wakeup(RW_LOCK_WRITER_EVENT(lck));
1196 thread_wakeup(RW_LOCK_READER_EVENT(lck));
1413 thread_wakeup(RW_LOCK_WRITER_EVENT(lck));
1565 thread_wakeup(RW_LOCK_READER_EVENT(lck));
H A Dpmap_common.c337 thread_wakeup(&pmap_user_pv_throttle_event);
H A Dpmap_internal.h296 thread_wakeup(&mapping_replenish_event);
324 thread_wakeup(&mapping_replenish_event);
/darwin-on-arm/xnu/osfmk/kern/
H A Dsched_prim.h396 #define thread_wakeup(x) \ macro
H A Dthread.c516 thread_wakeup((event_t)&task->halting);
555 thread_wakeup((event_t)&thread_terminate_queue);
607 thread_wakeup((event_t)&thread_stack_queue);
H A Dclock_oldops.c661 thread_wakeup((event_t)alrm2);
/darwin-on-arm/xnu/osfmk/arm/
H A Dlocks_arm.c547 thread_wakeup((event_t)
H A Dhw_lock.s339 LOAD_ADDR(r12, thread_wakeup)
678 LOAD_ADDR_GEN_DEF(thread_wakeup)
/darwin-on-arm/xnu/osfmk/pmc/
H A Dpmc.c1479 thread_wakeup((event_t)reservation);
1553 thread_wakeup((event_t)reservation);
1742 thread_wakeup((event_t)reservation);
/darwin-on-arm/xnu/iokit/Kernel/
H A DIOCPU.cpp693 if (enabledCPUs == numCPUs) thread_wakeup(this);
/darwin-on-arm/xnu/bsd/dev/dtrace/
H A Ddtrace_glue.c347 thread_wakeup((event_t)wrapTC);
503 thread_wakeup((event_t)wrapTC);

Completed in 111 milliseconds

12