Home
last modified time | relevance | path

Searched refs:pthread_getschedparam (Results 1 – 7 of 7) sorted by relevance

/Zephyr-Core-3.6.0/tests/posix/headers/src/
Dpthread_h.c109 zassert_not_null(pthread_getschedparam); in ZTEST()
/Zephyr-Core-3.6.0/arch/posix/include/
Dposix_cheats.h128 #define pthread_getschedparam(...) zap_pthread_getschedparam(__VA_ARGS__) macro
/Zephyr-Core-3.6.0/samples/posix/philosophers/src/
Dmain.c93 ret = pthread_getschedparam(pthread_self(), &policy, &param); in print_phil_state()
/Zephyr-Core-3.6.0/tests/posix/common/src/
Dpthread.c64 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/
Dpthread.h426 int pthread_getschedparam(pthread_t pthread, int *policy,
/Zephyr-Core-3.6.0/doc/services/portability/posix/option_groups/
Dindex.rst447 pthread_getschedparam(),yes
/Zephyr-Core-3.6.0/lib/posix/options/
Dpthread.c827 int pthread_getschedparam(pthread_t pthread, int *policy, struct sched_param *param) in pthread_getschedparam() function