Searched refs:sched_get_priority_max (Results 1 – 9 of 9) sorted by relevance
13 use of sched_get_priority_min() and sched_get_priority_max().17 https://pubs.opengroup.org/onlinepubs/9699919799/functions/sched_get_priority_max.html
27 int sched_get_priority_max(int policy) in sched_get_priority_max() function
20 mq_open(), mq_receive(), mq_send(), mq_setattr(), mq_unlink(), sched_get_priority_max(),
30 zassert_not_null(sched_get_priority_max); in ZTEST()
50 int sched_get_priority_max(int policy);
153 #define sched_get_priority_max(...) zap_sched_get_priority_max(__VA_ARGS__) macro
207 .sched_priority = sched_get_priority_max(SCHED_FIFO), in setup()
502 pmax = sched_get_priority_max(policies[policy]); in ZTEST()
844 sched_get_priority_max(),yes