Searched refs:baseCnt (Results 1 – 1 of 1) sorted by relevance
| /xnu-8020.140.41/libsyscall/mach/ |
| H A D | thread_act.c | 35 …t_t thr_act, policy_t policy, policy_base_t base, mach_msg_type_number_t baseCnt, boolean_t set_li… in thread_policy() argument 39 kr = _kernelrpc_thread_policy(thr_act, policy, base, baseCnt, set_limit); in thread_policy() 65 …_set_t pset, policy_t policy, policy_base_t base, mach_msg_type_number_t baseCnt, policy_limit_t l… in thread_set_policy() argument 69 kr = _kernelrpc_thread_set_policy(thr_act, pset, policy, base, baseCnt, limit, limitCnt); in thread_set_policy()
|