Home
last modified time | relevance | path

Searched refs:thread_lock (Results 1 – 25 of 28) sorted by relevance

12

/xnu-11215/osfmk/kern/
H A Dthread_policy.c371 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 Dsyscall_subr.c436 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 Dthread_act.c209 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 Dsched_prim.c945 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 Dwaitq.c838 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 Dthread.c475 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 Daffinity.c460 thread_lock(thread); in affinity_set_add()
476 thread_lock(thread); in affinity_set_remove()
H A Dthread_group.c887 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 Dast.c331 thread_lock(thread); in ast_taken_user()
H A Dturnstile.c1661 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 Dsfi.c994 thread_lock(thread); in sfi_ast()
1050 thread_lock(thread); in sfi_reevaluate()
H A Dpriority.c146 thread_lock(thread); in thread_quantum_expire()
346 thread_lock(thread); in sched_set_kernel_thread_priority()
H A Dsched_dualq.c413 thread_lock(thread); in sched_dualq_processor_queue_shutdown()
H A Dbsd_kern.c1023 thread_lock(th); in current_thread_aborted()
1082 thread_lock(thread); in fill_taskprocinfo()
H A Dsched_amp.c445 thread_lock(thread); in sched_amp_processor_queue_shutdown()
H A Dsched_clutch.c3438 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 Dwork_interval.c903 thread_lock(thread); in thread_set_work_interval()
H A Dthread.h1164 #define thread_lock(th) simple_lock(&(th)->sched_lock, &thread_lck_grp) macro
H A Dtask.c6668 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 Dlock_rw.c2817 thread_lock(thread); in lck_rw_clear_promotion()
/xnu-11215/tests/sched/sched_test_harness/shadow_headers/
H A Dmisc_needed_deps.c21 #define thread_lock(x) (void)x macro
/xnu-11215/osfmk/i386/
H A Dpcb_native.c679 thread_lock(thread); in thread_set_wq_state32()
728 thread_lock(thread); in thread_set_wq_state64()
/xnu-11215/osfmk/arm64/
H A Dstatus.c2228 thread_lock(thread); in thread_set_wq_state32()
2265 thread_lock(thread); in thread_set_wq_state64()
/xnu-11215/osfmk/vm/
H A Dvm_compressor_backing_store.c509 thread_lock(thread); in vm_compressor_swap_init()
/xnu-11215/osfmk/bank/
H A Dbank.c1950 thread_lock(thread); in bank_swap_thread_bank_ledger()

12