Home
last modified time | relevance | path

Searched refs:get_preemption_level_for_thread (Results 1 – 4 of 4) sorted by relevance

/xnu-8796.121.2/osfmk/arm/
H A Dlocks.h149 #define lock_preemption_level_for_thread(t) get_preemption_level_for_thread(t)
150 #define lock_preemption_disabled_for_thread(t) (get_preemption_level_for_thread(t) != 0)
H A Dcpu_data.h127 extern unsigned int get_preemption_level_for_thread(thread_t);
H A Darm_init.c695 if (get_preemption_level_for_thread(cpu_data_ptr->cpu_active_thread) != in arm_init_cpu()
698 get_preemption_level_for_thread(cpu_data_ptr->cpu_active_thread), in arm_init_cpu()
H A Dlocks_arm.c583 get_preemption_level_for_thread(thread_t thread) in get_preemption_level_for_thread() function
602 return get_preemption_level_for_thread(current_thread()); in get_preemption_level()