This version of this document is no longer maintained. For the latest documentation, see http://www.qnx.com/developers/docs. |
Get the minimum priority for the scheduling policy
#include <sched.h> int sched_get_priority_min( 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_min() function returns the minimum value for the scheduling policy specified by policy.
The appropriate minimum for success, or -1 (errno is set).
Safety: | |
---|---|
Cancellation point | No |
Interrupt handler | No |
Signal handler | Yes |
Thread | Yes |
sched_getparam(), sched_get_priority_max(), sched_setparam(), sched_getscheduler(), sched_setscheduler()