Warning: main(/www/www/htdocs/style/globals.php) [function.main]: failed to open stream: No such file or directory in /www/www/docs/6.4.1/neutrino/lib_ref/s/sched_get_priority_max.html on line 1
Warning: main() [function.include]: Failed opening '/www/www/htdocs/style/globals.php' for inclusion (include_path='.:/www/www/common:/www/www/php/lib/php') in /www/www/docs/6.4.1/neutrino/lib_ref/s/sched_get_priority_max.html on line 1
Warning: main(/www/www/htdocs/style/header.php) [function.main]: failed to open stream: No such file or directory in /www/www/docs/6.4.1/neutrino/lib_ref/s/sched_get_priority_max.html on line 8
Warning: main() [function.include]: Failed opening '/www/www/htdocs/style/header.php' for inclusion (include_path='.:/www/www/common:/www/www/php/lib/php') in /www/www/docs/6.4.1/neutrino/lib_ref/s/sched_get_priority_max.html on line 8
Get the maximum priority for the scheduling policy
#include <sched.h>
int sched_get_priority_max( int policy );
- policy
- The scheduling policy, which must be one of:
- SCHED_FIFO — a fixed-priority scheduler in which
the highest priority ready thread runs until it blocks or is preempted
by a higher priority thread.
- SCHED_RR — similar to SCHED_FIFO,
except that threads at the same priority level timeslice (round robin)
every 4 × the clock period (see
ClockPeriod()).
- SCHED_OTHER — currently the same as
SCHED_RR.
- SCHED_SPORADIC — sporadic scheduling.
For more information, see
pthread_attr_setschedpolicy(),
and
“Scheduling algorithms”
in the chapter on the Neutrino microkernel in the
System Architecture guide.
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).
- EINVAL
- The value of the policy parameter doesn't represent a defined scheduling policy.
- ENOSYS
- The sched_get_priority_max() function isn't currently supported.
See
sched_getparam().
POSIX 1003.1 PS
Safety: | |
Cancellation point |
No |
Interrupt handler |
No |
Signal handler |
Yes |
Thread |
Yes |
sched_getparam(),
sched_get_priority_min(),
sched_setparam(),
sched_getscheduler(),
sched_setscheduler()
Processes and Threads
chapter of Getting Started with QNX Neutrino
Warning: main(/www/www/htdocs/style/footer.php) [function.main]: failed to open stream: No such file or directory in /www/www/docs/6.4.1/neutrino/lib_ref/s/sched_get_priority_max.html on line 167
Warning: main() [function.include]: Failed opening '/www/www/htdocs/style/footer.php' for inclusion (include_path='.:/www/www/common:/www/www/php/lib/php') in /www/www/docs/6.4.1/neutrino/lib_ref/s/sched_get_priority_max.html on line 167