Home
last modified time | relevance | path

Searched refs:THREAD_CONTINUE_NULL (Results 1 – 25 of 67) sorted by relevance

123

/xnu-8792.41.9/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()
H A DIOCPU.cpp691 thread_block(THREAD_CONTINUE_NULL); in registerInterrupt()
/xnu-8792.41.9/osfmk/kern/
H A Dtest_mpsc_queue.c122 wr = thread_block(THREAD_CONTINUE_NULL); in mpsc_test_pingpong()
H A Dkern_types.h95 #define THREAD_CONTINUE_NULL ((thread_continue_t) NULL) macro
H A Dsyscall_subr.c615 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 Dlock_rw.c961 res = thread_block(THREAD_CONTINUE_NULL);
1038 res = thread_block(THREAD_CONTINUE_NULL);
1341 res = thread_block(THREAD_CONTINUE_NULL);
1654 res = thread_block(THREAD_CONTINUE_NULL); in lck_rw_lock_shared_to_exclusive_success()
2617 res = thread_block(THREAD_CONTINUE_NULL); in lck_rw_sleep()
2679 res = thread_block(THREAD_CONTINUE_NULL); in lck_rw_sleep_deadline()
H A Dlocks.c1014 res = thread_block(THREAD_CONTINUE_NULL); in lck_spin_sleep_grp()
1055 res = thread_block(THREAD_CONTINUE_NULL); in lck_spin_sleep_deadline()
1099 res = thread_block(THREAD_CONTINUE_NULL); in lck_mtx_sleep()
1154 res = thread_block(THREAD_CONTINUE_NULL); in lck_mtx_sleep_deadline()
1335 ret = thread_block(THREAD_CONTINUE_NULL);
1767 ret = thread_block(THREAD_CONTINUE_NULL);
2398 *wait = thread_block(THREAD_CONTINUE_NULL); in gate_wait_turnstile()
H A Dast.c100 thread_block_reason(THREAD_CONTINUE_NULL, NULL, urgent_reason); in thread_preempted_in_kernel()
H A Dprocessor.c168 thread_block(THREAD_CONTINUE_NULL); in ipi_test()
175 thread_block(THREAD_CONTINUE_NULL); in ipi_test()
753 wait_result_t wait_result = thread_block(THREAD_CONTINUE_NULL); in processor_wait_for_start()
797 thread_block(THREAD_CONTINUE_NULL); in processor_startup()
H A Dmpsc_queue.c452 thread_block(THREAD_CONTINUE_NULL); in mpsc_daemon_queue_cancel_and_wait()
H A Daffinity.c220 thread_block(THREAD_CONTINUE_NULL); in thread_affinity_set()
H A Dlock_mtx.c613 thread_block(THREAD_CONTINUE_NULL); in lck_mtx_lock_wait()
1436 wait_result = thread_block(THREAD_CONTINUE_NULL); in mutex_pause()
H A Dsched_prim.c1474 wresult = thread_block(THREAD_CONTINUE_NULL); in thread_stop()
1506 wresult = thread_block(THREAD_CONTINUE_NULL); in thread_stop()
1614 thread_block(THREAD_CONTINUE_NULL); in thread_wait()
1895 thread_block(THREAD_CONTINUE_NULL); in thread_vm_bind_group_add()
6486 thread_block(THREAD_CONTINUE_NULL); in sched_startup()
6691 thread_block(THREAD_CONTINUE_NULL); in sched_init_thread()
6880 thread_block_reason(THREAD_CONTINUE_NULL, NULL, ast); in thread_set_eager_preempt()
8600 thread_block(THREAD_CONTINUE_NULL); in thread_bind_cluster_type()
8671 thread_block(THREAD_CONTINUE_NULL); in thread_bind_cluster_id()
8734 thread_block(THREAD_CONTINUE_NULL); in sysctl_thread_bind_cpuid()
[all …]
H A Dclock_oldops.c552 wait_result = thread_block(THREAD_CONTINUE_NULL); in clock_sleep_internal()
/xnu-8792.41.9/osfmk/arm64/
H A Dplatform_tests.c638 thread_block(THREAD_CONTINUE_NULL); in lt_bound_thread()
1246 thread_block(THREAD_CONTINUE_NULL); in arm64_pan_test_thread()
1253 thread_block(THREAD_CONTINUE_NULL); in arm64_pan_test_thread()
1278 thread_block(THREAD_CONTINUE_NULL); in arm64_late_pan_test()
1482 thread_block(THREAD_CONTINUE_NULL); in ctrr_test()
1489 thread_block(THREAD_CONTINUE_NULL); in ctrr_test()
/xnu-8792.41.9/osfmk/tests/
H A Dvfp_state_test.c74 (void) thread_block(THREAD_CONTINUE_NULL); in wait_threads()
H A Dpmap_tests.c115 thread_block(THREAD_CONTINUE_NULL); in test_pmap_enter_disconnect()
/xnu-8792.41.9/bsd/kern/
H A Dkern_shutdown.c203 thread_block(THREAD_CONTINUE_NULL); in reboot_kernel()
534 thread_block(THREAD_CONTINUE_NULL); in sd_callback3()
H A Dkern_synch.c266 wait_result = thread_block(THREAD_CONTINUE_NULL); in _sleep()
/xnu-8792.41.9/osfmk/vm/
H A Dvm_compressor_backing_store.c861 thread_block(THREAD_CONTINUE_NULL); in hibernate_pin_swap()
1798 thread_block(THREAD_CONTINUE_NULL); in vm_swap_put()
1971 thread_block(THREAD_CONTINUE_NULL); in vm_swap_wait_on_trim_handling_in_progress()
2173 thread_block(THREAD_CONTINUE_NULL); in vm_swap_reclaim()
2212 thread_block(THREAD_CONTINUE_NULL); in vm_swap_reclaim()
H A Dvm_compressor.c1500 thread_block(THREAD_CONTINUE_NULL); in do_cseg_wedge_thread()
1524 thread_block(THREAD_CONTINUE_NULL); in c_seg_wait_on_busy()
2772 thread_block(THREAD_CONTINUE_NULL); in vm_run_compactor()
2832 thread_block(THREAD_CONTINUE_NULL); in vm_consider_swapping()
3381 thread_block(THREAD_CONTINUE_NULL); in vm_compressor_flush()
3422 wait_result = thread_block(THREAD_CONTINUE_NULL); in vm_compressor_flush()
3802 thread_block(THREAD_CONTINUE_NULL); in vm_compressor_compact_and_swap()
4048 thread_block(THREAD_CONTINUE_NULL); in c_seg_allocate()
4955 thread_block(THREAD_CONTINUE_NULL); in c_decompress_page()
/xnu-8792.41.9/osfmk/ipc/
H A Dipc_mqueue.c447 wresult = thread_block(THREAD_CONTINUE_NULL); in ipc_mqueue_send_locked()
878 wresult = thread_block(THREAD_CONTINUE_NULL); in ipc_mqueue_receive()
/xnu-8792.41.9/bsd/skywalk/nexus/netif/
H A Dnx_netif_mit.c270 (void) thread_block(THREAD_CONTINUE_NULL); in nx_netif_mit_init()
402 (void) thread_block(THREAD_CONTINUE_NULL); in nx_netif_mit_cleanup()
/xnu-8792.41.9/osfmk/i386/
H A Dpmap_common.c461 thread_block(THREAD_CONTINUE_NULL); in mapping_replenish()

123