resource-h.md 2.1 KB
Newer Older
W
wenjun 已提交
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46
# resource.h<a name="ZH-CN_TOPIC_0000001055108025"></a>

## **Overview**<a name="section1654331911084831"></a>

**Related Modules:**

[PROCESS](PROCESS.md)

**Description:**

Declares process-related structures and functions. 

**Since:**

1.0

**Version:**

1.0

## **Summary**<a name="section1633353077084831"></a>

## Functions<a name="func-members"></a>

<a name="table1074254669084831"></a>
<table><thead align="left"><tr id="row1022034104084831"><th class="cellrowborder" valign="top" width="50%" id="mcps1.1.3.1.1"><p id="p187342976084831"><a name="p187342976084831"></a><a name="p187342976084831"></a>Function Name</p>
</th>
<th class="cellrowborder" valign="top" width="50%" id="mcps1.1.3.1.2"><p id="p694011492084831"><a name="p694011492084831"></a><a name="p694011492084831"></a>Description</p>
</th>
</tr>
</thead>
<tbody><tr id="row1109527933084831"><td class="cellrowborder" valign="top" width="50%" headers="mcps1.1.3.1.1 "><p id="p407957072084831"><a name="p407957072084831"></a><a name="p407957072084831"></a><a href="PROCESS.md#gac2ee4921a8961060b4c7fcad8bf2b4e2">getpriority</a> (int which, id_t who)</p>
</td>
<td class="cellrowborder" valign="top" width="50%" headers="mcps1.1.3.1.2 "><p id="p896751955084831"><a name="p896751955084831"></a><a name="p896751955084831"></a>int&nbsp;</p>
<p id="p290532172084831"><a name="p290532172084831"></a><a name="p290532172084831"></a>Obtains the static priority of a specified ID. </p>
</td>
</tr>
<tr id="row897172992084831"><td class="cellrowborder" valign="top" width="50%" headers="mcps1.1.3.1.1 "><p id="p266498803084831"><a name="p266498803084831"></a><a name="p266498803084831"></a><a href="PROCESS.md#ga0a8d4c8043a7748c25dd551dc69dcad2">setpriority</a> (int which, id_t who, int value)</p>
</td>
<td class="cellrowborder" valign="top" width="50%" headers="mcps1.1.3.1.2 "><p id="p1556450753084831"><a name="p1556450753084831"></a><a name="p1556450753084831"></a>int&nbsp;</p>
<p id="p1054083561084831"><a name="p1054083561084831"></a><a name="p1054083561084831"></a>Sets the static priority of a specified ID. </p>
</td>
</tr>
</tbody>
</table>