Home
last modified time | relevance | path

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

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