Home
last modified time | relevance | path

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

/xnu-8796.121.2/osfmk/arm/
H A Dlocks.h129 #define lock_disable_preemption_for_thread(t) ({ \ macro
142 #define lock_disable_preemption_for_thread(t) ({ \ macro
/xnu-8796.121.2/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.c805 lock_disable_preemption_for_thread(thread); in lck_mtx_lock_contended()
915 lock_disable_preemption_for_thread(thread); in lck_mtx_lock_contended()
1011 lock_disable_preemption_for_thread(thread); in lck_mtx_lock_fastpath()
1122 lock_disable_preemption_for_thread(thread); in lck_mtx_try_lock_fastpath()
1189 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);
/xnu-8796.121.2/osfmk/i386/
H A Dlocks.h168 #define lock_disable_preemption_for_thread(t) disable_preemption_internal() macro