Home | History | Annotate | Download | only in ulinux

Lines Matching defs:param

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