Home
last modified time | relevance | path

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

/xnu-11215/tests/
H A Dwork_interval_test_unentitled.c46 kr = thread_policy_set(target_thread, THREAD_TIME_CONSTRAINT_POLICY, (thread_policy_t) &pol, in set_realtime()
60 kr = thread_policy_set(target_thread, THREAD_STANDARD_POLICY, (thread_policy_t) &pol, in set_nonrealtime()
H A Dwork_interval_test.c147 kr = thread_policy_set(target_thread, THREAD_TIME_CONSTRAINT_POLICY, (thread_policy_t) &pol, in set_realtime()
161 kr = thread_policy_set(target_thread, THREAD_STANDARD_POLICY, (thread_policy_t) &pol, in set_nonrealtime()
H A Dwork_interval_data_test.c57 kr = thread_policy_set(target_thread, THREAD_TIME_CONSTRAINT_POLICY, (thread_policy_t) &pol, in set_realtime()
H A Dmach_eventlink.c842 kr = thread_policy_set(target_thread, THREAD_TIME_CONSTRAINT_POLICY, (thread_policy_t) &pol, in set_realtime()
/xnu-11215/libsyscall/mach/
H A Dthread_act.c50 thread_policy_set(thread_act_t thread, thread_policy_flavor_t flavor, thread_policy_t policy_info, … in thread_policy_set() function
/xnu-11215/tools/tests/affinity/
H A Dtags.c48 ret = thread_policy_set( in thread_tag_set()
H A Dsets.c191 ret = thread_policy_set( in manager_fn()
201 ret = thread_policy_set( in manager_fn()
H A Dpool.c174 ret = thread_policy_set( in affinity_set()
200 ret = thread_policy_set( in manager_fn()
/xnu-11215/tools/tests/jitter/
H A Dtimer_jitter.c120 …res = thread_policy_set(mach_thread_self(), THREAD_TIME_CONSTRAINT_POLICY, (thread_policy_t) &pol,… in thread_setup()
129 …res = thread_policy_set(mach_thread_self(), THREAD_EXTENDED_POLICY, (thread_policy_t) &pol, THREAD… in thread_setup()
/xnu-11215/tools/tests/MPMMTest/
H A DKQMPMMtest.c348 ret = thread_policy_set( in thread_setup()
359 ret = thread_policy_set( in thread_setup()
H A DMPMMtest.c468 ret = thread_policy_set( in thread_setup()
479 ret = thread_policy_set( in thread_setup()
/xnu-11215/tools/tests/zero-to-n/
H A Dzero-to-n.c450 kr = thread_policy_set(mach_thread_self(), THREAD_TIME_CONSTRAINT_POLICY, in rt_churn_thread_setup()
643 kr = thread_policy_set(mach_thread_self(), THREAD_TIME_CONSTRAINT_POLICY, in thread_setup()
662 kr = thread_policy_set(mach_thread_self(), THREAD_AFFINITY_POLICY, in thread_setup()
/xnu-11215/osfmk/mach/
H A Dthread_act.defs316 routine PREFIX(thread_policy_set)(
/xnu-11215/bsd/skywalk/nexus/netif/
H A Dnx_netif_mit.c278 kret = thread_policy_set(mit->mit_thread, THREAD_PRECEDENCE_POLICY, in nx_netif_mit_init()
H A Dnx_netif_compat.c474 kret = thread_policy_set(ifp->if_poll_thread, in nx_netif_compat_na_activate()
/xnu-11215/bsd/dev/dtrace/
H A Dfasttrap.c493thread_policy_set(fasttrap_cleanup_thread, THREAD_PRECEDENCE_POLICY, (thread_policy_t) &precedence… in fasttrap_pid_cleanup_compute_priority()
497thread_policy_set(fasttrap_cleanup_thread, THREAD_PRECEDENCE_POLICY, (thread_policy_t) &precedence… in fasttrap_pid_cleanup_compute_priority()
/xnu-11215/osfmk/kern/
H A Dthread_policy.c264 thread_policy_set( in thread_policy_set() function
/xnu-11215/bsd/net/
H A Ddlil.c2026 kret = thread_policy_set(inp->dlth_thread, in dlil_create_input_thread()
2144 return thread_policy_set(tp, THREAD_AFFINITY_POLICY, in dlil_affinity_set()
8848 kret = thread_policy_set(ifp->if_start_thread, in ifnet_attach()
8887 kret = thread_policy_set(ifp->if_poll_thread, in ifnet_attach()
/xnu-11215/iokit/Kernel/
H A DIOService.cpp5876 kr = thread_policy_set(current_thread(), in main()