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

/macosx-10.10/xnu-2782.1.97/bsd/kern/
H A Dkern_resource.c116 static int do_background_thread(struct proc *curp, thread_t thread, int priority);
419 error = do_background_thread(curp, current_thread(), uap->prio);
837 * do_background_thread
843 do_background_thread(struct proc *curp, thread_t thread, int priority) function

Completed in 109 milliseconds