| /xnu-8020.140.41/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-8020.140.41/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 | 196 thread_block(THREAD_CONTINUE_NULL); in reboot_kernel() 529 thread_block(THREAD_CONTINUE_NULL); in sd_callback3()
|
| /xnu-8020.140.41/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 | 881 res = thread_block(THREAD_CONTINUE_NULL); in lck_rw_lock_exclusive_gen() 951 res = thread_block(THREAD_CONTINUE_NULL); in lck_rw_lock_exclusive_gen() 1199 res = thread_block(THREAD_CONTINUE_NULL); in lck_rw_lock_shared_gen() 1459 res = thread_block(THREAD_CONTINUE_NULL); in lck_rw_lock_shared_to_exclusive_success() 2415 res = thread_block(THREAD_CONTINUE_NULL); in lck_rw_sleep() 2477 res = thread_block(THREAD_CONTINUE_NULL); in lck_rw_sleep_deadline()
|
| H A D | locks.c | 979 res = thread_block(THREAD_CONTINUE_NULL); in lck_spin_sleep_grp() 1020 res = thread_block(THREAD_CONTINUE_NULL); in lck_spin_sleep_deadline() 1064 res = thread_block(THREAD_CONTINUE_NULL); in lck_mtx_sleep() 1119 res = thread_block(THREAD_CONTINUE_NULL); in lck_mtx_sleep_deadline() 1209 thread_block(THREAD_CONTINUE_NULL); in lck_mtx_lock_wait() 1364 wait_result = thread_block(THREAD_CONTINUE_NULL); in mutex_pause() 1553 ret = thread_block(THREAD_CONTINUE_NULL); 2346 *wait = thread_block(THREAD_CONTINUE_NULL); in gate_wait_turnstile()
|
| H A D | machine.c | 298 thread_block(THREAD_CONTINUE_NULL); in processor_doshutdown() 429 thread_block(idle_thread); in processor_offline()
|
| H A D | processor.c | 168 thread_block(THREAD_CONTINUE_NULL); in ipi_test() 175 thread_block(THREAD_CONTINUE_NULL); in ipi_test() 792 thread_block(THREAD_CONTINUE_NULL); in processor_start()
|
| H A D | sched_prim.c | 1391 wresult = thread_block(THREAD_CONTINUE_NULL); in thread_stop() 1423 wresult = thread_block(THREAD_CONTINUE_NULL); in thread_stop() 1531 thread_block(THREAD_CONTINUE_NULL); in thread_wait() 1812 thread_block(THREAD_CONTINUE_NULL); in thread_vm_bind_group_add() 3730 thread_block( in thread_block() function 6372 thread_block(idle_thread); in idle_thread() 6446 thread_block(THREAD_CONTINUE_NULL); in sched_startup() 6570 thread_block((thread_continue_t)sched_timeshare_maintenance_continue); in sched_timeshare_maintenance_continue() 6641 thread_block(THREAD_CONTINUE_NULL); in sched_init_thread() 8091 thread_block(THREAD_CONTINUE_NULL); in thread_bind_cluster_type() [all …]
|
| 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 | affinity.c | 220 thread_block(THREAD_CONTINUE_NULL); in thread_affinity_set()
|
| H A D | mpsc_queue.c | 437 thread_block(THREAD_CONTINUE_NULL); in mpsc_daemon_queue_cancel_and_wait()
|
| H A D | startup.c | 897 thread_block(idle_thread); in processor_start_thread()
|
| /xnu-8020.140.41/osfmk/arm64/ |
| H A D | platform_tests.c | 653 thread_block(THREAD_CONTINUE_NULL); in lt_bound_thread() 1245 thread_block(THREAD_CONTINUE_NULL); in arm64_pan_test_thread() 1252 thread_block(THREAD_CONTINUE_NULL); in arm64_pan_test_thread() 1277 thread_block(THREAD_CONTINUE_NULL); in arm64_late_pan_test() 1481 thread_block(THREAD_CONTINUE_NULL); in ctrr_test() 1488 thread_block(THREAD_CONTINUE_NULL); in ctrr_test()
|
| /xnu-8020.140.41/osfmk/vm/ |
| H A D | vm_compressor_backing_store.c | 770 thread_block((thread_continue_t)vm_swapfile_create_thread); in vm_swapfile_create_thread() 803 thread_block(THREAD_CONTINUE_NULL); in hibernate_pin_swap() 894 thread_block((thread_continue_t)vm_swapfile_gc_thread); in vm_swapfile_gc_thread() 1236 thread_block((thread_continue_t)vm_swapout_thread); in vm_swapout_thread() 1654 thread_block(THREAD_CONTINUE_NULL); in vm_swap_put() 1827 thread_block(THREAD_CONTINUE_NULL); in vm_swap_wait_on_trim_handling_in_progress() 2029 thread_block(THREAD_CONTINUE_NULL); in vm_swap_reclaim() 2068 thread_block(THREAD_CONTINUE_NULL); in vm_swap_reclaim()
|
| H A D | vm_compressor.c | 1327 thread_block(THREAD_CONTINUE_NULL); in do_cseg_wedge_thread() 1351 thread_block(THREAD_CONTINUE_NULL); in c_seg_wait_on_busy() 2507 thread_block(THREAD_CONTINUE_NULL); in vm_run_compactor() 2567 thread_block(THREAD_CONTINUE_NULL); in vm_consider_swapping() 2765 thread_block(THREAD_CONTINUE_NULL); in vm_compressor_flush() 2806 wait_result = thread_block(THREAD_CONTINUE_NULL); in vm_compressor_flush() 2884 thread_block((thread_continue_t)vm_compressor_swap_trigger_thread); in vm_compressor_swap_trigger_thread() 3177 thread_block(THREAD_CONTINUE_NULL); in vm_compressor_compact_and_swap() 3523 thread_block(THREAD_CONTINUE_NULL); in c_seg_allocate() 4436 thread_block(THREAD_CONTINUE_NULL); in c_decompress_page()
|
| /xnu-8020.140.41/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-8020.140.41/osfmk/tests/ |
| H A D | vfp_state_test.c | 82 (void) thread_block(THREAD_CONTINUE_NULL); in wait_threads()
|
| H A D | pmap_tests.c | 115 thread_block(THREAD_CONTINUE_NULL); in test_pmap_enter_disconnect()
|
| /xnu-8020.140.41/osfmk/ipc/ |
| H A D | ipc_mqueue.c | 441 wresult = thread_block(THREAD_CONTINUE_NULL); in ipc_mqueue_send_locked() 874 thread_block(ipc_mqueue_receive_continue); in ipc_mqueue_receive() 878 wresult = thread_block(THREAD_CONTINUE_NULL); in ipc_mqueue_receive()
|
| /xnu-8020.140.41/bsd/security/audit/ |
| H A D | audit_bsd.c | 214 status = thread_block(function); in _audit_cv_wait_continuation()
|
| /xnu-8020.140.41/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-8020.140.41/osfmk/i386/ |
| H A D | pmap_common.c | 461 thread_block(THREAD_CONTINUE_NULL); in mapping_replenish()
|