| /xnu-11215/tests/ |
| H A D | work_interval_test_unentitled.c | 46 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 D | work_interval_test.c | 147 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 D | work_interval_data_test.c | 57 kr = thread_policy_set(target_thread, THREAD_TIME_CONSTRAINT_POLICY, (thread_policy_t) &pol, in set_realtime()
|
| H A D | mach_eventlink.c | 842 kr = thread_policy_set(target_thread, THREAD_TIME_CONSTRAINT_POLICY, (thread_policy_t) &pol, in set_realtime()
|
| /xnu-11215/libsyscall/mach/ |
| H A D | thread_act.c | 50 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 D | tags.c | 48 ret = thread_policy_set( in thread_tag_set()
|
| H A D | sets.c | 191 ret = thread_policy_set( in manager_fn() 201 ret = thread_policy_set( in manager_fn()
|
| H A D | pool.c | 174 ret = thread_policy_set( in affinity_set() 200 ret = thread_policy_set( in manager_fn()
|
| /xnu-11215/tools/tests/jitter/ |
| H A D | timer_jitter.c | 120 …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 D | KQMPMMtest.c | 348 ret = thread_policy_set( in thread_setup() 359 ret = thread_policy_set( in thread_setup()
|
| H A D | MPMMtest.c | 468 ret = thread_policy_set( in thread_setup() 479 ret = thread_policy_set( in thread_setup()
|
| /xnu-11215/tools/tests/zero-to-n/ |
| H A D | zero-to-n.c | 450 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 D | thread_act.defs | 316 routine PREFIX(thread_policy_set)(
|
| /xnu-11215/bsd/skywalk/nexus/netif/ |
| H A D | nx_netif_mit.c | 278 kret = thread_policy_set(mit->mit_thread, THREAD_PRECEDENCE_POLICY, in nx_netif_mit_init()
|
| H A D | nx_netif_compat.c | 474 kret = thread_policy_set(ifp->if_poll_thread, in nx_netif_compat_na_activate()
|
| /xnu-11215/bsd/dev/dtrace/ |
| H A D | fasttrap.c | 493 …thread_policy_set(fasttrap_cleanup_thread, THREAD_PRECEDENCE_POLICY, (thread_policy_t) &precedence… in fasttrap_pid_cleanup_compute_priority() 497 …thread_policy_set(fasttrap_cleanup_thread, THREAD_PRECEDENCE_POLICY, (thread_policy_t) &precedence… in fasttrap_pid_cleanup_compute_priority()
|
| /xnu-11215/osfmk/kern/ |
| H A D | thread_policy.c | 264 thread_policy_set( in thread_policy_set() function
|
| /xnu-11215/bsd/net/ |
| H A D | dlil.c | 2026 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 D | IOService.cpp | 5876 kr = thread_policy_set(current_thread(), in main()
|