Home
last modified time | relevance | path

Searched refs:lock_disable_preemption_for_thread (Results 1 – 7 of 7) sorted by relevance

/xnu-10063.101.15/osfmk/arm/
H A Dlocks.h110 #define lock_disable_preemption_for_thread(t) ({ \ macro
123 #define lock_disable_preemption_for_thread(t) ({ \ macro
/xnu-10063.101.15/osfmk/kern/
H A Dlock_ticket.c209 lock_disable_preemption_for_thread(current_thread()); in hw_lck_ticket_init_locked()
638 lock_disable_preemption_for_thread(current_thread()); in hw_lck_ticket_lock()
678 lock_disable_preemption_for_thread(current_thread()); in hw_lck_ticket_lock_to()
704 lock_disable_preemption_for_thread(cthread); in lck_ticket_lock()
726 lock_disable_preemption_for_thread(current_thread()); in hw_lck_ticket_lock_try_internal()
766 lock_disable_preemption_for_thread(cthread); in lck_ticket_lock_try_internal()
850 lock_disable_preemption_for_thread(current_thread()); in hw_lck_ticket_reserve()
860 lock_disable_preemption_for_thread(current_thread()); in hw_lck_ticket_reserve_allow_invalid()
H A Dlock_mtx.c812 lock_disable_preemption_for_thread(thread); in lck_mtx_lock_contended()
922 lock_disable_preemption_for_thread(thread); in lck_mtx_lock_contended()
1018 lock_disable_preemption_for_thread(thread); in lck_mtx_lock_fastpath()
1129 lock_disable_preemption_for_thread(thread); in lck_mtx_try_lock_fastpath()
1196 lock_disable_preemption_for_thread(thread); in lck_mtx_unlock_contended()
H A Dlock_ptr.c295 lock_disable_preemption_for_thread(current_thread()); in hw_lck_ptr_lock()
H A Dlocks.c696 lock_disable_preemption_for_thread(thread);
727 lock_disable_preemption_for_thread(thread);
769 lock_disable_preemption_for_thread(thread);
H A Dsmr.c698 lock_disable_preemption_for_thread(self); in smr_enter_sleepable()
861 lock_disable_preemption_for_thread(self); in smr_leave_sleepable()
1457 lock_disable_preemption_for_thread(current_thread()); in smr_call()
/xnu-10063.101.15/osfmk/i386/
H A Dlocks.h158 #define lock_disable_preemption_for_thread(t) disable_preemption_internal() macro