Home
last modified time | relevance | path

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

/xnu-8020.140.41/osfmk/kern/
H A Dtest_lock.c117 BASEPRI_KERNEL, &th); in hw_lck_ticket_allow_invalid_test()
H A Dsched.h151 #define BASEPRI_KERNEL (MINPRI_KERNEL + 1) /* 81 */ macro
H A Dremote_time.c460 NULL, BASEPRI_KERNEL, &thread); in bt_calibration_thread_start()
H A Dthread_call.c104 .tcg_thread_pri = BASEPRI_KERNEL,
486 if (thread_pri <= BASEPRI_KERNEL) { in thread_call_thread_create()
H A Dthread.c1800 if (priority > BASEPRI_KERNEL) in kernel_thread_create()
H A Dtask.c1599 new_task->priority = BASEPRI_KERNEL; in task_create_internal()