/usr/share/doc/libucommon-dev/a00049.html is in libucommon-doc 3.2.0-0ubuntu1.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
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 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 | <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/>
<title>UCommon: ucc::DetachedThread Class Reference</title>
<link href="tabs.css" rel="stylesheet" type="text/css"/>
<link href="doxygen.css" rel="stylesheet" type="text/css"/>
</head>
<body>
<!-- Generated by Doxygen 1.6.3 -->
<div class="navigation" id="top">
<div class="tabs">
<ul>
<li><a href="main.html"><span>Main Page</span></a></li>
<li><a href="namespaces.html"><span>Namespaces</span></a></li>
<li class="current"><a href="annotated.html"><span>Data Structures</span></a></li>
<li><a href="files.html"><span>Files</span></a></li>
<li><a href="examples.html"><span>Examples</span></a></li>
</ul>
</div>
<div class="tabs">
<ul>
<li><a href="annotated.html"><span>Data Structures</span></a></li>
<li><a href="classes.html"><span>Data Structure Index</span></a></li>
<li><a href="hierarchy.html"><span>Class Hierarchy</span></a></li>
<li><a href="functions.html"><span>Data Fields</span></a></li>
</ul>
</div>
<div class="navpath"><a class="el" href="a00214.html">ucc</a>::<a class="el" href="a00049.html">DetachedThread</a>
</div>
</div>
<div class="contents">
<h1>ucc::DetachedThread Class Reference</h1><!-- doxytag: class="ucc::DetachedThread" --><!-- doxytag: inherits="ucc::Thread" -->
<p>A detached thread object that is stand-alone.
<a href="#_details">More...</a></p>
<p><code>#include <<a class="el" href="a00208_source.html">thread.h</a>></code></p>
<div class="dynheader">
Inheritance diagram for ucc::DetachedThread:</div>
<div class="dynsection">
<div class="center"><img src="a00387.png" border="0" usemap="#ucc_1_1_detached_thread_inherit__map" alt="Inheritance graph"/></div>
<map name="ucc_1_1_detached_thread_inherit__map" id="ucc_1_1_detached_thread_inherit__map">
<area shape="rect" id="node2" href="a00166.html" title="An abstract class for defining classes that operate as a thread." alt="" coords="36,5,132,35"/></map>
<center><span class="legend">[<a target="top" href="graph_legend.html">legend</a>]</span></center></div>
<div class="dynheader">
Collaboration diagram for ucc::DetachedThread:</div>
<div class="dynsection">
<div class="center"><img src="a00388.png" border="0" usemap="#ucc_1_1_detached_thread_coll__map" alt="Collaboration graph"/></div>
<map name="ucc_1_1_detached_thread_coll__map" id="ucc_1_1_detached_thread_coll__map">
<area shape="rect" id="node2" href="a00166.html" title="An abstract class for defining classes that operate as a thread." alt="" coords="36,5,132,35"/></map>
<center><span class="legend">[<a target="top" href="graph_legend.html">legend</a>]</span></center></div>
<table border="0" cellpadding="0" cellspacing="0">
<tr><td colspan="2"><h2>Public Member Functions</h2></td></tr>
<tr><td class="memItemLeft" align="right" valign="top">void </td><td class="memItemRight" valign="bottom"><a class="el" href="a00049.html#a59ec418547f7afc7c332c2cf25696297">start</a> (int priority=0)</td></tr>
<tr><td class="mdescLeft"> </td><td class="mdescRight">Start execution of detached context. <a href="#a59ec418547f7afc7c332c2cf25696297"></a><br/></td></tr>
<tr><td colspan="2"><h2>Protected Member Functions</h2></td></tr>
<tr><td class="memItemLeft" align="right" valign="top"> </td><td class="memItemRight" valign="bottom"><a class="el" href="a00049.html#a2ffb678fb6e3c467937828cddf21d216">DetachedThread</a> (size_t size=0)</td></tr>
<tr><td class="mdescLeft"> </td><td class="mdescRight">Create a detached thread with a known context stack size. <a href="#a2ffb678fb6e3c467937828cddf21d216"></a><br/></td></tr>
<tr><td class="memItemLeft" align="right" valign="top">void </td><td class="memItemRight" valign="bottom"><a class="el" href="a00049.html#ae3d67e92625d42ed3f68aabd7d7a2f40">exit</a> (void)</td></tr>
<tr><td class="mdescLeft"> </td><td class="mdescRight">Exit context of detached thread. <a href="#ae3d67e92625d42ed3f68aabd7d7a2f40"></a><br/></td></tr>
<tr><td class="memItemLeft" align="right" valign="top"> </td><td class="memItemRight" valign="bottom"><a class="el" href="a00049.html#a78fdea43e9e999a7dafdc36778b2765c">~DetachedThread</a> ()</td></tr>
<tr><td class="mdescLeft"> </td><td class="mdescRight">Destroys object when thread context exits. <a href="#a78fdea43e9e999a7dafdc36778b2765c"></a><br/></td></tr>
</table>
<hr/><a name="_details"></a><h2>Detailed Description</h2>
<p>A detached thread object that is stand-alone. </p>
<p>This object has no relationship with any other running thread instance will be automatically deleted when the running thread instance exits, either by it's run method exiting, or explicity calling the exit member function. </p>
<dl class="author"><dt><b>Author:</b></dt><dd>David Sugar <<a href="mailto:dyfet@gnutelephony.org">dyfet@gnutelephony.org</a>> </dd></dl>
<p>Definition at line <a class="el" href="a00208_source.html#l01624">1624</a> of file <a class="el" href="a00208_source.html">thread.h</a>.</p>
<hr/><h2>Constructor & Destructor Documentation</h2>
<a class="anchor" id="a2ffb678fb6e3c467937828cddf21d216"></a><!-- doxytag: member="ucc::DetachedThread::DetachedThread" ref="a2ffb678fb6e3c467937828cddf21d216" args="(size_t size=0)" -->
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname">ucc::DetachedThread::DetachedThread </td>
<td>(</td>
<td class="paramtype">size_t </td>
<td class="paramname"> <em>size</em> = <code>0</code></td>
<td> ) </td>
<td><code> [protected]</code></td>
</tr>
</table>
</div>
<div class="memdoc">
<p>Create a detached thread with a known context stack size. </p>
<dl><dt><b>Parameters:</b></dt><dd>
<table border="0" cellspacing="2" cellpadding="0">
<tr><td valign="top"></td><td valign="top"><em>size</em> </td><td>of stack for thread context or 0 for default. </td></tr>
</table>
</dd>
</dl>
</div>
</div>
<a class="anchor" id="a78fdea43e9e999a7dafdc36778b2765c"></a><!-- doxytag: member="ucc::DetachedThread::~DetachedThread" ref="a78fdea43e9e999a7dafdc36778b2765c" args="()" -->
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname">ucc::DetachedThread::~DetachedThread </td>
<td>(</td>
<td class="paramname"></td>
<td> ) </td>
<td><code> [protected]</code></td>
</tr>
</table>
</div>
<div class="memdoc">
<p>Destroys object when thread context exits. </p>
<p>Never externally deleted. Derived object may also have destructor to clean up thread-specific member data. </p>
</div>
</div>
<hr/><h2>Member Function Documentation</h2>
<a class="anchor" id="ae3d67e92625d42ed3f68aabd7d7a2f40"></a><!-- doxytag: member="ucc::DetachedThread::exit" ref="ae3d67e92625d42ed3f68aabd7d7a2f40" args="(void)" -->
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname">void ucc::DetachedThread::exit </td>
<td>(</td>
<td class="paramtype">void </td>
<td class="paramname"></td>
<td> ) </td>
<td><code> [protected, virtual]</code></td>
</tr>
</table>
</div>
<div class="memdoc">
<p>Exit context of detached thread. </p>
<p><a class="el" href="a00166.html" title="An abstract class for defining classes that operate as a thread.">Thread</a> object will be deleted. This function should NO LONGER be called directly to exit a running thread. Instead, the thread should only "return" through the <a class="el" href="a00166.html#af2141c3768106bd6335bddafdb240f8f" title="Abstract interface for thread context run method.">run()</a> method to exit. The documented usage was changed so that <a class="el" href="a00049.html#ae3d67e92625d42ed3f68aabd7d7a2f40" title="Exit context of detached thread.">exit()</a> can still be used to modify the "delete this" behavior of detached threads while merging thread exit behavior with Mozilla NSPR. </p>
<p>Reimplemented from <a class="el" href="a00166.html#a543d27d6cfe3a67f690b3769b5f5883d">ucc::Thread</a>.</p>
</div>
</div>
<a class="anchor" id="a59ec418547f7afc7c332c2cf25696297"></a><!-- doxytag: member="ucc::DetachedThread::start" ref="a59ec418547f7afc7c332c2cf25696297" args="(int priority=0)" -->
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname">void ucc::DetachedThread::start </td>
<td>(</td>
<td class="paramtype">int </td>
<td class="paramname"> <em>priority</em> = <code>0</code></td>
<td> ) </td>
<td></td>
</tr>
</table>
</div>
<div class="memdoc">
<p>Start execution of detached context. </p>
<p>This must be called after the object is created (perhaps with "new"). This method actually begins the new thread context, which then calls the object's run method. </p>
<dl><dt><b>Parameters:</b></dt><dd>
<table border="0" cellspacing="2" cellpadding="0">
<tr><td valign="top"></td><td valign="top"><em>priority</em> </td><td>to start thread with. </td></tr>
</table>
</dd>
</dl>
</div>
</div>
<hr/>The documentation for this class was generated from the following file:<ul>
<li>ucommon/<a class="el" href="a00208_source.html">thread.h</a></li>
</ul>
</div>
<hr class="footer"/><address style="text-align: right;"><small>Generated on Tue Jul 6 08:22:29 2010 for UCommon by
<a href="http://www.doxygen.org/index.html">
<img class="footer" src="doxygen.png" alt="doxygen"/></a> 1.6.3 </small></address>
</body>
</html>
|