Home
last modified time | relevance | path

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

/Zephyr-4.3.0/tests/posix/common/src/
Dpthread.c65 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, &param)); in test_pthread_setschedprio_fn()
Dpthread_attr.c332 zassert_ok(pthread_getschedparam(pthread_self(), &act_policy, &param)); in inheritsched_entry()
/Zephyr-4.3.0/samples/posix/philosophers/src/
Dmain.c94 ret = pthread_getschedparam(pthread_self(), &policy, &param); in print_phil_state()
/Zephyr-4.3.0/include/zephyr/posix/
Dpthread.h418 int pthread_getschedparam(pthread_t pthread, int *policy,
/Zephyr-4.3.0/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-4.3.0/doc/services/portability/posix/option_groups/
Dindex.rst1050 pthread_getschedparam(),yes