|
1 | 1 | <?xml version="1.0" encoding="utf-8"?>
|
2 | 2 | <!-- $Revision$ -->
|
3 |
| -<!-- EN-Revision: ee8d203f9230b0496f6d69cc1237d9ca63475ad7 Maintainer: Ippey Status: ready --> |
4 |
| -<reference xmlns="http://docbook.org/ns/docbook" xml:id="enum.qosclass" role="enum"> |
5 |
| - <title>QosClass Enum</title> |
6 |
| - <titleabbrev>QosClass</titleabbrev> |
| 3 | +<!-- EN-Revision: fc9cab7d56f91b2fd9b549eaabcbf77f7d66e36f Maintainer: Ippey Status: ready --> |
| 4 | +<reference xmlns="http://docbook.org/ns/docbook" xml:id="enum.pcntl-qosclass" role="enum"> |
| 5 | + <title>Pcntl\QosClass Enum</title> |
| 6 | + <titleabbrev>Pcntl\QosClass</titleabbrev> |
7 | 7 |
|
8 | 8 | <partintro>
|
9 |
| - <section xml:id="enum.qosclass.intro"> |
| 9 | + <section xml:id="enum.pcntl-qosclass.intro"> |
10 | 10 | &reftitle.intro;
|
11 | 11 | <simpara>
|
12 |
| - 列挙型の <enumname>QosClass</enumname> は、<function>pcntl_setqos_class</function> を使用して |
| 12 | + 列挙型の <enumname>Pcntl\QosClass</enumname> は、<function>pcntl_setqos_class</function> を使用して |
13 | 13 | ユーザプロセスの優先度指定するために使用されます。
|
14 | 14 | </simpara>
|
15 | 15 | </section>
|
16 | 16 |
|
17 |
| - <section xml:id="enum.qosclass.synopsis"> |
| 17 | + <section xml:id="enum.pcntl-qosclass.synopsis"> |
18 | 18 | &reftitle.enumsynopsis;
|
19 | 19 | <enumsynopsis>
|
20 |
| - <enumname>QosClass</enumname> |
| 20 | + <enumname>Pcntl\QosClass</enumname> |
21 | 21 |
|
22 | 22 | <enumitem>
|
23 |
| - <enumidentifier>Pcntl::Background</enumidentifier> |
| 23 | + <enumidentifier>Background</enumidentifier> |
24 | 24 | <enumitemdescription>
|
25 | 25 | 全ての優先度が高いプロセスが終了した後に、このプロセスが実行されます。
|
26 | 26 | </enumitemdescription>
|
27 | 27 | </enumitem>
|
28 | 28 |
|
29 | 29 | <enumitem>
|
30 |
| - <enumidentifier>Pcntl::Default</enumidentifier> |
| 30 | + <enumidentifier>Default</enumidentifier> |
31 | 31 | <enumitemdescription>
|
32 | 32 | 全ての優先度が高いプロセスが終了した後、優先度の低いプロセスの前にこのプロセスが実行されます。
|
33 | 33 | </enumitemdescription>
|
34 | 34 | </enumitem>
|
35 | 35 |
|
36 | 36 | <enumitem>
|
37 |
| - <enumidentifier>Pcntl::UserInteractive</enumidentifier> |
| 37 | + <enumidentifier>UserInteractive</enumidentifier> |
38 | 38 | <enumitemdescription>
|
39 | 39 | 最優先レベルでプロセスを実行します。
|
40 | 40 | </enumitemdescription>
|
41 | 41 | </enumitem>
|
42 | 42 |
|
43 | 43 | <enumitem>
|
44 |
| - <enumidentifier>Pcntl::UserInitiated</enumidentifier> |
| 44 | + <enumidentifier>UserInitiated</enumidentifier> |
45 | 45 | <enumitemdescription>
|
46 |
| - 最優先レベルでプロセスを実行しますが、 Pcntl::UserInteractive より後になります。 |
| 46 | + 最優先レベルでプロセスを実行しますが、 UserInteractive より後になります。 |
47 | 47 | </enumitemdescription>
|
48 | 48 | </enumitem>
|
49 | 49 | </enumsynopsis>
|
|
0 commit comments