Searched defs:policy (Results 1 – 2 of 2) sorted by relevance
19 int policy = attr->sched_policy; in __sched_setscheduler() local31 static int _sched_setscheduler(struct process_control_block *p, int policy, const struct sched_para… in _sched_setscheduler()47 int sched_setscheduler(struct process_control_block *p, int policy, const struct sched_param *param) in sched_setscheduler()
118 uint32_t policy; // 进程调度策略标志位 member