Home
last modified time | relevance | path

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

/xnu-12377.41.6/osfmk/kern/
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 Dtest_lock.c134 BASEPRI_KERNEL, &th); in hw_lck_ticket_allow_invalid_test()
H A Dthread_call.c107 .tcg_thread_pri = BASEPRI_KERNEL,
503 if (thread_pri <= BASEPRI_KERNEL) { in thread_call_thread_create()
H A Dthread.c1946 if (priority > BASEPRI_KERNEL) in kernel_thread_create()
H A Dtask.c1904 new_task->priority = BASEPRI_KERNEL; in task_create_internal()
/xnu-12377.41.6/osfmk/vm/
H A Dvm_reclaim.c1994 NULL, BASEPRI_KERNEL, &vm_reclaim_scavenger_thread); in vm_deferred_reclamation_init()
H A Dvm_object.c631 result = mpsc_daemon_queue_init_with_thread(&io_reprioritize_q, io_reprioritize, BASEPRI_KERNEL, in vm_io_reprioritize_init()