Symbol: sched_param
usr/src/cmd/auditd/doorway.c
1077
struct sched_param param;
usr/src/cmd/auditd/doorway.c
1202
struct sched_param param;
usr/src/cmd/auditd/doorway.c
453
struct sched_param param;
usr/src/cmd/auditd/doorway.c
821
struct sched_param param;
usr/src/head/pthread.h
223
const struct sched_param *_RESTRICT_KYWD);
usr/src/head/pthread.h
225
struct sched_param *_RESTRICT_KYWD);
usr/src/head/pthread.h
238
extern int pthread_setschedparam(pthread_t, int, const struct sched_param *);
usr/src/head/pthread.h
240
struct sched_param *_RESTRICT_KYWD);
usr/src/head/sched.h
59
int sched_getparam(pid_t, struct sched_param *);
usr/src/head/sched.h
60
int sched_setparam(pid_t, const struct sched_param *);
usr/src/head/sched.h
62
int sched_setscheduler(pid_t, int, const struct sched_param *);
usr/src/head/spawn.h
143
const struct sched_param *_RESTRICT_KYWD schedparam);
usr/src/head/spawn.h
147
struct sched_param *_RESTRICT_KYWD schedparam);
usr/src/lib/libc/inc/thr_uberdata.h
1517
extern id_t getparam(idtype_t, id_t, int *, struct sched_param *);
usr/src/lib/libc/port/rt/sched.c
326
sched_setparam(pid_t pid, const struct sched_param *param)
usr/src/lib/libc/port/rt/sched.c
341
getparam(idtype_t idtype, id_t id, int *policyp, struct sched_param *param)
usr/src/lib/libc/port/rt/sched.c
392
sched_getparam(pid_t pid, struct sched_param *param)
usr/src/lib/libc/port/rt/sched.c
433
sched_setscheduler(pid_t pid, int policy, const struct sched_param *param)
usr/src/lib/libc/port/threads/pthr_attr.c
377
const struct sched_param *param)
usr/src/lib/libc/port/threads/pthr_attr.c
396
struct sched_param *param)
usr/src/lib/libc/port/threads/pthread.c
230
pthread_getschedparam(pthread_t tid, int *policy, struct sched_param *param)
usr/src/lib/libc/port/threads/pthread.c
267
struct sched_param param;
usr/src/lib/libc/port/threads/pthread.c
281
int policy, const struct sched_param *param)
usr/src/lib/libc/port/threads/pthread.c
290
struct sched_param param;
usr/src/lib/libc/port/threads/spawn.c
822
const struct sched_param *schedparam)
usr/src/lib/libc/port/threads/spawn.c
839
struct sched_param *schedparam)
usr/src/test/libc-tests/tests/threads/pthread_attr_get_np.c
201
struct sched_param oparam, nparam;