Home
last modified time | relevance | path

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

/Zephyr-latest/include/zephyr/posix/
Dsched.h33 struct sched_param { struct
52 int sched_getparam(pid_t pid, struct sched_param *param); argument
55 int sched_setparam(pid_t pid, const struct sched_param *param);
56 int sched_setscheduler(pid_t pid, int policy, const struct sched_param *param);
Dpthread.h417 struct sched_param *schedparam);
419 struct sched_param *param);
443 const struct sched_param *schedparam);
445 const struct sched_param *param);
/Zephyr-latest/lib/posix/options/
Dsched.c37 int sched_getparam(pid_t pid, struct sched_param *param) in sched_getparam()
66 int sched_setparam(pid_t pid, const struct sched_param *param) in sched_setparam()
81 int sched_setscheduler(pid_t pid, int policy, const struct sched_param *param) in sched_setscheduler()
Dpthread.c325 int pthread_attr_setschedparam(pthread_attr_t *_attr, const struct sched_param *schedparam) in pthread_attr_setschedparam()
861 int pthread_setschedparam(pthread_t pthread, int policy, const struct sched_param *param) in pthread_setschedparam()
901 struct sched_param param; in pthread_setschedprio()
978 int pthread_getschedparam(pthread_t pthread, int *policy, struct sched_param *param) in pthread_getschedparam()
1401 int pthread_attr_getschedparam(const pthread_attr_t *_attr, struct sched_param *schedparam) in pthread_attr_getschedparam()
/Zephyr-latest/tests/posix/headers/src/
Dsched_h.c22 zassert_not_equal(-1, offsetof(struct sched_param, sched_priority)); in ZTEST()
/Zephyr-latest/tests/posix/common/src/
Dpthread.c62 struct sched_param schedparam; in thread_top_exec()
193 struct sched_param param, getschedparam; in thread_top_term()
465 struct sched_param param; in ZTEST()
481 struct sched_param param = { in ZTEST()
492 struct sched_param param = { in ZTEST()
594 struct sched_param param; in test_pthread_setschedprio_fn()
Dpthread_attr.c152 struct sched_param param = { in ZTEST()
174 struct sched_param param = {0}; in ZTEST()
329 struct sched_param param; in inheritsched_entry()
353 struct sched_param param; in test_pthread_attr_setinheritsched_common()
463 struct sched_param param; in ZTEST()
Dmutex.c53 struct sched_param schedparam; in test_mutex_common()
/Zephyr-latest/samples/posix/philosophers/src/
Dmain.c91 struct sched_param param; in print_phil_state()
216 struct sched_param param; in start_threads()
/Zephyr-latest/tests/benchmarks/posix/threads/src/
Dmain.c206 const struct sched_param param = { in setup()
/Zephyr-latest/doc/releases/
Drelease-notes-1.14.rst1538 * :github:`13470` - Lack of POSIX compliance for sched_param struct