Home
last modified time | relevance | path

Searched refs:thread_wakeup (Results 1 – 25 of 75) sorted by relevance

123

/xnu-11215/osfmk/kern/
H A Dtestpoints.c57 thread_wakeup(&tp_blocked_info); in tp_unblock()
123 thread_wakeup(&tp_blocked_info); in tp_scenario_handler()
143 thread_wakeup(&tp_blocked_info); in tp_pid_handler()
H A Dtest_mpsc_queue.c62 thread_wakeup(&mpsc_test_pingpong_invoke); in mpsc_test_pingpong_invoke()
H A Darcade.c174 thread_wakeup(&arcade_upcall_port); in arcade_register_new_upcall()
H A Dexclaves_boot.c170 thread_wakeup((event_t)(uintptr_t)&exclaves_boot_status); in exclaves_boot_status_wake()
H A Dlock_rw.c1564 thread_wakeup(LCK_RW_WRITER_EVENT(lck)); in lck_rw_lock_shared_to_exclusive_failure()
1801 thread_wakeup(LCK_RW_READER_EVENT(lck)); in lck_rw_lock_exclusive_to_shared_gen()
2167 thread_wakeup(LCK_RW_WRITER_EVENT(lck)); in lck_rw_done_gen()
2171 thread_wakeup(LCK_RW_READER_EVENT(lck)); in lck_rw_done_gen()
H A Dremote_time.c206 thread_wakeup((event_t)bt_params_hist); in mach_bridge_add_timestamp()
H A Dmpsc_queue.c343 thread_wakeup(&dq->mpd_state); in _mpsc_daemon_queue_drain()
/xnu-11215/osfmk/vm/
H A Dvm_compressor_backing_store.c633 thread_wakeup((event_t) &vm_swapfile_gc_needed); in vm_swap_consider_defragmenting()
1397 thread_wakeup((event_t)&vm_swapout_thread); in vm_swapout_iodone()
1619 thread_wakeup((event_t) &vm_num_swap_files); in vm_swap_create_file()
1701 thread_wakeup((event_t) &swf->swp_flags); in vm_swap_get()
1769 thread_wakeup((event_t) &vm_swapfile_create_needed); in vm_swap_put()
1800 thread_wakeup((event_t) &vm_swapfile_create_needed); in vm_swap_put()
1870 thread_wakeup((event_t) &swf->swp_flags); in vm_swap_put_finish()
1914 thread_wakeup((event_t) &vm_swapfile_gc_needed); in vm_swap_free_now()
1964 thread_wakeup((event_t) &vm_swapfile_create_needed); in vm_swap_free()
2037 thread_wakeup((event_t) &vm_swapfile_gc_needed); in vm_swap_handle_delayed_trims()
[all …]
H A Dvm_compressor.c713 thread_wakeup((event_t)&decompressions_blocked); in vm_decompressor_unlock()
1619 thread_wakeup(debug_cseg_wait_event); in do_cseg_unwedge_thread()
2899 thread_wakeup((event_t)&compaction_swapper_running); in vm_run_compactor()
2960 thread_wakeup((event_t)&compaction_swapper_running); in vm_consider_swapping()
3546 thread_wakeup((event_t)&compaction_swapper_running); in vm_compressor_flush()
3900 thread_wakeup((event_t)&vm_swapout_thread); in vm_compressor_compact_and_swap()
4074 thread_wakeup((event_t)&vm_swapout_thread); in vm_compressor_compact_and_swap()
4203 thread_wakeup((event_t) (&c_segments_busy)); in c_seg_allocate()
4473 thread_wakeup((event_t)&vm_swapout_thread); in c_current_seg_filled()
6437 thread_wakeup((event_t)&uncompressor_io_req); in vm_uncompressed_put()
[all …]
H A Dvm_compressor_xnu.h333 thread_wakeup((event_t) (cseg)); \
H A Dvm_swapfile_pager.c751 thread_wakeup(&pager->is_ready); in swapfile_pager_create()
H A Dvm_pageout.c832 thread_wakeup((event_t) &q->pgo_laundry);
836 thread_wakeup((event_t) (&q->pgo_laundry + 1));
856 thread_wakeup((event_t) &q->pgo_laundry);
860 thread_wakeup((event_t) (&q->pgo_laundry + 1));
2347 thread_wakeup(VM_PAGEOUT_GC_EVENT);
3910 thread_wakeup((event_t)&vm_pageout_waiter);
4315 thread_wakeup((event_t)&vm_page_free_wanted);
4372 thread_wakeup(&compressor_perf_test_pages_processed);
4777 thread_wakeup(&vm_pressure_thread);
4927 thread_wakeup(VM_PAGEOUT_GC_EVENT);
[all …]
/xnu-11215/osfmk/tests/
H A Dpmap_tests.c138 thread_wakeup((event_t)args); in pmap_disconnect_thread()
192 thread_wakeup((event_t)args); in pmap_remove_thread()
297 thread_wakeup((event_t)arg); in pmap_nest_thread()
453 thread_wakeup((event_t)(uintptr_t)&(args[j].stop)); in test_pmap_nesting()
586 thread_wakeup((event_t)args); in hugepv_remove_enter_thread()
615 thread_wakeup((event_t)args); in hugepv_fast_fault_thread()
638 thread_wakeup((event_t)args); in hugepv_cache_attr_thread()
H A Dtest_thread_call.c66 thread_wakeup(&wait_for_callback); in test_once_callback()
137 thread_wakeup(&wait_for_main); in test_once_thread_call()
H A Dvfp_state_test.c88 thread_wakeup((event_t) var); in wake_threads()
/xnu-11215/osfmk/arm64/
H A Dkpc.c626 thread_wakeup((event_t) &kpc_xcall_sync); in kpc_set_running_xcall()
646 thread_wakeup((event_t) &kpc_xread_sync); in kpc_get_curcpu_counters_xcall()
747 thread_wakeup((event_t) &kpc_config_sync); in kpc_set_config_xcall()
818 thread_wakeup((event_t) &kpc_reload_sync); in kpc_set_reload_xcall()
/xnu-11215/osfmk/ipc/
H A Dipc_voucher.h177 #define ivac_wakeup(ivac) thread_wakeup((event_t)(ivac))
/xnu-11215/bsd/net/pktsched/
H A Dpktsched_netem.c1141 (void) thread_wakeup((caddr_t)&ne->netem_flags); in nlc_enqueue()
1243 thread_wakeup((caddr_t)&ne->netem_output_thread); in netem_output_thread_cont()
1375 thread_wakeup((caddr_t)&ne->netem_flags); in netem_destroy()
1555 (void) thread_wakeup((caddr_t)&ne->netem_flags); in netem_set_params()
/xnu-11215/bsd/kern/
H A Dkern_synch.c429 thread_wakeup((caddr_t)chan); in wakeup()
/xnu-11215/osfmk/arm/
H A Dcpuid.c462 thread_wakeup((event_t)&cpuid_cache_info_p->c_valid); in do_cacheid()
H A Darm_init.c817 thread_wakeup(&ctrr_cluster_locked[cpu_data_ptr->cpu_cluster_id]); in arm_init_cpu()
/xnu-11215/osfmk/kperf/
H A Dpet.c272 thread_wakeup(&kppet); in kppet_wake_thread()
/xnu-11215/osfmk/i386/
H A Dpmap_common.c469 thread_wakeup(&pmap_user_pv_throttle_event); in mapping_replenish()
H A Dpmap_internal.h346 thread_wakeup(&mapping_replenish_event); in PV_HASHED_ALLOC()
379 thread_wakeup(&mapping_replenish_event); in PV_HASHED_KERN_ALLOC()
/xnu-11215/bsd/dev/arm64/
H A Ddtrace_isa.c115 thread_wakeup((event_t) &dt_xc_sync); in xcRemote()

123