Home
last modified time | relevance | path

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

/xnu-11215.1.10/bsd/kern/
H A Dkern_resource.c132 static int do_background_thread(thread_t thread, int priority);
501 error = do_background_thread(current_thread(), uap->prio); in setpriority()
1136 do_background_thread(thread_t thread, int priority) in do_background_thread() function