Searched refs:sched_param (Results 1 - 25 of 35) sorted by relevance

12

/freebsd-10.1-release/tools/regression/p1003_1b/
H A Dprutil.h8 struct sched_param;
12 int sched_is(int line, struct sched_param *, int);
H A Dprutil.c36 int sched_is(int line, struct sched_param *p, int shouldbe)
39 struct sched_param param;
H A Dsched.c108 struct sched_param rt_param;
158 struct sched_param orig_param, shouldbe;
H A Dfifo.c88 struct sched_param fifo_param;
/freebsd-10.1-release/sys/kern/
H A Dp1003_1b.c116 struct sched_param sched_param;
118 e = copyin(uap->param, &sched_param, sizeof(sched_param));
136 (const struct sched_param *)&sched_param);
146 struct sched_param sched_param;
164 e = ksched_getparam(ksched, targettd, &sched_param);
168 e = copyout(&sched_param, ua
[all...]
H A Dksched.c134 struct thread *td, const struct sched_param *param)
151 struct thread *td, struct sched_param *param)
180 struct thread *td, int policy, const struct sched_param *param)
/freebsd-10.1-release/lib/libkse/thread/
H A Dthr_attr_getschedparam.c44 _pthread_attr_getschedparam(const pthread_attr_t *attr, struct sched_param *param)
H A Dthr_getprio.c45 struct sched_param param;
H A Dthr_setprio.c45 struct sched_param param;
H A Dthr_attr_setschedparam.c44 _pthread_attr_setschedparam(pthread_attr_t *attr, const struct sched_param *param)
H A Dthr_getschedparam.c45 struct sched_param *param)
H A Dthr_setschedparam.c46 const struct sched_param *param)
/freebsd-10.1-release/lib/libthr/thread/
H A Dthr_getprio.c43 struct sched_param param;
H A Dthr_getschedparam.c48 struct sched_param *param)
H A Dthr_kern.c71 struct sched_param *param)
91 _schedparam_to_rtp(int policy, const struct sched_param *param,
113 _thr_getscheduler(lwpid_t lwpid, int *policy, struct sched_param *param)
126 _thr_setscheduler(lwpid_t lwpid, int policy, const struct sched_param *param)
H A Dthr_setprio.c44 struct sched_param param;
H A Dthr_setschedparam.c51 const struct sched_param *param)
H A Dthr_create.c56 struct sched_param sched_param; local
165 sched_param.sched_priority = new_thread->attr.prio;
167 &sched_param, &rtp);
H A Dthr_init.c383 struct sched_param sched_param; local
432 &sched_param);
433 thread->attr.prio = sched_param.sched_priority;
/freebsd-10.1-release/include/
H A Dspawn.h51 struct sched_param;
99 struct sched_param * __restrict);
110 const struct sched_param * __restrict);
H A Dpthread.h276 struct sched_param *);
281 const struct sched_param *);
285 struct sched_param *);
287 const struct sched_param *);
/freebsd-10.1-release/sys/sys/
H A Dposix4.h99 struct thread *, const struct sched_param *);
101 struct thread *, struct sched_param *);
104 struct thread *, int, const struct sched_param *);
H A Dsched.h216 struct sched_param { struct
237 int sched_getparam(pid_t, struct sched_param *);
240 int sched_setparam(pid_t, const struct sched_param *);
241 int sched_setscheduler(pid_t, int, const struct sched_param *);
/freebsd-10.1-release/contrib/gcc/
H A Dgthr-posix.c221 struct sched_param *param ATTRIBUTE_UNUSED)
229 const struct sched_param *param ATTRIBUTE_UNUSED)
/freebsd-10.1-release/lib/libc/gen/
H A Dposix_spawn.c50 struct sched_param sa_schedparam;
402 struct sched_param * __restrict schedparam)
448 const struct sched_param * __restrict schedparam)

Completed in 262 milliseconds

12