| /xnu-11215/osfmk/kern/ |
| H A D | thread_policy.c | 371 thread_lock(thread); in thread_policy_set_internal() 429 thread_lock(thread); in thread_policy_set_internal() 471 thread_lock(thread); in thread_policy_set_internal() 664 thread_lock(thread); in thread_set_mode_and_absolute_pri_internal() 733 thread_lock(thread); in thread_freeze_base_pri() 750 thread_lock(thread); in thread_unfreeze_base_pri() 811 thread_lock(thread); in thread_reset_workq_qos() 842 thread_lock(thread); in thread_set_workq_override() 879 thread_lock(thread); in thread_set_workq_pri() 1037 thread_lock(thread); in thread_update_qos_cpu_time() [all …]
|
| H A D | syscall_subr.c | 436 thread_lock(self); in thread_depress_abstime() 477 thread_lock(thread); in thread_depress_expire() 502 thread_lock(thread); in thread_depress_abort() 569 thread_lock(self); in thread_poll_yield() 645 thread_lock(self); in thread_yield_to_preemption()
|
| H A D | thread_act.c | 209 thread_lock(thread); in thread_start_in_assert_wait() 225 thread_lock(thread); in thread_start_in_assert_wait() 516 thread_lock(thread); in act_abort() 569 thread_lock(thread); in thread_abort_safely() 1104 thread_lock(thread); in thread_set_apc_ast() 1184 thread_lock(thread); in thread_apc_ast() 1377 thread_lock(thread); in act_set_ast() 1472 thread_lock(thread); in act_set_ast_reset_pcs()
|
| H A D | sched_prim.c | 945 thread_lock(thread); in thread_timer_expire() 1628 thread_lock(thread); in thread_stop() 1720 thread_lock(thread); in thread_unstop() 1761 thread_lock(thread); in thread_wait() 1866 thread_lock(thread); in clear_wait() 1990 thread_lock(self); in thread_bind() 2021 thread_lock(thread); in thread_unbind_after_queue_shutdown() 3920 thread_lock(self); in thread_dispatch() 4077 thread_lock(self); in thread_block_reason() 4142 thread_lock(self); in thread_run() [all …]
|
| H A D | waitq.c | 838 thread_lock(thread); in waitq_select_queue_add() 915 thread_lock(thread); in waitq_select_queue_flush() 1356 thread_lock(thread); in waitq_assert_wait64_locked() 1381 thread_lock(thread); in waitq_assert_wait64_locked() 1457 thread_lock(thread); in waitq_pull_thread_locked() 1493 thread_lock(thread); in waitq_clear_promotion_locked() 1651 thread_lock(thread); in waitq_resume_identified_thread() 1674 thread_lock(thread); in waitq_resume_and_bind_identified_thread() 1708 thread_lock(thread); in waitq_wakeup64_thread_and_unlock()
|
| H A D | thread.c | 475 thread_lock(thread); in thread_terminate_self() 640 thread_lock(thread); in thread_terminate_self() 666 thread_lock(thread); in thread_terminate_self() 698 thread_lock(thread); in thread_terminate_self() 1217 thread_lock(thread); in thread_stack_queue_invoke() 2066 thread_lock(thread); in thread_info_internal() 2086 thread_lock(thread); in thread_info_internal() 2105 thread_lock(thread); in thread_info_internal() 2149 thread_lock(thread); in thread_info_internal() 3105 thread_lock(thread); in thread_shared_rsrc_policy_set() [all …]
|
| H A D | affinity.c | 460 thread_lock(thread); in affinity_set_add() 476 thread_lock(thread); in affinity_set_remove()
|
| H A D | thread_group.c | 887 thread_lock(t); in thread_set_preadopt_thread_group() 1047 thread_lock(t); in thread_set_thread_group() 1075 thread_lock(t); in thread_group_set_bank() 1152 thread_lock(t); in thread_set_work_interval_thread_group()
|
| H A D | ast.c | 331 thread_lock(thread); in ast_taken_user()
|
| H A D | turnstile.c | 1661 thread_lock(thread); in thread_add_turnstile_promotion() 1730 thread_lock(thread); in thread_remove_turnstile_promotion() 1898 thread_lock(thread); in thread_update_turnstile_promotion() 2738 thread_lock(thread); in turnstile_update_inheritor_priority_chain() 2964 thread_lock(thread_inheritor); in turnstile_update_inheritor_thread_priority_chain() 3138 thread_lock(thread); in thread_update_waiting_turnstile_priority_chain()
|
| H A D | sfi.c | 994 thread_lock(thread); in sfi_ast() 1050 thread_lock(thread); in sfi_reevaluate()
|
| H A D | priority.c | 146 thread_lock(thread); in thread_quantum_expire() 346 thread_lock(thread); in sched_set_kernel_thread_priority()
|
| H A D | sched_dualq.c | 413 thread_lock(thread); in sched_dualq_processor_queue_shutdown()
|
| H A D | bsd_kern.c | 1023 thread_lock(th); in current_thread_aborted() 1082 thread_lock(thread); in fill_taskprocinfo()
|
| H A D | sched_amp.c | 445 thread_lock(thread); in sched_amp_processor_queue_shutdown()
|
| H A D | sched_clutch.c | 3438 thread_lock(thread); in sched_clutch_processor_queue_shutdown() 4007 thread_lock(thread); in sched_edge_processor_queue_shutdown() 4943 thread_lock(thread); in sched_edge_run_drained_threads() 5187 thread_lock(thread); in sched_edge_pset_made_schedulable()
|
| H A D | work_interval.c | 903 thread_lock(thread); in thread_set_work_interval()
|
| H A D | thread.h | 1164 #define thread_lock(th) simple_lock(&(th)->sched_lock, &thread_lck_grp) macro
|
| H A D | task.c | 6668 thread_lock(thread); in task_power_info_locked() 6729 thread_lock(thread); in task_gpu_utilisation() 6821 thread_lock(thread); in task_vtimer_set() 6832 thread_lock(thread); in task_vtimer_set() 6842 thread_lock(thread); in task_vtimer_set() 6880 thread_lock(thread); in task_vtimer_update()
|
| H A D | lock_rw.c | 2817 thread_lock(thread); in lck_rw_clear_promotion()
|
| /xnu-11215/tests/sched/sched_test_harness/shadow_headers/ |
| H A D | misc_needed_deps.c | 21 #define thread_lock(x) (void)x macro
|
| /xnu-11215/osfmk/i386/ |
| H A D | pcb_native.c | 679 thread_lock(thread); in thread_set_wq_state32() 728 thread_lock(thread); in thread_set_wq_state64()
|
| /xnu-11215/osfmk/arm64/ |
| H A D | status.c | 2228 thread_lock(thread); in thread_set_wq_state32() 2265 thread_lock(thread); in thread_set_wq_state64()
|
| /xnu-11215/osfmk/vm/ |
| H A D | vm_compressor_backing_store.c | 509 thread_lock(thread); in vm_compressor_swap_init()
|
| /xnu-11215/osfmk/bank/ |
| H A D | bank.c | 1950 thread_lock(thread); in bank_swap_thread_bank_ledger()
|