Searched refs:mach_thread_self (Results 1 - 9 of 9) sorted by relevance

/darwin-on-arm/xnu/libsyscall/mach/
H A Dmach_legacy.c48 mach_thread_self(void) function
/darwin-on-arm/xnu/libsyscall/mach/mach/
H A Dmach_init.h72 extern mach_port_t mach_thread_self(void);
/darwin-on-arm/xnu/tools/tests/affinity/
H A Dpool.c182 mach_thread_self(), THREAD_AFFINITY_POLICY,
209 mach_thread_self(), THREAD_EXTENDED_POLICY,
H A Dsets.c198 mach_thread_self(), THREAD_EXTENDED_POLICY,
207 mach_thread_self(), THREAD_AFFINITY_POLICY,
/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.c339 mach_thread_self(), THREAD_EXTENDED_POLICY,
349 mach_thread_self(), THREAD_AFFINITY_POLICY,
H A DKQMPMMtest.c324 mach_thread_self(), THREAD_EXTENDED_POLICY,
334 mach_thread_self(), THREAD_AFFINITY_POLICY,

Completed in 32 milliseconds