Searched refs:thread_policy_flavor_t (Results 1 – 7 of 7) sorted by relevance
| /xnu-12377.61.12/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()
|
| /xnu-12377.61.12/osfmk/mach/ |
| H A D | thread_policy.h | 51 typedef natural_t thread_policy_flavor_t; typedef
|
| H A D | thread_act.defs | 318 flavor : thread_policy_flavor_t; 323 flavor : thread_policy_flavor_t;
|
| H A D | mach_types.defs | 320 type thread_policy_flavor_t = natural_t;
|
| /xnu-12377.61.12/bsd/sys/ |
| H A D | pthread_shims.h | 228 …kern_return_t (*thread_policy_set_internal)(thread_t t, thread_policy_flavor_t flavour, thread_pol… 279 …kern_return_t (*thread_policy_get)(thread_t t, thread_policy_flavor_t flavor, thread_policy_t info…
|
| /xnu-12377.61.12/osfmk/kern/ |
| H A D | policy_internal.h | 251 extern kern_return_t thread_policy_set_internal(thread_t thread, thread_policy_flavor_t flavor,
|
| H A D | thread_policy.c | 267 thread_policy_flavor_t flavor, in thread_policy_set() 343 thread_policy_flavor_t flavor, in thread_policy_set_internal() 1285 thread_policy_flavor_t flavor, in thread_policy_get()
|