Searched refs:pthread_getschedparam (Results 1 – 8 of 8) sorted by relevance
/Zephyr-latest/tests/posix/common/src/ |
D | pthread.c | 64 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, ¶m)); in test_pthread_setschedprio_fn()
|
D | pthread_attr.c | 332 zassert_ok(pthread_getschedparam(pthread_self(), &act_policy, ¶m)); in inheritsched_entry()
|
/Zephyr-latest/tests/posix/headers/src/ |
D | pthread_h.c | 107 zassert_not_null(pthread_getschedparam); in ZTEST()
|
/Zephyr-latest/arch/posix/include/ |
D | posix_cheats.h | 128 #define pthread_getschedparam(...) zap_pthread_getschedparam(__VA_ARGS__) macro
|
/Zephyr-latest/samples/posix/philosophers/src/ |
D | main.c | 93 ret = pthread_getschedparam(pthread_self(), &policy, ¶m); in print_phil_state()
|
/Zephyr-latest/include/zephyr/posix/ |
D | pthread.h | 418 int pthread_getschedparam(pthread_t pthread, int *policy,
|
/Zephyr-latest/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-latest/doc/services/portability/posix/option_groups/ |
D | index.rst | 1013 pthread_getschedparam(),yes
|