Home
last modified time | relevance | path

Searched refs:thread_block (Results 1 – 25 of 81) sorted by relevance

1234

/xnu-12377.41.6/osfmk/tests/
H A Dpmap_tests.c177 thread_block(THREAD_CONTINUE_NULL); in test_pmap_enter_disconnect()
237 thread_block(THREAD_CONTINUE_NULL); in test_pmap_compress_remove()
270 thread_block(THREAD_CONTINUE_NULL); in pmap_nest_thread()
289 thread_block(THREAD_CONTINUE_NULL); in pmap_nest_thread()
293 thread_block(THREAD_CONTINUE_NULL); in pmap_nest_thread()
402 thread_block(THREAD_CONTINUE_NULL); in test_pmap_nesting()
476 thread_block(THREAD_CONTINUE_NULL); in test_pmap_nesting()
497 thread_block(THREAD_CONTINUE_NULL); in test_pmap_nesting()
855 thread_block(THREAD_CONTINUE_NULL); in test_pmap_huge_pv_list()
1026 thread_block(THREAD_CONTINUE_NULL); in test_surt()
[all …]
H A Dvfp_state_test.c74 (void) thread_block(THREAD_CONTINUE_NULL); in wait_threads()
/xnu-12377.41.6/doc/primitives/
H A Dsched_cond.md9 `assert_wait`/`thread_block` & `thread_wake` patterns with fast paths.
36 thread_block(..., work_loop_continuation); // (D)
52 `assert_wait/thread_block` with atomic bit operations.
/xnu-12377.41.6/iokit/Kernel/
H A DIOSyncer.cpp100 thread_block(THREAD_CONTINUE_NULL); in wait()
H A DIOConditionLock.cpp210 thread_res = thread_block(THREAD_CONTINUE_NULL); /* block ourselves */ in lockWhen()
/xnu-12377.41.6/bsd/kern/
H A Dkern_synch.c262 (void) thread_block(_sleep_continue); in _sleep()
266 wait_result = thread_block(THREAD_CONTINUE_NULL); in _sleep()
H A Dkern_shutdown.c213 thread_block(THREAD_CONTINUE_NULL); in reboot_kernel()
555 thread_block(THREAD_CONTINUE_NULL); in sd_callback3()
/xnu-12377.41.6/osfmk/kern/
H A Dtest_mpsc_queue.c122 wr = thread_block(THREAD_CONTINUE_NULL); in mpsc_test_pingpong()
H A Dexclaves_aoe.c263 wait_result_t wr = thread_block(THREAD_CONTINUE_NULL); in exclaves_aoe_claim_work()
387 wait_result_t wr = thread_block(THREAD_CONTINUE_NULL); in exclaves_aoe_claim_message()
H A Dlock_rw.c980 res = thread_block(THREAD_CONTINUE_NULL);
1057 res = thread_block(THREAD_CONTINUE_NULL);
1376 res = thread_block(THREAD_CONTINUE_NULL);
1679 res = thread_block(THREAD_CONTINUE_NULL); in lck_rw_lock_shared_to_exclusive_success()
2698 res = thread_block(THREAD_CONTINUE_NULL); in lck_rw_sleep()
2760 res = thread_block(THREAD_CONTINUE_NULL); in lck_rw_sleep_deadline()
H A Dlocks.c1071 res = thread_block(THREAD_CONTINUE_NULL); in lck_spin_sleep_grp()
1112 res = thread_block(THREAD_CONTINUE_NULL); in lck_spin_sleep_deadline()
1156 res = thread_block(THREAD_CONTINUE_NULL); in lck_mtx_sleep()
1211 res = thread_block(THREAD_CONTINUE_NULL); in lck_mtx_sleep_deadline()
1408 ret = thread_block(THREAD_CONTINUE_NULL);
1746 ret = thread_block(THREAD_CONTINUE_NULL);
2377 *wait = thread_block(THREAD_CONTINUE_NULL); in gate_wait_turnstile()
H A Dexclaves_panic.c321 (void) thread_block(THREAD_CONTINUE_NULL); in exclaves_panic_thread_wait()
H A Dprocessor.c211 thread_block(THREAD_CONTINUE_NULL); in ipi_test()
218 thread_block(THREAD_CONTINUE_NULL); in ipi_test()
935 wait_result_t wait_result = thread_block(THREAD_CONTINUE_NULL); in processor_wait_for_start()
1212 thread_block(THREAD_CONTINUE_NULL); in processor_boot()
H A Dremote_time.c452 thread_block((thread_continue_t)bt_calibration_thread); in bt_calibration_thread()
H A Daffinity.c220 thread_block(THREAD_CONTINUE_NULL); in thread_affinity_set()
H A Dmpsc_queue.c440 thread_block(THREAD_CONTINUE_NULL); in mpsc_daemon_queue_cancel_and_wait()
/xnu-12377.41.6/osfmk/vm/
H A Dvm_compressor_backing_store.c851 thread_block((thread_continue_t)vm_swapfile_create_thread); in vm_swapfile_create_thread()
884 thread_block(THREAD_CONTINUE_NULL); in hibernate_pin_swap()
975 thread_block((thread_continue_t)vm_swapfile_gc_thread); in vm_swapfile_gc_thread()
1385 thread_block((thread_continue_t)vm_swapout_thread); in vm_swapout_thread()
1825 thread_block(THREAD_CONTINUE_NULL); in vm_swap_put()
1997 thread_block(THREAD_CONTINUE_NULL); in vm_swap_wait_on_trim_handling_in_progress()
2199 thread_block(THREAD_CONTINUE_NULL); in vm_swap_reclaim()
2238 thread_block(THREAD_CONTINUE_NULL); in vm_swap_reclaim()
H A Dvm_compressor.c1613 thread_block(THREAD_CONTINUE_NULL); in do_cseg_wedge_thread()
1637 thread_block(THREAD_CONTINUE_NULL); in c_seg_wait_on_busy()
2933 thread_block(THREAD_CONTINUE_NULL); in vm_run_compactor()
2990 thread_block(THREAD_CONTINUE_NULL); in vm_consider_swapping()
3601 thread_block(THREAD_CONTINUE_NULL); in vm_compressor_flush()
3642 wait_result = thread_block(THREAD_CONTINUE_NULL); in vm_compressor_flush()
3720 thread_block((thread_continue_t)vm_compressor_swap_trigger_thread); in vm_compressor_swap_trigger_thread()
4025 thread_block(THREAD_CONTINUE_NULL); in vm_compressor_compact_and_swap()
4293 thread_block(THREAD_CONTINUE_NULL); in c_seg_allocate()
5375 thread_block(THREAD_CONTINUE_NULL); in c_decompress_page()
[all …]
/xnu-12377.41.6/osfmk/console/
H A Dserial_general.c95 thread_block((thread_continue_t)serial_keyboard_poll); /* Wait for it */ in serial_keyboard_poll()
/xnu-12377.41.6/osfmk/ipc/
H A Dipc_mqueue.c501 wresult = thread_block(THREAD_CONTINUE_NULL); in ipc_mqueue_send_locked()
897 wresult = thread_block(ipc_mqueue_receive_continue); in ipc_mqueue_receive()
900 wresult = thread_block(THREAD_CONTINUE_NULL); in ipc_mqueue_receive()
/xnu-12377.41.6/osfmk/arm64/
H A Dplatform_tests.c698 thread_block(THREAD_CONTINUE_NULL); in lt_bound_thread()
1232 thread_block(THREAD_CONTINUE_NULL); in arm64_pan_test_thread()
1239 thread_block(THREAD_CONTINUE_NULL); in arm64_pan_test_thread()
1264 thread_block(THREAD_CONTINUE_NULL); in arm64_late_pan_test()
1470 thread_block(THREAD_CONTINUE_NULL); in ctrr_test()
1477 thread_block(THREAD_CONTINUE_NULL); in ctrr_test()
/xnu-12377.41.6/bsd/security/audit/
H A Daudit_bsd.c214 status = thread_block(function); in _audit_cv_wait_continuation()
/xnu-12377.41.6/osfmk/arm/
H A Dcpuid.c527 thread_block(THREAD_CONTINUE_NULL); in cache_info_type()
/xnu-12377.41.6/bsd/skywalk/nexus/netif/
H A Dnx_netif_mit.c271 (void) thread_block(THREAD_CONTINUE_NULL); in nx_netif_mit_init()
403 (void) thread_block(THREAD_CONTINUE_NULL); in nx_netif_mit_cleanup()
/xnu-12377.41.6/osfmk/i386/
H A Dpmap_common.c480 thread_block(THREAD_CONTINUE_NULL); in mapping_replenish()

1234