📄 group___a_p_r___o_c.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: Other Child Flags</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 Page</a> | <a class="qindex" href="modules.html">Modules</a> | <a class="qindex" href="annotated.html">Data Structures</a> | <a class="qindex" href="files.html">File List</a> | <a class="qindex" href="functions.html">Data Fields</a> | <a class="qindex" href="globals.html">Globals</a> | <a class="qindex" href="pages.html">Related Pages</a></div>
<h1>Other Child Flags<br>
<small>
[<a class="el" href="group__apr__thread__proc.html">Threads and Process Functions</a>]</small>
</h1><table border=0 cellpadding=0 cellspacing=0>
<tr><td></td></tr>
<tr><td colspan=2><br><h2>Defines</h2></td></tr>
<tr><td class="memItemLeft" nowrap align=right valign=top>#define </td><td class="memItemRight" valign=bottom><a class="el" href="group___a_p_r___o_c.html#ga0">APR_OC_REASON_DEATH</a></td></tr>
<tr><td class="memItemLeft" nowrap align=right valign=top>#define </td><td class="memItemRight" valign=bottom><a class="el" href="group___a_p_r___o_c.html#ga1">APR_OC_REASON_UNWRITABLE</a> 1 /**< write_fd is unwritable */</td></tr>
<tr><td class="memItemLeft" nowrap align=right valign=top>#define </td><td class="memItemRight" valign=bottom><a class="el" href="group___a_p_r___o_c.html#ga2">APR_OC_REASON_RESTART</a></td></tr>
<tr><td class="memItemLeft" nowrap align=right valign=top>#define </td><td class="memItemRight" valign=bottom><a class="el" href="group___a_p_r___o_c.html#ga3">APR_OC_REASON_UNREGISTER</a></td></tr>
<tr><td class="memItemLeft" nowrap align=right valign=top>#define </td><td class="memItemRight" valign=bottom><a class="el" href="group___a_p_r___o_c.html#ga4">APR_OC_REASON_LOST</a></td></tr>
<tr><td class="memItemLeft" nowrap align=right valign=top>#define </td><td class="memItemRight" valign=bottom><a class="el" href="group___a_p_r___o_c.html#ga5">APR_OC_REASON_RUNNING</a></td></tr>
</table>
<hr><h2>Define Documentation</h2>
<a class="anchor" name="ga0" doxytag="apr_thread_proc.h::APR_OC_REASON_DEATH" ></a><p>
<table class="mdTable" width="100%" cellpadding="2" cellspacing="0">
<tr>
<td class="mdRow">
<table cellpadding="0" cellspacing="0" border="0">
<tr>
<td class="md" nowrap valign="top"> #define APR_OC_REASON_DEATH </td>
</tr>
</table>
</td>
</tr>
</table>
<table cellspacing=5 cellpadding=0 border=0>
<tr>
<td>
</td>
<td>
<p>
<b>Value:</b><pre class="fragment"><div>0 <span class="comment">/**< child has died, caller must call</span>
<span class="comment"> * unregister still */</span>
</div></pre>child has died, caller must call unregister still </td>
</tr>
</table>
<a class="anchor" name="ga4" doxytag="apr_thread_proc.h::APR_OC_REASON_LOST" ></a><p>
<table class="mdTable" width="100%" cellpadding="2" cellspacing="0">
<tr>
<td class="mdRow">
<table cellpadding="0" cellspacing="0" border="0">
<tr>
<td class="md" nowrap valign="top"> #define APR_OC_REASON_LOST </td>
</tr>
</table>
</td>
</tr>
</table>
<table cellspacing=5 cellpadding=0 border=0>
<tr>
<td>
</td>
<td>
<p>
<b>Value:</b><pre class="fragment"><div>4 <span class="comment">/**< somehow the child exited without</span>
<span class="comment"> * us knowing ... buggy os? */</span>
</div></pre>somehow the child exited without us knowing ... buggy os? </td>
</tr>
</table>
<a class="anchor" name="ga2" doxytag="apr_thread_proc.h::APR_OC_REASON_RESTART" ></a><p>
<table class="mdTable" width="100%" cellpadding="2" cellspacing="0">
<tr>
<td class="mdRow">
<table cellpadding="0" cellspacing="0" border="0">
<tr>
<td class="md" nowrap valign="top"> #define APR_OC_REASON_RESTART </td>
</tr>
</table>
</td>
</tr>
</table>
<table cellspacing=5 cellpadding=0 border=0>
<tr>
<td>
</td>
<td>
<p>
<b>Value:</b><pre class="fragment"><div>2 <span class="comment">/**< a restart is occuring, perform</span>
<span class="comment"> * any necessary cleanup (including</span>
<span class="comment"> * sending a special signal to child)</span>
<span class="comment"> */</span>
</div></pre>a restart is occuring, perform any necessary cleanup (including sending a special signal to child) </td>
</tr>
</table>
<a class="anchor" name="ga5" doxytag="apr_thread_proc.h::APR_OC_REASON_RUNNING" ></a><p>
<table class="mdTable" width="100%" cellpadding="2" cellspacing="0">
<tr>
<td class="mdRow">
<table cellpadding="0" cellspacing="0" border="0">
<tr>
<td class="md" nowrap valign="top"> #define APR_OC_REASON_RUNNING </td>
</tr>
</table>
</td>
</tr>
</table>
<table cellspacing=5 cellpadding=0 border=0>
<tr>
<td>
</td>
<td>
<p>
<b>Value:</b><pre class="fragment"><div>5 <span class="comment">/**< a health check is occuring, </span>
<span class="comment"> * for most maintainence functions</span>
<span class="comment"> * this is a no-op.</span>
<span class="comment"> */</span>
</div></pre>a health check is occuring, for most maintainence functions this is a no-op. </td>
</tr>
</table>
<a class="anchor" name="ga3" doxytag="apr_thread_proc.h::APR_OC_REASON_UNREGISTER" ></a><p>
<table class="mdTable" width="100%" cellpadding="2" cellspacing="0">
<tr>
<td class="mdRow">
<table cellpadding="0" cellspacing="0" border="0">
<tr>
<td class="md" nowrap valign="top"> #define APR_OC_REASON_UNREGISTER </td>
</tr>
</table>
</td>
</tr>
</table>
<table cellspacing=5 cellpadding=0 border=0>
<tr>
<td>
</td>
<td>
<p>
<b>Value:</b><pre class="fragment"><div>3 <span class="comment">/**< unregister has been called, do</span>
<span class="comment"> * whatever is necessary (including</span>
<span class="comment"> * kill the child) */</span>
</div></pre>unregister has been called, do whatever is necessary (including kill the child) </td>
</tr>
</table>
<a class="anchor" name="ga1" doxytag="apr_thread_proc.h::APR_OC_REASON_UNWRITABLE" ></a><p>
<table class="mdTable" width="100%" cellpadding="2" cellspacing="0">
<tr>
<td class="mdRow">
<table cellpadding="0" cellspacing="0" border="0">
<tr>
<td class="md" nowrap valign="top"> #define APR_OC_REASON_UNWRITABLE 1 /**< write_fd is unwritable */ </td>
</tr>
</table>
</td>
</tr>
</table>
<table cellspacing=5 cellpadding=0 border=0>
<tr>
<td>
</td>
<td>
<p>
write_fd is unwritable </td>
</tr>
</table>
<hr size="1"><address style="align: right;"><small>Generated on Mon Feb 7 13:18:26 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 + -