Home
last modified time | relevance | path

Searched refs:sched_param (Results 1 – 25 of 55) sorted by relevance

123

/l4re-core-master/uclibc/lib/contrib/uclibc/libpthread/nptl/
A Dpthread_setschedparam.c31 const struct sched_param *param) in __pthread_setschedparam()
44 struct sched_param p; in __pthread_setschedparam()
45 const struct sched_param *orig_param = param; in __pthread_setschedparam()
66 memcpy (&pd->schedparam, orig_param, sizeof (struct sched_param)); in __pthread_setschedparam()
A Dpthread_attr_getschedparam.c28 struct sched_param *param) in __pthread_attr_getschedparam()
36 memcpy (param, &iattr->schedparam, sizeof (struct sched_param)); in __pthread_attr_getschedparam()
A Dforward.c65 (const pthread_attr_t *attr, struct sched_param *param),
68 (pthread_attr_t *attr, const struct sched_param *param),
119 (pthread_t target_thread, int *policy, struct sched_param *param),
123 const struct sched_param *param), (target_thread, policy, param), 0)
A Dpthread_attr_setschedparam.c29 const struct sched_param *param) in __pthread_attr_setschedparam()
41 memcpy (&iattr->schedparam, param, sizeof (struct sched_param)); in __pthread_attr_setschedparam()
A Dpthread_setschedprio.c40 struct sched_param param; in pthread_setschedprio()
58 memcpy (&pd->schedparam, &param, sizeof (struct sched_param)); in pthread_setschedprio()
A Dpthread_getschedparam.c30 struct sched_param *param) in __pthread_getschedparam()
68 memcpy (param, &pd->schedparam, sizeof (struct sched_param)); in __pthread_getschedparam()
/l4re-core-master/uclibc/lib/contrib/uclibc/libpthread/linuxthreads/sysdeps/pthread/
A Dpthread-functions.h41 struct sched_param *);
43 const struct sched_param *);
58 int (*ptr_pthread_getschedparam) (pthread_t, int *, struct sched_param *);
60 const struct sched_param *);
A Dpthread.h209 const struct sched_param *__restrict
215 struct sched_param *__restrict __param)
305 const struct sched_param *__param)
311 struct sched_param *__restrict __param)
/l4re-core-master/uclibc/lib/contrib/uclibc/libpthread/linuxthreads.old/sysdeps/pthread/
A Dpthread-functions.h45 struct sched_param *);
47 const struct sched_param *);
62 int (*ptr_pthread_getschedparam) (pthread_t, int *, struct sched_param *);
64 const struct sched_param *);
A Dpthread.h209 const struct sched_param *__restrict
215 struct sched_param *__restrict __param)
309 const struct sched_param *__param)
315 struct sched_param *__restrict __param)
/l4re-core-master/uclibc/lib/libpthread/src/
A Dpthread-functions.h42 struct sched_param *);
44 const struct sched_param *);
59 int (*ptr_pthread_getschedparam) (pthread_t, int *, struct sched_param *);
61 const struct sched_param *);
A Dforward.c61 (const pthread_attr_t *attr, struct sched_param *param),
64 (pthread_attr_t *attr, const struct sched_param *param),
110 (pthread_t target_thread, int *policy, struct sched_param *param),
114 const struct sched_param *param), (target_thread, policy, param), 0)
A Dattr.c92 const struct sched_param *param) in strong_alias()
99 memcpy (&attr->__schedparam, param, sizeof (struct sched_param)); in strong_alias()
107 struct sched_param *param) in strong_alias()
109 memcpy (param, &attr->__schedparam, sizeof (struct sched_param)); in strong_alias()
/l4re-core-master/uclibc/lib/contrib/uclibc/libpthread/nptl/sysdeps/pthread/
A Dpthread-functions.h41 struct sched_param *);
43 const struct sched_param *);
69 int (*ptr_pthread_getschedparam) (pthread_t, int *, struct sched_param *);
71 const struct sched_param *);
/l4re-core-master/uclibc/lib/contrib/uclibc/libc/sysdeps/linux/common/
A Dsched_getparam.c16 __kernel_pid_t, pid, struct sched_param *, p) in _syscall2() argument
18 int sched_getparam(pid_t pid, struct sched_param *p) in _syscall2()
A Dsched_setparam.c16 __kernel_pid_t, pid, const struct sched_param *, p) in _syscall2() argument
18 int sched_setparam(pid_t pid, const struct sched_param *p) in _syscall2()
A Dsched_setscheduler.c16 __kernel_pid_t, pid, int, policy, const struct sched_param *, p) in _syscall3() argument
18 int sched_setscheduler(pid_t pid, int policy, const struct sched_param *p) in _syscall3()
/l4re-core-master/uclibc/lib/contrib/uclibc/libpthread/linuxthreads/
A Dforward.c60 (const pthread_attr_t *attr, struct sched_param *param),
63 (pthread_attr_t *attr, const struct sched_param *param),
109 (pthread_t target_thread, int *policy, struct sched_param *param),
113 const struct sched_param *param), (target_thread, policy, param), 0)
A Dattr.c75 const struct sched_param *param) in strong_alias()
82 memcpy (&attr->__schedparam, param, sizeof (struct sched_param)); in strong_alias()
88 struct sched_param *param) in strong_alias()
90 memcpy (param, &attr->__schedparam, sizeof (struct sched_param)); in strong_alias()
357 (struct sched_param *) &attr->__schedparam) != 0) in weak_alias()
A Dinternals.h324 const struct sched_param *param);
326 struct sched_param *param);
375 struct sched_param *param);
377 const struct sched_param *param);
/l4re-core-master/uclibc/lib/contrib/uclibc/libpthread/linuxthreads.old/
A Dattr.c108 const struct sched_param *param) in libpthread_hidden_def()
115 memcpy (&attr->__schedparam, param, sizeof (struct sched_param)); in libpthread_hidden_def()
121 struct sched_param *param) in libpthread_hidden_def()
123 memcpy (param, &attr->__schedparam, sizeof (struct sched_param)); in libpthread_hidden_def()
A Dforward.c85 (const pthread_attr_t *attr, struct sched_param *param),
88 (pthread_attr_t *attr, const struct sched_param *param),
134 (pthread_t target_thread, int *policy, struct sched_param *param),
138 const struct sched_param *param), (target_thread, policy, param), 0)
/l4re-core-master/uclibc/lib/contrib/uclibc/include/
A Dspawn.h41 struct sched_param __sp;
231 struct sched_param *__restrict in posix_spawnattr_getschedparam()
241 const struct sched_param * in posix_spawnattr_setschedparam()
A Dsched.h42 extern int sched_setparam (__pid_t __pid, const struct sched_param *__param)
46 extern int sched_getparam (__pid_t __pid, struct sched_param *__param) __THROW;
50 const struct sched_param *__param) __THROW;
/l4re-core-master/uclibc/lib/libpthread/include/
A Dpthread.h216 __const struct sched_param *__restrict
222 struct sched_param *__restrict __param)
312 __const struct sched_param *__param)
318 struct sched_param *__restrict __param)

Completed in 39 milliseconds

123