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

📄 class_plugin_thread_pool_1_1_c_lock.html

📁 用vc++写的一个简单的线程池的代码
💻 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>ThreadPool: PluginThreadPool::CLock Class Reference</title><link href="doxygen.css" rel="stylesheet" type="text/css"><link href="tabs.css" rel="stylesheet" type="text/css"></head><body><!-- Generated by Doxygen 1.4.7 --><div class="tabs">  <ul>    <li><a href="index.html"><span>Main&nbsp;Page</span></a></li>    <li><a href="namespaces.html"><span>Namespaces</span></a></li>    <li id="current"><a href="classes.html"><span>Classes</span></a></li>    <li><a href="files.html"><span>Files</span></a></li>  </ul></div><div class="tabs">  <ul>    <li><a href="classes.html"><span>Alphabetical&nbsp;List</span></a></li>    <li><a href="annotated.html"><span>Class&nbsp;List</span></a></li>    <li><a href="functions.html"><span>Class&nbsp;Members</span></a></li>  </ul></div><div class="nav"><a class="el" href="namespace_plugin_thread_pool.html">PluginThreadPool</a>::<a class="el" href="class_plugin_thread_pool_1_1_c_lock.html">CLock</a></div><h1>PluginThreadPool::CLock Class Reference</h1><!-- doxytag: class="PluginThreadPool::CLock" --><code>#include &lt;<a class="el" href="utility_8h-source.html">utility.h</a>&gt;</code><p><a href="class_plugin_thread_pool_1_1_c_lock-members.html">List of all members.</a><table border="0" cellpadding="0" cellspacing="0"><tr><td></td></tr><tr><td colspan="2"><br><h2>Public Member Functions</h2></td></tr><tr><td class="memItemLeft" nowrap align="right" valign="top">&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="class_plugin_thread_pool_1_1_c_lock.html#c0525271dd1f930456ce5e5da58132e4">CLock</a> (CRITICAL_SECTION *critsec)</td></tr><tr><td class="memItemLeft" nowrap align="right" valign="top">&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="class_plugin_thread_pool_1_1_c_lock.html#37fc78a558fd9b05e3ecbcaec94c323a">~CLock</a> ()</td></tr><tr><td colspan="2"><br><h2>Private Attributes</h2></td></tr><tr><td class="memItemLeft" nowrap align="right" valign="top">CRITICAL_SECTION *&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="class_plugin_thread_pool_1_1_c_lock.html#a39819ce24c7c1ec298b8b7ec0f9e6ce">m_critsec</a></td></tr></table><hr><a name="_details"></a><h2>Detailed Description</h2>Utiltiy classes <p><p>Definition at line <a class="el" href="utility_8h-source.html#l00013">13</a> of file <a class="el" href="utility_8h-source.html">utility.h</a>.<hr><h2>Constructor &amp; Destructor Documentation</h2><a class="anchor" name="c0525271dd1f930456ce5e5da58132e4"></a><!-- doxytag: member="PluginThreadPool::CLock::CLock" ref="c0525271dd1f930456ce5e5da58132e4" args="(CRITICAL_SECTION *critsec)" --><div class="memitem"><div class="memproto">      <table class="memname">        <tr>          <td class="memname">PluginThreadPool::CLock::CLock           </td>          <td>(</td>          <td class="paramtype">CRITICAL_SECTION *&nbsp;</td>          <td class="paramname"> <em>critsec</em>          </td>          <td>&nbsp;)&nbsp;</td>          <td width="100%"><code> [inline]</code></td>        </tr>      </table></div><div class="memdoc"><p><p>Definition at line <a class="el" href="utility_8h-source.html#l00017">17</a> of file <a class="el" href="utility_8h-source.html">utility.h</a>.<p>References <a class="el" href="utility_8h-source.html#l00015">m_critsec</a>.</div></div><p><a class="anchor" name="37fc78a558fd9b05e3ecbcaec94c323a"></a><!-- doxytag: member="PluginThreadPool::CLock::~CLock" ref="37fc78a558fd9b05e3ecbcaec94c323a" args="()" --><div class="memitem"><div class="memproto">      <table class="memname">        <tr>          <td class="memname">PluginThreadPool::CLock::~CLock           </td>          <td>(</td>          <td class="paramname">          </td>          <td>&nbsp;)&nbsp;</td>          <td width="100%"><code> [inline]</code></td>        </tr>      </table></div><div class="memdoc"><p><p>Definition at line <a class="el" href="utility_8h-source.html#l00021">21</a> of file <a class="el" href="utility_8h-source.html">utility.h</a>.<p>References <a class="el" href="utility_8h-source.html#l00015">m_critsec</a>.</div></div><p><hr><h2>Member Data Documentation</h2><a class="anchor" name="a39819ce24c7c1ec298b8b7ec0f9e6ce"></a><!-- doxytag: member="PluginThreadPool::CLock::m_critsec" ref="a39819ce24c7c1ec298b8b7ec0f9e6ce" args="" --><div class="memitem"><div class="memproto">      <table class="memname">        <tr>          <td class="memname">CRITICAL_SECTION* <a class="el" href="class_plugin_thread_pool_1_1_c_lock.html#a39819ce24c7c1ec298b8b7ec0f9e6ce">PluginThreadPool::CLock::m_critsec</a><code> [private]</code>          </td>        </tr>      </table></div><div class="memdoc"><p><p>Definition at line <a class="el" href="utility_8h-source.html#l00015">15</a> of file <a class="el" href="utility_8h-source.html">utility.h</a>.<p>Referenced by <a class="el" href="utility_8h-source.html#l00017">CLock()</a>, and <a class="el" href="utility_8h-source.html#l00021">~CLock()</a>.</div></div><p><hr>The documentation for this class was generated from the following file:<ul><li>D:/Coding/MMLADC_workarea/MMLADCNewDesign/ThreadPool/<a class="el" href="utility_8h-source.html">utility.h</a></ul><hr size="1"><address style="align: right;"><small>Generated on Sun Jan 20 13:16:04 2008 for ThreadPool by&nbsp;<a href="http://www.doxygen.org/index.html"><img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.4.7 </small></address></body></html>

⌨️ 快捷键说明

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