This version of this document is no longer maintained. For the latest documentation, see http://www.qnx.com/developers/docs. |
Get the maximum priority for the scheduling policy
#include <sched.h> int sched_get_priority_max( int policy );
libc
Use the -l c option to qcc to link against this library. This library is usually included automatically.
The sched_get_priority_max() function returns the maximum value for the scheduling policy specified by policy.
The appropriate minimum for success, or -1 (errno is set).
See sched_getparam().
Safety: | |
---|---|
Cancellation point | No |
Interrupt handler | No |
Signal handler | Yes |
Thread | Yes |
sched_getparam(), sched_get_priority_min(), sched_setparam(), sched_getscheduler(), sched_setscheduler()