| /xnu-10063.141.1/osfmk/tests/ |
| H A D | pmap_tests.c | 173 thread_block(THREAD_CONTINUE_NULL); in test_pmap_enter_disconnect() 233 thread_block(THREAD_CONTINUE_NULL); in test_pmap_compress_remove() 262 thread_block(THREAD_CONTINUE_NULL); in pmap_nest_thread() 280 thread_block(THREAD_CONTINUE_NULL); in pmap_nest_thread() 284 thread_block(THREAD_CONTINUE_NULL); in pmap_nest_thread() 366 thread_block(THREAD_CONTINUE_NULL); in test_pmap_nesting() 432 thread_block(THREAD_CONTINUE_NULL); in test_pmap_nesting() 453 thread_block(THREAD_CONTINUE_NULL); in test_pmap_nesting() 812 thread_block(THREAD_CONTINUE_NULL); in test_pmap_huge_pv_list()
|
| H A D | vfp_state_test.c | 74 (void) thread_block(THREAD_CONTINUE_NULL); in wait_threads()
|
| /xnu-10063.141.1/doc/primitives/ |
| H A D | sched_cond.md | 9 `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-10063.141.1/iokit/Kernel/ |
| H A D | IOSyncer.cpp | 100 thread_block(THREAD_CONTINUE_NULL); in wait()
|
| H A D | IOConditionLock.cpp | 210 thread_res = thread_block(THREAD_CONTINUE_NULL); /* block ourselves */ in lockWhen()
|
| /xnu-10063.141.1/bsd/kern/ |
| H A D | kern_synch.c | 262 (void) thread_block(_sleep_continue); in _sleep() 266 wait_result = thread_block(THREAD_CONTINUE_NULL); in _sleep()
|
| H A D | kern_shutdown.c | 204 thread_block(THREAD_CONTINUE_NULL); in reboot_kernel() 541 thread_block(THREAD_CONTINUE_NULL); in sd_callback3()
|
| /xnu-10063.141.1/osfmk/kern/ |
| H A D | test_mpsc_queue.c | 122 wr = thread_block(THREAD_CONTINUE_NULL); in mpsc_test_pingpong()
|
| H A D | lock_rw.c | 964 res = thread_block(THREAD_CONTINUE_NULL); 1041 res = thread_block(THREAD_CONTINUE_NULL); 1344 res = thread_block(THREAD_CONTINUE_NULL); 1645 res = thread_block(THREAD_CONTINUE_NULL); in lck_rw_lock_shared_to_exclusive_success() 2597 res = thread_block(THREAD_CONTINUE_NULL); in lck_rw_sleep() 2659 res = thread_block(THREAD_CONTINUE_NULL); in lck_rw_sleep_deadline()
|
| H A D | locks.c | 1071 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 D | exclaves_panic.c | 306 (void) thread_block(THREAD_CONTINUE_NULL); in exclaves_panic_thread_wait()
|
| H A D | processor.c | 169 thread_block(THREAD_CONTINUE_NULL); in ipi_test() 176 thread_block(THREAD_CONTINUE_NULL); in ipi_test() 772 wait_result_t wait_result = thread_block(THREAD_CONTINUE_NULL); in processor_wait_for_start() 816 thread_block(THREAD_CONTINUE_NULL); in processor_startup()
|
| H A D | remote_time.c | 452 thread_block((thread_continue_t)bt_calibration_thread); in bt_calibration_thread()
|
| H A D | sched_proto.c | 306 thread_block((thread_continue_t)sched_proto_maintenance_continuation); in sched_proto_maintenance_continuation()
|
| H A D | sched_prim.c | 1507 wresult = thread_block(THREAD_CONTINUE_NULL); in thread_stop() 1539 wresult = thread_block(THREAD_CONTINUE_NULL); in thread_stop() 1647 thread_block(THREAD_CONTINUE_NULL); in thread_wait() 1989 thread_block(THREAD_CONTINUE_NULL); in thread_vm_bind_group_add() 3930 thread_block( in thread_block() function 6763 thread_block(idle_thread); in idle_thread() 6835 thread_block(THREAD_CONTINUE_NULL); in sched_startup() 6969 thread_block((thread_continue_t)sched_timeshare_maintenance_continue); in sched_timeshare_maintenance_continue() 7041 thread_block(THREAD_CONTINUE_NULL); in sched_init_thread() 7398 thread_block((thread_continue_t)sched_update_powered_cores_continue); in sched_update_powered_cores_continue() [all …]
|
| H A D | affinity.c | 220 thread_block(THREAD_CONTINUE_NULL); in thread_affinity_set()
|
| H A D | mpsc_queue.c | 454 thread_block(THREAD_CONTINUE_NULL); in mpsc_daemon_queue_cancel_and_wait()
|
| /xnu-10063.141.1/osfmk/vm/ |
| H A D | vm_compressor_backing_store.c | 831 thread_block((thread_continue_t)vm_swapfile_create_thread); in vm_swapfile_create_thread() 864 thread_block(THREAD_CONTINUE_NULL); in hibernate_pin_swap() 955 thread_block((thread_continue_t)vm_swapfile_gc_thread); in vm_swapfile_gc_thread() 1365 thread_block((thread_continue_t)vm_swapout_thread); in vm_swapout_thread() 1802 thread_block(THREAD_CONTINUE_NULL); in vm_swap_put() 1975 thread_block(THREAD_CONTINUE_NULL); in vm_swap_wait_on_trim_handling_in_progress() 2177 thread_block(THREAD_CONTINUE_NULL); in vm_swap_reclaim() 2216 thread_block(THREAD_CONTINUE_NULL); in vm_swap_reclaim()
|
| H A D | vm_compressor.c | 1494 thread_block(THREAD_CONTINUE_NULL); in do_cseg_wedge_thread() 1518 thread_block(THREAD_CONTINUE_NULL); in c_seg_wait_on_busy() 2765 thread_block(THREAD_CONTINUE_NULL); in vm_run_compactor() 2821 thread_block(THREAD_CONTINUE_NULL); in vm_consider_swapping() 3376 thread_block(THREAD_CONTINUE_NULL); in vm_compressor_flush() 3417 wait_result = thread_block(THREAD_CONTINUE_NULL); in vm_compressor_flush() 3495 thread_block((thread_continue_t)vm_compressor_swap_trigger_thread); in vm_compressor_swap_trigger_thread() 3797 thread_block(THREAD_CONTINUE_NULL); in vm_compressor_compact_and_swap() 4043 thread_block(THREAD_CONTINUE_NULL); in c_seg_allocate() 4953 thread_block(THREAD_CONTINUE_NULL); in c_decompress_page() [all …]
|
| /xnu-10063.141.1/osfmk/console/ |
| H A D | serial_general.c | 95 thread_block((thread_continue_t)serial_keyboard_poll); /* Wait for it */ in serial_keyboard_poll()
|
| /xnu-10063.141.1/osfmk/arm64/ |
| H A D | platform_tests.c | 643 thread_block(THREAD_CONTINUE_NULL); in lt_bound_thread() 1185 thread_block(THREAD_CONTINUE_NULL); in arm64_pan_test_thread() 1192 thread_block(THREAD_CONTINUE_NULL); in arm64_pan_test_thread() 1217 thread_block(THREAD_CONTINUE_NULL); in arm64_late_pan_test() 1421 thread_block(THREAD_CONTINUE_NULL); in ctrr_test() 1428 thread_block(THREAD_CONTINUE_NULL); in ctrr_test()
|
| /xnu-10063.141.1/osfmk/ipc/ |
| H A D | ipc_mqueue.c | 526 wresult = thread_block(THREAD_CONTINUE_NULL); in ipc_mqueue_send_locked() 957 wresult = thread_block(ipc_mqueue_receive_continue); in ipc_mqueue_receive() 960 wresult = thread_block(THREAD_CONTINUE_NULL); in ipc_mqueue_receive()
|
| /xnu-10063.141.1/bsd/security/audit/ |
| H A D | audit_bsd.c | 214 status = thread_block(function); in _audit_cv_wait_continuation()
|
| /xnu-10063.141.1/bsd/skywalk/nexus/netif/ |
| H A D | nx_netif_mit.c | 270 (void) thread_block(THREAD_CONTINUE_NULL); in nx_netif_mit_init() 402 (void) thread_block(THREAD_CONTINUE_NULL); in nx_netif_mit_cleanup()
|
| /xnu-10063.141.1/osfmk/i386/ |
| H A D | pmap_common.c | 461 thread_block(THREAD_CONTINUE_NULL); in mapping_replenish()
|