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

/darwin-on-arm/xnu/bsd/kern/
H A Dprocess_policy.c279 error = proc_restore_bgthreadpolicy(proc->task, target_threadid);
/darwin-on-arm/xnu/osfmk/kern/
H A Dtask.h591 int proc_restore_bgthreadpolicy(task_t task, uint64_t tid);
H A Dtask_policy.c555 error = proc_restore_bgthreadpolicy(task, tid);
919 return(proc_restore_bgthreadpolicy(current_task(), thread_tid(current_thread())));
923 proc_restore_bgthreadpolicy(task_t task, uint64_t tid) function

Completed in 18 milliseconds