1SCHED_GET_PRIORITY_MAX(3P) POSIX Programmer's ManualSCHED_GET_PRIORITY_MAX(3P)
2
3
4

PROLOG

6       This  manual  page is part of the POSIX Programmer's Manual.  The Linux
7       implementation of this interface may differ (consult the  corresponding
8       Linux  manual page for details of Linux behavior), or the interface may
9       not be implemented on Linux.
10
11

NAME

13       sched_get_priority_max, sched_get_priority_min —  get  priority  limits
14       (REALTIME)
15

SYNOPSIS

17       #include <sched.h>
18
19       int sched_get_priority_max(int policy);
20       int sched_get_priority_min(int policy);
21

DESCRIPTION

23       The  sched_get_priority_max()  and  sched_get_priority_min()  functions
24       shall return the appropriate maximum or minimum, respectively, for  the
25       scheduling policy specified by policy.
26
27       The  value  of  policy  shall  be  one  of the scheduling policy values
28       defined in <sched.h>.
29

RETURN VALUE

31       If  successful,  the  sched_get_priority_max()   and   sched_get_prior‐
32       ity_min()  functions  shall  return  the appropriate maximum or minimum
33       values, respectively. If unsuccessful, they shall return a value of  −1
34       and set errno to indicate the error.
35

ERRORS

37       The  sched_get_priority_max()  and  sched_get_priority_min()  functions
38       shall fail if:
39
40       EINVAL The value of the policy parameter does not represent  a  defined
41              scheduling policy.
42
43       The following sections are informative.
44

EXAMPLES

46       None.
47

APPLICATION USAGE

49       None.
50

RATIONALE

52       None.
53

FUTURE DIRECTIONS

55       None.
56

SEE ALSO

58       sched_getparam(), sched_setparam(), sched_getscheduler(),
59       sched_rr_get_interval(), sched_setscheduler()
60
61       The Base Definitions volume of POSIX.1‐2008, <sched.h>
62
64       Portions of this text are reprinted and reproduced in  electronic  form
65       from IEEE Std 1003.1, 2013 Edition, Standard for Information Technology
66       -- Portable Operating System Interface (POSIX),  The  Open  Group  Base
67       Specifications Issue 7, Copyright (C) 2013 by the Institute of Electri‐
68       cal and Electronics Engineers,  Inc  and  The  Open  Group.   (This  is
69       POSIX.1-2008  with  the  2013  Technical Corrigendum 1 applied.) In the
70       event of any discrepancy between this version and the original IEEE and
71       The  Open Group Standard, the original IEEE and The Open Group Standard
72       is the referee document. The original Standard can be  obtained  online
73       at http://www.unix.org/online.html .
74
75       Any  typographical  or  formatting  errors that appear in this page are
76       most likely to have been introduced during the conversion of the source
77       files  to  man page format. To report such errors, see https://www.ker
78       nel.org/doc/man-pages/reporting_bugs.html .
79
80
81
82IEEE/The Open Group                  2013           SCHED_GET_PRIORITY_MAX(3P)
Impressum