Lines Matching defs:param
187 struct sched_param param;246 if (pthread_getschedparam(gki_cb.os.thread_id[task_id], &policy, ¶m) ==257 param.sched_priority = 30 - task_id - 2;259 pthread_setschedparam(gki_cb.os.thread_id[task_id], policy, ¶m);