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

📄 group__apr__thread__proc.html

📁 apr函数库使用手册
💻 HTML
📖 第 1 页 / 共 5 页
字号:
<table cellspacing=5 cellpadding=0 border=0>
  <tr>
    <td>
      &nbsp;
    </td>
    <td>

<p>
Detach     </td>
  </tr>
</table>
<a class="anchor" name="ga66" doxytag="apr_thread_proc.h::APR_PROC_DETACH_FOREGROUND" ></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_PROC_DETACH_FOREGROUND&nbsp;&nbsp;&nbsp;0    /**&lt; Do not detach */          </td>
        </tr>
      </table>
    </td>
  </tr>
</table>
<table cellspacing=5 cellpadding=0 border=0>
  <tr>
    <td>
      &nbsp;
    </td>
    <td>

<p>
Do not detach     </td>
  </tr>
</table>
<hr><h2>Typedef Documentation</h2>
<a class="anchor" name="ga1" doxytag="apr_thread_proc.h::apr_child_errfn_t" ></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"> typedef void( <a class="el" href="group__apr__thread__proc.html#ga1">apr_child_errfn_t</a>)(<a class="el" href="group__apr__pools.html#ga0">apr_pool_t</a> *proc, <a class="el" href="group__apr__errno.html#ga0">apr_status_t</a> err, const char *description)          </td>
        </tr>
      </table>
    </td>
  </tr>
</table>
<table cellspacing=5 cellpadding=0 border=0>
  <tr>
    <td>
      &nbsp;
    </td>
    <td>

<p>
The prototype for APR child errfn functions. (See the description of <a class="el" href="group__apr__thread__proc.html#ga37">apr_procattr_child_errfn_set()</a> for more information.) It is passed the following parameters: <dl compact><dt><b>Parameters:</b></dt><dd>
  <table border="0" cellspacing="2" cellpadding="0">
    <tr><td></td><td valign=top><em>pool</em>&nbsp;</td><td>Pool associated with the <a class="el" href="structapr__proc__t.html">apr_proc_t</a>. If your child error function needs user data, associate it with this pool. </td></tr>
    <tr><td></td><td valign=top><em>err</em>&nbsp;</td><td>APR error code describing the error </td></tr>
    <tr><td></td><td valign=top><em>description</em>&nbsp;</td><td>Text description of type of processing which failed </td></tr>
  </table>
</dl>
    </td>
  </tr>
</table>
<a class="anchor" name="ga7" doxytag="apr_thread_proc.h::apr_other_child_rec_t" ></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"> typedef struct <a class="el" href="group__apr__thread__proc.html#ga7">apr_other_child_rec_t</a> <a class="el" href="group__apr__thread__proc.html#ga7">apr_other_child_rec_t</a>          </td>
        </tr>
      </table>
    </td>
  </tr>
</table>
<table cellspacing=5 cellpadding=0 border=0>
  <tr>
    <td>
      &nbsp;
    </td>
    <td>

<p>
Opaque record of child process.     </td>
  </tr>
</table>
<a class="anchor" name="ga0" doxytag="apr_thread_proc.h::apr_proc_t" ></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"> typedef struct <a class="el" href="structapr__proc__t.html">apr_proc_t</a>  <a class="el" href="structapr__proc__t.html">apr_proc_t</a>          </td>
        </tr>
      </table>
    </td>
  </tr>
</table>
<table cellspacing=5 cellpadding=0 border=0>
  <tr>
    <td>
      &nbsp;
    </td>
    <td>

<p>
The APR process type     </td>
  </tr>
</table>
<a class="anchor" name="ga4" doxytag="apr_thread_proc.h::apr_procattr_t" ></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"> typedef struct <a class="el" href="group__apr__thread__proc.html#ga4">apr_procattr_t</a> <a class="el" href="group__apr__thread__proc.html#ga4">apr_procattr_t</a>          </td>
        </tr>
      </table>
    </td>
  </tr>
</table>
<table cellspacing=5 cellpadding=0 border=0>
  <tr>
    <td>
      &nbsp;
    </td>
    <td>

<p>
Opaque Process attributes structure.     </td>
  </tr>
</table>
<a class="anchor" name="ga5" doxytag="apr_thread_proc.h::apr_thread_once_t" ></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"> typedef struct <a class="el" href="group__apr__thread__proc.html#ga5">apr_thread_once_t</a> <a class="el" href="group__apr__thread__proc.html#ga5">apr_thread_once_t</a>          </td>
        </tr>
      </table>
    </td>
  </tr>
</table>
<table cellspacing=5 cellpadding=0 border=0>
  <tr>
    <td>
      &nbsp;
    </td>
    <td>

<p>
Opaque control variable for one-time atomic variables.     </td>
  </tr>
</table>
<a class="anchor" name="ga8" doxytag="apr_thread_proc.h::apr_thread_start_t" ></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"> typedef void*(APR_THREAD_FUNC * <a class="el" href="group__apr__thread__proc.html#ga8">apr_thread_start_t</a>)(<a class="el" href="group__apr__thread__proc.html#ga2">apr_thread_t</a> *, void *)          </td>
        </tr>
      </table>
    </td>
  </tr>
</table>
<table cellspacing=5 cellpadding=0 border=0>
  <tr>
    <td>
      &nbsp;
    </td>
    <td>

<p>
The prototype for any APR thread worker functions.     </td>
  </tr>
</table>
<a class="anchor" name="ga2" doxytag="apr_thread_proc.h::apr_thread_t" ></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"> typedef struct <a class="el" href="group__apr__thread__proc.html#ga2">apr_thread_t</a> <a class="el" href="group__apr__thread__proc.html#ga2">apr_thread_t</a>          </td>
        </tr>
      </table>
    </td>
  </tr>
</table>
<table cellspacing=5 cellpadding=0 border=0>
  <tr>
    <td>
      &nbsp;
    </td>
    <td>

<p>
Opaque Thread structure.     </td>
  </tr>
</table>
<a class="anchor" name="ga3" doxytag="apr_thread_proc.h::apr_threadattr_t" ></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"> typedef struct <a class="el" href="group__apr__thread__proc.html#ga3">apr_threadattr_t</a> <a class="el" href="group__apr__thread__proc.html#ga3">apr_threadattr_t</a>          </td>
        </tr>
      </table>
    </td>
  </tr>
</table>
<table cellspacing=5 cellpadding=0 border=0>
  <tr>
    <td>
      &nbsp;
    </td>
    <td>

<p>
Opaque Thread attributes structure.     </td>
  </tr>
</table>
<a class="anchor" name="ga6" doxytag="apr_thread_proc.h::apr_threadkey_t" ></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"> typedef struct <a class="el" href="group__apr__thread__proc.html#ga6">apr_threadkey_t</a> <a class="el" href="group__apr__thread__proc.html#ga6">apr_threadkey_t</a>          </td>
        </tr>
      </table>
    </td>
  </tr>
</table>
<table cellspacing=5 cellpadding=0 border=0>
  <tr>
    <td>
      &nbsp;
    </td>
    <td>

<p>
Opaque thread private address space.     </td>
  </tr>
</table>

⌨️ 快捷键说明

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