Searched refs:pthread_getschedparam (Results 1 – 6 of 6) sorted by relevance
| /Zephyr-4.3.0/tests/posix/common/src/ |
| D | pthread.c | 65 pthread_getschedparam(pthread_self(), &policy, &schedparam); in thread_top_exec() 204 zassert_false(pthread_getschedparam(self, &policy, &getschedparam), in thread_top_term() 548 zassert_ok(pthread_getschedparam(self, &policy, ¶m)); in test_pthread_setschedprio_fn()
|
| D | pthread_attr.c | 332 zassert_ok(pthread_getschedparam(pthread_self(), &act_policy, ¶m)); in inheritsched_entry()
|
| /Zephyr-4.3.0/samples/posix/philosophers/src/ |
| D | main.c | 94 ret = pthread_getschedparam(pthread_self(), &policy, ¶m); in print_phil_state()
|
| /Zephyr-4.3.0/include/zephyr/posix/ |
| D | pthread.h | 418 int pthread_getschedparam(pthread_t pthread, int *policy,
|
| /Zephyr-4.3.0/lib/posix/options/ |
| D | pthread.c | 903 ret = pthread_getschedparam(thread, &policy, ¶m); in pthread_setschedprio() 978 int pthread_getschedparam(pthread_t pthread, int *policy, struct sched_param *param) in pthread_getschedparam() function
|
| /Zephyr-4.3.0/doc/services/portability/posix/option_groups/ |
| D | index.rst | 1050 pthread_getschedparam(),yes
|