| /xnu-8019.80.24/bsd/kern/ |
| H A D | kern_synch.c | 192 if (mtx != NULL && chan != NULL && (thread_continue_t)continuation == THREAD_CONTINUE_NULL) { in _sleep() 258 if ((thread_continue_t)continuation != THREAD_CONTINUE_NULL) { in _sleep() 266 wait_result = thread_block(THREAD_CONTINUE_NULL); in _sleep()
|
| H A D | kern_shutdown.c | 193 thread_block(THREAD_CONTINUE_NULL); in reboot_kernel() 521 thread_block(THREAD_CONTINUE_NULL); in sd_callback3()
|
| /xnu-8019.80.24/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()
|
| H A D | IOCPU.cpp | 694 thread_block(THREAD_CONTINUE_NULL); in registerInterrupt()
|
| /xnu-8019.80.24/osfmk/kern/ |
| H A D | test_mpsc_queue.c | 119 wr = thread_block(THREAD_CONTINUE_NULL); in mpsc_test_pingpong()
|
| H A D | kern_types.h | 84 #define THREAD_CONTINUE_NULL ((thread_continue_t) NULL) macro
|
| H A D | syscall_subr.c | 615 thread_block_reason(THREAD_CONTINUE_NULL, NULL, AST_YIELD); in thread_yield_internal() 650 (void)thread_block_reason(THREAD_CONTINUE_NULL, NULL, ast); in thread_yield_to_preemption()
|
| H A D | lock_rw.c | 883 res = thread_block(THREAD_CONTINUE_NULL); in lck_rw_lock_exclusive_gen() 953 res = thread_block(THREAD_CONTINUE_NULL); in lck_rw_lock_exclusive_gen() 1201 res = thread_block(THREAD_CONTINUE_NULL); in lck_rw_lock_shared_gen() 1461 res = thread_block(THREAD_CONTINUE_NULL); in lck_rw_lock_shared_to_exclusive_success() 2371 res = thread_block(THREAD_CONTINUE_NULL); in lck_rw_sleep() 2433 res = thread_block(THREAD_CONTINUE_NULL); in lck_rw_sleep_deadline()
|
| H A D | locks.c | 1257 res = thread_block(THREAD_CONTINUE_NULL); in lck_spin_sleep_grp() 1298 res = thread_block(THREAD_CONTINUE_NULL); in lck_spin_sleep_deadline() 1342 res = thread_block(THREAD_CONTINUE_NULL); in lck_mtx_sleep() 1397 res = thread_block(THREAD_CONTINUE_NULL); in lck_mtx_sleep_deadline() 1487 thread_block(THREAD_CONTINUE_NULL); in lck_mtx_lock_wait() 1642 wait_result = thread_block(THREAD_CONTINUE_NULL); in mutex_pause() 1904 ret = thread_block(THREAD_CONTINUE_NULL); 2697 *wait = thread_block(THREAD_CONTINUE_NULL); in gate_wait_turnstile()
|
| H A D | ast.c | 100 thread_block_reason(THREAD_CONTINUE_NULL, NULL, urgent_reason); in thread_preempted_in_kernel()
|
| 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 | mpsc_queue.c | 407 thread_block(THREAD_CONTINUE_NULL); in mpsc_daemon_queue_cancel_and_wait()
|
| H A D | affinity.c | 220 thread_block(THREAD_CONTINUE_NULL); in thread_affinity_set()
|
| H A D | sched_prim.c | 1409 wresult = thread_block(THREAD_CONTINUE_NULL); in thread_stop() 1441 wresult = thread_block(THREAD_CONTINUE_NULL); in thread_stop() 1549 thread_block(THREAD_CONTINUE_NULL); in thread_wait() 1852 thread_block(THREAD_CONTINUE_NULL); in thread_vm_bind_group_add() 6518 thread_block(THREAD_CONTINUE_NULL); in sched_startup() 6713 thread_block(THREAD_CONTINUE_NULL); in sched_init_thread() 6902 thread_block_reason(THREAD_CONTINUE_NULL, NULL, ast); in thread_set_eager_preempt() 8126 thread_block(THREAD_CONTINUE_NULL); in thread_bind_cluster_type() 8197 thread_block(THREAD_CONTINUE_NULL); in thread_bind_cluster_id() 8260 thread_block(THREAD_CONTINUE_NULL); in sysctl_thread_bind_cpuid() [all …]
|
| H A D | clock_oldops.c | 607 wait_result = thread_block(THREAD_CONTINUE_NULL); in clock_sleep_internal()
|
| /xnu-8019.80.24/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-8019.80.24/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-8019.80.24/osfmk/vm/ |
| H A D | vm_compressor_backing_store.c | 808 thread_block(THREAD_CONTINUE_NULL); in hibernate_pin_swap() 1659 thread_block(THREAD_CONTINUE_NULL); in vm_swap_put() 1832 thread_block(THREAD_CONTINUE_NULL); in vm_swap_wait_on_trim_handling_in_progress() 2035 thread_block(THREAD_CONTINUE_NULL); in vm_swap_reclaim() 2074 thread_block(THREAD_CONTINUE_NULL); in vm_swap_reclaim()
|
| H A D | vm_compressor.c | 1284 thread_block(THREAD_CONTINUE_NULL); in do_cseg_wedge_thread() 1308 thread_block(THREAD_CONTINUE_NULL); in c_seg_wait_on_busy() 2463 thread_block(THREAD_CONTINUE_NULL); in vm_run_compactor() 2523 thread_block(THREAD_CONTINUE_NULL); in vm_consider_swapping() 2721 thread_block(THREAD_CONTINUE_NULL); in vm_compressor_flush() 2762 wait_result = thread_block(THREAD_CONTINUE_NULL); in vm_compressor_flush() 3122 thread_block(THREAD_CONTINUE_NULL); in vm_compressor_compact_and_swap() 3468 thread_block(THREAD_CONTINUE_NULL); in c_seg_allocate() 4284 thread_block(THREAD_CONTINUE_NULL); in c_decompress_page()
|
| /xnu-8019.80.24/osfmk/ipc/ |
| H A D | ipc_mqueue.c | 474 wresult = thread_block(THREAD_CONTINUE_NULL); in ipc_mqueue_send_locked() 912 wresult = thread_block(THREAD_CONTINUE_NULL); in ipc_mqueue_receive()
|
| /xnu-8019.80.24/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-8019.80.24/osfmk/i386/ |
| H A D | pmap_common.c | 461 thread_block(THREAD_CONTINUE_NULL); in mapping_replenish()
|
| /xnu-8019.80.24/pexpert/arm/ |
| H A D | pe_serial.c | 1022 thread_block(THREAD_CONTINUE_NULL); in serial_wait_for_interrupt()
|