|
1 | 1 | <?xml version="1.0" encoding="utf-8"?>
|
2 |
| -<reference xmlns="http://docbook.org/ns/docbook" xml:id="enum.qosclass" role="enum"> |
3 |
| - <title>The QosClass Enum</title> |
4 |
| - <titleabbrev>QosClass</titleabbrev> |
| 2 | +<reference xmlns="http://docbook.org/ns/docbook" xml:id="enum.pcntl-qosclass" role="enum"> |
| 3 | + <title>The Pcntl\QosClass Enum</title> |
| 4 | + <titleabbrev>Pcntl\QosClass</titleabbrev> |
5 | 5 |
|
6 | 6 | <partintro>
|
7 |
| - <section xml:id="enum.qosclass.intro"> |
| 7 | + <section xml:id="enum.pcntl-qosclass.intro"> |
8 | 8 | &reftitle.intro;
|
9 | 9 | <simpara>
|
10 |
| - The <enumname>QosClass</enumname> enum is used to specify the user process |
| 10 | + The <enumname>Pcntl\QosClass</enumname> enum is used to specify the user process |
11 | 11 | priority with <function>pcntl_setqos_class</function>.
|
12 | 12 | </simpara>
|
13 | 13 | </section>
|
14 | 14 |
|
15 |
| - <section xml:id="enum.qosclass.synopsis"> |
| 15 | + <section xml:id="enum.pcntl-qosclass.synopsis"> |
16 | 16 | &reftitle.enumsynopsis;
|
17 | 17 | <enumsynopsis>
|
18 |
| - <enumname>QosClass</enumname> |
| 18 | + <enumname>Pcntl\QosClass</enumname> |
19 | 19 |
|
20 | 20 | <enumitem>
|
21 |
| - <enumidentifier>Pcntl::Background</enumidentifier> |
| 21 | + <enumidentifier>Background</enumidentifier> |
22 | 22 | <enumitemdescription>
|
23 | 23 | Runs the process after all high-priority ones had ran their courses.
|
24 | 24 | </enumitemdescription>
|
25 | 25 | </enumitem>
|
26 | 26 |
|
27 | 27 | <enumitem>
|
28 |
| - <enumidentifier>Pcntl::Default</enumidentifier> |
| 28 | + <enumidentifier>Default</enumidentifier> |
29 | 29 | <enumitemdescription>
|
30 | 30 | Runs the process after all high-priority processes but before the low-priority ones.
|
31 | 31 | </enumitemdescription>
|
32 | 32 | </enumitem>
|
33 | 33 |
|
34 | 34 | <enumitem>
|
35 |
| - <enumidentifier>Pcntl::UserInteractive</enumidentifier> |
| 35 | + <enumidentifier>UserInteractive</enumidentifier> |
36 | 36 | <enumitemdescription>
|
37 | 37 | Runs the process as the highest priority level.
|
38 | 38 | </enumitemdescription>
|
39 | 39 | </enumitem>
|
40 | 40 |
|
41 | 41 | <enumitem>
|
42 |
| - <enumidentifier>Pcntl::UserInitiated</enumidentifier> |
| 42 | + <enumidentifier>UserInitiated</enumidentifier> |
43 | 43 | <enumitemdescription>
|
44 |
| - Runs the process at high priority level but below Pcntl::UserInteractive ones. |
| 44 | + Runs the process at high priority level but below UserInteractive ones. |
45 | 45 | </enumitemdescription>
|
46 | 46 | </enumitem>
|
47 | 47 | </enumsynopsis>
|
|
0 commit comments