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

/macosx-10.9.5/xnu-2422.115.4/osfmk/kern/
H A Dsyscall_subr.c347 int new_policy = proc_get_effective_thread_policy(self, TASK_POLICY_IO);
H A Dtask.h620 extern int proc_get_effective_thread_policy(thread_t thread, int flavor);
H A Dtask_policy.c1416 proc_get_effective_thread_policy(thread_t thread, int flavor) function
1442 * as well as proc_get_effective_thread_policy.
/macosx-10.9.5/xnu-2422.115.4/osfmk/i386/
H A Di386_timer.c320 proc_get_effective_thread_policy(cthread, TASK_POLICY_DARWIN_BG)) {
/macosx-10.9.5/xnu-2422.115.4/bsd/miscfs/specfs/
H A Dspec_vnops.c1495 return (proc_get_effective_thread_policy(current_thread(), TASK_POLICY_IO));
1504 return (proc_get_effective_thread_policy(current_thread(), TASK_POLICY_PASSIVE_IO));
1516 thread_throttle_level = proc_get_effective_thread_policy(ut->uu_thread, TASK_POLICY_IO);
/macosx-10.9.5/xnu-2422.115.4/bsd/kern/
H A Duipc_socket.c640 if (proc_get_effective_thread_policy(current_thread(), TASK_POLICY_NEW_SOCKETS_BG)) {
/macosx-10.9.5/xnu-2422.115.4/osfmk/vm/
H A Dvm_fault.c139 proc_get_effective_thread_policy(current_thread(), TASK_POLICY_IO) >= THROTTLE_LEVEL_THROTTLED )))

Completed in 244 milliseconds