Home
last modified time | relevance | path

Searched refs:policy_limit_t (Results 1 – 7 of 7) sorted by relevance

/xnu-8020.140.41/osfmk/kern/
H A Dmk_sp.c78 policy_limit_t limit, in thread_set_policy()
192 policy_limit_t limit = NULL; in thread_policy()
228 limit = (policy_limit_t) &rr_limit; in thread_policy()
245 limit = (policy_limit_t) &fifo_limit; in thread_policy()
262 limit = (policy_limit_t) &ts_limit; in thread_policy()
294 limit = (policy_limit_t) &rr_limit; in thread_policy()
316 limit = (policy_limit_t) &fifo_limit; in thread_policy()
338 limit = (policy_limit_t) &ts_limit; in thread_policy()
H A Dtask.c6570 __unused policy_limit_t limit, in task_set_policy()
/xnu-8020.140.41/libsyscall/mach/
H A Dthread_act.c65 …policy_t policy, policy_base_t base, mach_msg_type_number_t baseCnt, policy_limit_t limit, mach_ms… in thread_set_policy()
/xnu-8020.140.41/osfmk/mach/
H A Dpolicy.h82 typedef integer_t *policy_limit_t; typedef
H A Dthread_act.defs377 limit : policy_limit_t);
H A Dtask.defs454 limit : policy_limit_t;
H A Dmach_types.defs526 type policy_limit_t = array[*:1] of integer_t;