Searched defs:sched_param (Results 1 - 1 of 1) sorted by relevance

/bionic/libc/include/
H A Dsched.h41 struct sched_param { struct
46 extern int sched_setscheduler(pid_t, int, const struct sched_param*);
51 extern int sched_setparam(pid_t, const struct sched_param*);
52 extern int sched_getparam(pid_t, struct sched_param*);

Completed in 20 milliseconds