Home | History | Annotate | Download | only in surfaceflinger

Lines Matching defs:param

3741         struct sched_param param = {0};
3742 param.sched_priority = 1;
3743 if (sched_setscheduler(0, SCHED_FIFO, &param) != 0) {
3748 struct sched_param param = {0};
3749 if (sched_setscheduler(0, SCHED_OTHER, &param) != 0) {