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

/darwin-on-arm/xnu/bsd/kern/
H A Dkern_resource.c114 static int do_background_thread(struct proc *curp, thread_t thread, int priority);
379 error = do_background_thread(curp, current_thread(), uap->prio);
566 * do_background_thread
579 do_background_thread(struct proc *curp __unused, thread_t thread, int priority) function
624 error = do_background_thread(curp, thread, prio);

Completed in 18 milliseconds