Home
last modified time | relevance | path

Searched refs:posix_sched_priority_min (Results 1 – 3 of 3) sorted by relevance

/Zephyr-latest/lib/posix/options/
Dpthread_sched.h20 static inline int posix_sched_priority_min(int policy) in posix_sched_priority_min() function
Dsched.c19 return posix_sched_priority_min(policy); in sched_get_priority_min()
Dpthread.c241 if (priority >= posix_sched_priority_min(policy) && in is_posix_policy_prio_valid()