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

/darwin-on-arm/xnu/tools/tests/affinity/
H A Dtags.c50 ret = thread_policy_set(
55 printf("thread_policy_set(1) returned %d\n", ret);
72 printf("thread_policy_set(1) returned %d\n", ret);
H A Dpool.c181 ret = thread_policy_set(
186 printf("thread_policy_set(THREAD_AFFINITY_POLICY) returned %d\n", ret);
208 ret = thread_policy_set(
213 printf("thread_policy_set(THREAD_EXTENDED_POLICY) returned %d\n", ret);
H A Dsets.c197 ret = thread_policy_set(
202 printf("thread_policy_set(THREAD_EXTENDED_POLICY) returned %d\n", ret);
206 ret = thread_policy_set(
211 printf("thread_policy_set(THREAD_AFFINITY_POLICY) returned %d\n", ret);
/darwin-on-arm/xnu/osfmk/mach/
H A Dthread_act.defs269 routine thread_policy_set(
/darwin-on-arm/xnu/tools/tests/jitter/
H A Dtimer_jitter.c118 res = thread_policy_set(mach_thread_self(), THREAD_TIME_CONSTRAINT_POLICY, (thread_policy_t) &pol, THREAD_TIME_CONSTRAINT_POLICY_COUNT);
127 res = thread_policy_set(mach_thread_self(), THREAD_EXTENDED_POLICY, (thread_policy_t) &pol, THREAD_EXTENDED_POLICY_COUNT);
/darwin-on-arm/xnu/tools/tests/zero-to-n/
H A Dzero-to-n.c166 res = thread_policy_set(mach_thread_self(), THREAD_TIME_CONSTRAINT_POLICY, (thread_policy_t) &pol, THREAD_TIME_CONSTRAINT_POLICY_COUNT);
175 res = thread_policy_set(mach_thread_self(), THREAD_EXTENDED_POLICY, (thread_policy_t) &pol, THREAD_EXTENDED_POLICY_COUNT);
/darwin-on-arm/xnu/tools/tests/xnu_quick_test/
H A Dsched_tests.c49 kret = thread_policy_set(mach_thread_self(), THREAD_TIME_CONSTRAINT_POLICY, (thread_policy_t) &pol, THREAD_TIME_CONSTRAINT_POLICY_COUNT);
/darwin-on-arm/xnu/tools/tests/MPMMTest/
H A DMPMMtest.c338 ret = thread_policy_set(
343 printf("thread_policy_set(THREAD_EXTENDED_POLICY) returned %d\n", ret);
348 ret = thread_policy_set(
353 printf("thread_policy_set(THREAD_AFFINITY_POLICY) returned %d\n", ret);
H A DKQMPMMtest.c323 ret = thread_policy_set(
328 printf("thread_policy_set(THREAD_EXTENDED_POLICY) returned %d\n", ret);
333 ret = thread_policy_set(
338 printf("thread_policy_set(THREAD_AFFINITY_POLICY) returned %d\n", ret);
/darwin-on-arm/xnu/osfmk/kern/
H A Dthread_policy.c52 thread_policy_set( function
/darwin-on-arm/xnu/osfmk/vm/
H A Dbsd_vm.c314 thread_policy_set(current_thread(),
319 thread_policy_set(current_thread(),
/darwin-on-arm/xnu/osfmk/mach/arm/
H A Dthread_act.h274 /* Routine thread_policy_set */
280 kern_return_t thread_policy_set
1141 { "thread_policy_set", 3617 },\
/darwin-on-arm/xnu/bsd/kern/
H A Dpthread_synch.c395 thread_policy_set(th, THREAD_EXTENDED_POLICY, (thread_policy_t)&extinfo, THREAD_EXTENDED_POLICY_COUNT);
399 thread_policy_set(th, THREAD_PRECEDENCE_POLICY, (thread_policy_t)&precedinfo, THREAD_PRECEDENCE_POLICY_COUNT);
/darwin-on-arm/xnu/iokit/Kernel/
H A DIOService.cpp3374 kr = thread_policy_set(current_thread(),
3379 IOLog("thread_policy_set(%d)\n", kr);
/darwin-on-arm/xnu/bsd/net/
H A Ddlil.c1056 return (thread_policy_set(tp, THREAD_AFFINITY_POLICY,

Completed in 96 milliseconds