Home
last modified time | relevance | path

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

/Zephyr-latest/tests/posix/common/src/
Dpthread.c64 pthread_getschedparam(pthread_self(), &policy, &schedparam); in thread_top_exec()
203 zassert_false(pthread_getschedparam(self, &policy, &getschedparam), in thread_top_term()
602 zassert_ok(pthread_getschedparam(self, &policy, &param)); in test_pthread_setschedprio_fn()
Dpthread_attr.c332 zassert_ok(pthread_getschedparam(pthread_self(), &act_policy, &param)); in inheritsched_entry()
/Zephyr-latest/tests/posix/headers/src/
Dpthread_h.c107 zassert_not_null(pthread_getschedparam); in ZTEST()
/Zephyr-latest/arch/posix/include/
Dposix_cheats.h128 #define pthread_getschedparam(...) zap_pthread_getschedparam(__VA_ARGS__) macro
/Zephyr-latest/samples/posix/philosophers/src/
Dmain.c93 ret = pthread_getschedparam(pthread_self(), &policy, &param); in print_phil_state()
/Zephyr-latest/include/zephyr/posix/
Dpthread.h418 int pthread_getschedparam(pthread_t pthread, int *policy,
/Zephyr-latest/lib/posix/options/
Dpthread.c903 ret = pthread_getschedparam(thread, &policy, &param); in pthread_setschedprio()
978 int pthread_getschedparam(pthread_t pthread, int *policy, struct sched_param *param) in pthread_getschedparam() function
/Zephyr-latest/doc/services/portability/posix/option_groups/
Dindex.rst1013 pthread_getschedparam(),yes