Home
last modified time | relevance | path

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

/xnu-8792.81.2/bsd/kern/
H A Dkern_resource.c131 static int do_background_thread(thread_t thread, int priority);
452 error = do_background_thread(current_thread(), uap->prio); in setpriority()
887 do_background_thread(thread_t thread, int priority) in do_background_thread() function