OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:sched_s
(Results
1 - 1
of
1
) sorted by null
/hardware/bsp/intel/peripheral/libmraa/src/
mraa.c
195
struct sched_param
sched_s
;
local
197
memset(&
sched_s
, 0, sizeof(struct sched_param));
199
sched_s
.sched_priority = sched_get_priority_max(SCHED_RR);
201
sched_s
.sched_priority = priority;
204
return sched_setscheduler(0, SCHED_RR, &
sched_s
);
Completed in 159 milliseconds