Searched refs:sched_param (Results 1 – 9 of 9) sorted by relevance
/titanic_41/usr/src/head/ |
H A D | sched.h | 39 struct sched_param { struct 59 int sched_getparam(pid_t, struct sched_param *); argument 60 int sched_setparam(pid_t, const struct sched_param *); 62 int sched_setscheduler(pid_t, int, const struct sched_param *);
|
H A D | pthread.h | 213 const struct sched_param *_RESTRICT_KYWD); 215 struct sched_param *_RESTRICT_KYWD); 224 extern int pthread_setschedparam(pthread_t, int, const struct sched_param *); 226 struct sched_param *_RESTRICT_KYWD);
|
H A D | spawn.h | 134 const struct sched_param *_RESTRICT_KYWD schedparam); 138 struct sched_param *_RESTRICT_KYWD schedparam);
|
/titanic_41/usr/src/lib/libc/port/threads/ |
H A D | pthread.c | 195 pthread_getschedparam(pthread_t tid, int *policy, struct sched_param *param) in pthread_getschedparam() 232 struct sched_param param; in thr_getprio() 246 int policy, const struct sched_param *param) in pthread_setschedparam() 255 struct sched_param param; in thr_setprio()
|
H A D | pthr_attr.c | 369 const struct sched_param *param) in pthread_attr_setschedparam() 388 struct sched_param *param) in pthread_attr_getschedparam()
|
H A D | spawn.c | 742 const struct sched_param *schedparam) in posix_spawnattr_setschedparam() 759 struct sched_param *schedparam) in posix_spawnattr_getschedparam()
|
/titanic_41/usr/src/lib/libc/port/rt/ |
H A D | sched.c | 328 sched_setparam(pid_t pid, const struct sched_param *param) in sched_setparam() 343 getparam(idtype_t idtype, id_t id, int *policyp, struct sched_param *param) in getparam() 394 sched_getparam(pid_t pid, struct sched_param *param) in sched_getparam() 435 sched_setscheduler(pid_t pid, int policy, const struct sched_param *param) in sched_setscheduler()
|
/titanic_41/usr/src/cmd/auditd/ |
H A D | doorway.c | 444 struct sched_param param; in auditd_thread_init() 812 struct sched_param param; in dump_state() 1068 struct sched_param param; in adjust_priority() 1192 struct sched_param param; in process()
|
/titanic_41/usr/src/lib/libc/inc/ |
H A D | thr_uberdata.h | 1468 extern id_t getparam(idtype_t, id_t, int *, struct sched_param *);
|