Searched refs:thread_policy_flavor_t (Results 1 – 7 of 7) sorted by relevance
| /xnu-11417.140.69/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-11417.140.69/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-11417.140.69/bsd/sys/ |
| H A D | pthread_shims.h | 226 …kern_return_t (*thread_policy_set_internal)(thread_t t, thread_policy_flavor_t flavour, thread_pol… 277 …kern_return_t (*thread_policy_get)(thread_t t, thread_policy_flavor_t flavor, thread_policy_t info…
|
| /xnu-11417.140.69/osfmk/kern/ |
| H A D | policy_internal.h | 254 extern kern_return_t thread_policy_set_internal(thread_t thread, thread_policy_flavor_t flavor,
|
| H A D | thread_policy.c | 266 thread_policy_flavor_t flavor, in thread_policy_set() 342 thread_policy_flavor_t flavor, in thread_policy_set_internal() 1284 thread_policy_flavor_t flavor, in thread_policy_get()
|