Searched refs:pthread_getschedparam (Results 1 – 7 of 7) sorted by relevance
/Zephyr-Core-3.6.0/tests/posix/headers/src/ |
D | pthread_h.c | 109 zassert_not_null(pthread_getschedparam); in ZTEST()
|
/Zephyr-Core-3.6.0/arch/posix/include/ |
D | posix_cheats.h | 128 #define pthread_getschedparam(...) zap_pthread_getschedparam(__VA_ARGS__) macro
|
/Zephyr-Core-3.6.0/samples/posix/philosophers/src/ |
D | main.c | 93 ret = pthread_getschedparam(pthread_self(), &policy, ¶m); in print_phil_state()
|
/Zephyr-Core-3.6.0/tests/posix/common/src/ |
D | pthread.c | 64 pthread_getschedparam(pthread_self(), &policy, &schedparam); in thread_top_exec() 195 zassert_false(pthread_getschedparam(self, &policy, &getschedparam), in thread_top_term()
|
/Zephyr-Core-3.6.0/include/zephyr/posix/ |
D | pthread.h | 426 int pthread_getschedparam(pthread_t pthread, int *policy,
|
/Zephyr-Core-3.6.0/doc/services/portability/posix/option_groups/ |
D | index.rst | 447 pthread_getschedparam(),yes
|
/Zephyr-Core-3.6.0/lib/posix/options/ |
D | pthread.c | 827 int pthread_getschedparam(pthread_t pthread, int *policy, struct sched_param *param) in pthread_getschedparam() function
|