⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 apr__atomic_8h.html

📁 apr函数库使用手册
💻 HTML
字号:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html><head><meta http-equiv="Content-Type" content="text/html;charset=iso-8859-1">
<title>Apache Portable Runtime: apr_atomic.h File Reference</title>
<link href="doxygen.css" rel="stylesheet" type="text/css">
</head><body>
<!-- Generated by Doxygen 1.3.7 -->
<div class="qindex"><a class="qindex" href="index.html">Main&nbsp;Page</a> | <a class="qindex" href="modules.html">Modules</a> | <a class="qindex" href="annotated.html">Data&nbsp;Structures</a> | <a class="qindex" href="files.html">File&nbsp;List</a> | <a class="qindex" href="functions.html">Data&nbsp;Fields</a> | <a class="qindex" href="globals.html">Globals</a> | <a class="qindex" href="pages.html">Related&nbsp;Pages</a></div>
<h1>apr_atomic.h File Reference</h1>APR Atomic Operations.  
<a href="#_details">More...</a>
<p>
<code>#include "apr.h"</code><br>
<code>#include "<a class="el" href="apr__pools_8h-source.html">apr_pools.h</a>"</code><br>

<p>
<a href="apr__atomic_8h-source.html">Go to the source code of this file.</a><table border=0 cellpadding=0 cellspacing=0>
<tr><td></td></tr>
<tr><td colspan=2><br><h2>Functions</h2></td></tr>
<tr><td class="memItemLeft" nowrap align=right valign=top><a class="el" href="group__apr__errno.html#ga0">apr_status_t</a>&nbsp;</td><td class="memItemRight" valign=bottom><a class="el" href="group__apr__atomic.html#ga0">apr_atomic_init</a> (<a class="el" href="group__apr__pools.html#ga0">apr_pool_t</a> *p)</td></tr>

<tr><td class="memItemLeft" nowrap align=right valign=top>apr_uint32_t&nbsp;</td><td class="memItemRight" valign=bottom><a class="el" href="group__apr__atomic.html#ga1">apr_atomic_read32</a> (volatile apr_uint32_t *mem)</td></tr>

<tr><td class="memItemLeft" nowrap align=right valign=top>void&nbsp;</td><td class="memItemRight" valign=bottom><a class="el" href="group__apr__atomic.html#ga2">apr_atomic_set32</a> (volatile apr_uint32_t *mem, apr_uint32_t val)</td></tr>

<tr><td class="memItemLeft" nowrap align=right valign=top>apr_uint32_t&nbsp;</td><td class="memItemRight" valign=bottom><a class="el" href="group__apr__atomic.html#ga3">apr_atomic_add32</a> (volatile apr_uint32_t *mem, apr_uint32_t val)</td></tr>

<tr><td class="memItemLeft" nowrap align=right valign=top>void&nbsp;</td><td class="memItemRight" valign=bottom><a class="el" href="group__apr__atomic.html#ga4">apr_atomic_sub32</a> (volatile apr_uint32_t *mem, apr_uint32_t val)</td></tr>

<tr><td class="memItemLeft" nowrap align=right valign=top>apr_uint32_t&nbsp;</td><td class="memItemRight" valign=bottom><a class="el" href="group__apr__atomic.html#ga5">apr_atomic_inc32</a> (volatile apr_uint32_t *mem)</td></tr>

<tr><td class="memItemLeft" nowrap align=right valign=top>int&nbsp;</td><td class="memItemRight" valign=bottom><a class="el" href="group__apr__atomic.html#ga6">apr_atomic_dec32</a> (volatile apr_uint32_t *mem)</td></tr>

<tr><td class="memItemLeft" nowrap align=right valign=top>apr_uint32_t&nbsp;</td><td class="memItemRight" valign=bottom><a class="el" href="group__apr__atomic.html#ga7">apr_atomic_cas32</a> (volatile apr_uint32_t *mem, apr_uint32_t with, apr_uint32_t cmp)</td></tr>

<tr><td class="memItemLeft" nowrap align=right valign=top>apr_uint32_t&nbsp;</td><td class="memItemRight" valign=bottom><a class="el" href="group__apr__atomic.html#ga8">apr_atomic_xchg32</a> (volatile apr_uint32_t *mem, apr_uint32_t val)</td></tr>

<tr><td class="memItemLeft" nowrap align=right valign=top>void *&nbsp;</td><td class="memItemRight" valign=bottom><a class="el" href="group__apr__atomic.html#ga9">apr_atomic_casptr</a> (volatile void **mem, void *with, const void *cmp)</td></tr>

</table>
<hr><a name="_details"></a><h2>Detailed Description</h2>
APR Atomic Operations. 
<p>
<hr size="1"><address style="align: right;"><small>Generated on Mon Feb 7 13:18:25 2005 for Apache Portable Runtime by
<a href="../../../www.doxygen.org/index.html">
<img src="doxygen.png" alt="doxygen" align="middle" border=0 ></a> 1.3.7 </small></address>
</body>
</html>

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -