Home
last modified time | relevance | path

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

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