Home
last modified time | relevance | path

Searched refs:thread_priority_floor_start (Results 1 – 10 of 10) sorted by relevance

/xnu-11215/osfmk/kern/
H A Drestartable.c611 token = thread_priority_floor_start(); in task_restartable_ranges_synchronize()
H A Dtest_lock.c533 token = thread_priority_floor_start(); in smr_sleepable_stress_test()
H A Dlock_rw.c2661 token = thread_priority_floor_start(); in lck_rw_sleep()
2723 token = thread_priority_floor_start(); in lck_rw_sleep_deadline()
H A Dlocks.c1150 token = thread_priority_floor_start(); in lck_mtx_sleep()
1205 token = thread_priority_floor_start(); in lck_mtx_sleep_deadline()
H A Dthread.h1810 extern thread_pri_floor_t thread_priority_floor_start(void);
H A Dthread.c2385 thread_priority_floor_start(void) in thread_priority_floor_start() function
/xnu-11215/osfmk/arm64/sptm/pmap/
H A Dpmap_data.h459 locked_pvh->pri_token = thread_priority_floor_start(); in pvh_lock_enter_sleep_mode()
/xnu-11215/osfmk/vm/
H A Dvm_compressor.c4571 token = thread_priority_floor_start(); in c_seg_swapin()
H A Dvm_object.c8406 out_token->pwt_floor_token = thread_priority_floor_start();
H A Dvm_fault.c1858 token = thread_priority_floor_start(); in vm_fault_page()