1<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> 2<html xml:lang="en-US" lang="en-US" xmlns="http://www.w3.org/1999/xhtml"> 3 <head> 4 <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> 5 <meta http-equiv="Content-Style-Type" content="text/css" /> 6 <link rel="stylesheet" href="../css/manpage.css" type="text/css" /> 7 <style type="text/css"><!-- 8 span.static_style 9 { 10 font-size : 8pt; 11 color : white; 12 font-weight : bold; 13 background : #44f; 14 border-left : solid 1px #aaf; 15 border-top : solid 1px #aaf; 16 border-right : solid 1px #00c; 17 border-bottom : solid 1px #00c; 18 padding-left : 2px; 19 padding-right : 2px; 20 } 21 22 span.virtual_style 23 { 24 font-size : 8pt; 25 color : white; 26 font-weight : bold; 27 background : #0a0; 28 border-left : solid 1px #0f0; 29 border-top : solid 1px #0f0; 30 border-right : solid 1px #060; 31 border-bottom : solid 1px #060; 32 padding-left : 2px; 33 padding-right : 2px; 34 } 35 36 span.protected_style 37 { 38 font-size : 8pt; 39 color : white; 40 font-weight : bold; 41 background : #444; 42 border-left : solid 1px #ccc; 43 border-top : solid 1px #ccc; 44 border-right : solid 1px #222; 45 border-bottom : solid 1px #222; 46 padding-left : 2px; 47 padding-right : 2px; 48 } 49 --></style> 50<title>Thread</CODE> (C)</title> 51 </head> 52 <body> 53<h1>Thread (C)</h1> 54<h2>Description</h2> 55 <div class="section"> 56<p>C interface module for <a href="../nn/os/Thread/Overview.html"><CODE>nn::os::Thread</CODE></a>.</p><!-- write here --></div> 57 <a name="struct" id="struct"> 58<h2>Structures</h2> 59 <div class="section"> 60 <table class="members"> 61 <tr> 62 <th> 63<a href="../nnosThread/Overview.html"><CODE>nnosThread</CODE></a> 64 </th> 65<td>C Structure representing a thread.</td> 66 </tr> 67 </table> 68 </div> 69 </a> <a name="function" id="function"> 70<h2>Functions</h2> 71 <div class="section"> 72 <table class="members"> 73 <tr> 74 <td width="100"> </td> 75 <th> 76<a href="../nn_os_Thread_c/nnosThreadInitializeAndStart.html"><CODE>nnosThreadInitializeAndStart</CODE></a> 77 </th> 78<td>See the corresponding C++ function <a href="../nn/os/Thread/Start.html"><CODE>nn::os::Thread::Start</CODE></a>.</td> 79 </tr> 80 <tr> 81 <td width="100"> </td> 82 <th> 83<a href="../nn_os_Thread_c/nnosThreadTryInitializeAndStart.html"><CODE>nnosThreadTryInitializeAndStart</CODE></a> 84 </th> 85<td>See the corresponding C++ function <a href="../nn/os/Thread/TryStart.html"><CODE>nn::os::Thread::TryStart</CODE></a>.</td> 86 </tr> 87 <tr> 88 <td width="100"> </td> 89 <th> 90<a href="../nn_os_Thread_c/nnosThreadFinalize.html"><CODE>nnosThreadFinalize</CODE></a> 91 </th> 92<td>See the corresponding C++ function <a href="../nn/os/Thread/Finalize.html"><CODE>nn::os::Thread::Finalize</CODE></a>.</td> 93 </tr> 94 <tr> 95 <td width="100"> </td> 96 <th> 97<a href="../nn_os_Thread_c/nnosThreadJoin.html"><CODE>nnosThreadJoin</CODE></a> 98 </th> 99<td>See the corresponding C++ function <a href="../nn/os/Thread/Join.html"><CODE>nn::os::Thread::Join</CODE></a>.</td> 100 </tr> 101 <tr> 102 <td width="100"> </td> 103 <th> 104<a href="../nn_os_Thread_c/nnosThreadSleep.html"><CODE>nnosThreadSleep</CODE></a> 105 </th> 106<td>See the corresponding C++ function <a href="../nn/os/Thread/Sleep.html"><CODE>nn::os::Thread::Sleep</CODE></a>.</td> 107 </tr> 108 <tr> 109 <td width="100"> </td> 110 <th> 111<a href="../nn_os_Thread_c/nnosThreadYield.html"><CODE>nnosThreadYield</CODE></a> 112 </th> 113<td>See the corresponding C++ function <a href="../nn/os/Thread/Yield.html"><CODE>nn::os::Thread::Yield</CODE></a>.</td> 114 </tr> 115 <tr> 116 <td width="100"> </td> 117 <th> 118<a href="../nn_os_Thread_c/nnosThreadGetCurrentId.html"><CODE>nnosThreadGetCurrentId</CODE></a> 119 </th> 120<td>See the corresponding C++ function <a href="../nn/os/Thread/GetCurrentId.html"><CODE>nn::os::Thread::GetCurrentId</CODE></a>.</td> 121 </tr> 122 <tr> 123 <td width="100"> </td> 124 <th> 125<a href="../nn_os_Thread_c/nnosThreadGetPriority.html"><CODE>nnosThreadGetPriority</CODE></a> 126 </th> 127<td>See the corresponding C++ function <a href="../nn/os/Thread/GetPriority.html"><CODE>nn::os::Thread::GetPriority</CODE></a>.</td> 128 </tr> 129 <tr> 130 <td width="100"> </td> 131 <th> 132<a href="../nn_os_Thread_c/nnosThreadGetCurrentPriority.html"><CODE>nnosThreadGetCurrentPriority</CODE></a> 133 </th> 134<td>See the corresponding C++ function <a href="../nn/os/Thread/GetCurrentPriority.html"><CODE>nn::os::Thread::GetCurrentPriority</CODE></a>.</td> 135 </tr> 136 <tr> 137 <td width="100"> </td> 138 <th> 139<a href="../nn_os_Thread_c/nnosThreadChangePriority.html"><CODE>nnosThreadChangePriority</CODE></a> 140 </th> 141<td>See the corresponding C++ function <a href="../nn/os/Thread/ChangePriority.html"><CODE>nn::os::Thread::ChangePriority</CODE></a>.</td> 142 </tr> 143 <tr> 144 <td width="100"> </td> 145 <th> 146<a href="../nn_os_Thread_c/nnosThreadChangeCurrentPriority.html"><CODE>nnosThreadChangeCurrentPriority</CODE></a> 147 </th> 148<td>See the corresponding C++ function <a href="../nn/os/Thread/ChangeCurrentPriority.html"><CODE>nn::os::Thread::ChangeCurrentPriority</CODE></a>.</td> 149 </tr> 150 <tr> 151 <td width="100"> </td> 152 <th> 153<a href="../nn_os_Thread_c/nnosThreadGetAffinityMask.html"><CODE>nnosThreadGetAffinityMask</CODE></a> 154 </th> 155<td>See the corresponding C++ function <a href="../nn/os/Thread/GetAffinityMask.html"><CODE>nn::os::Thread::GetAffinityMask</CODE></a>.</td> 156 </tr> 157 <tr> 158 <td width="100"> </td> 159 <th> 160<a href="../nn_os_Thread_c/nnosThreadGetCurrentAffinityMask.html"><CODE>nnosThreadGetCurrentAffinityMask</CODE></a> 161 </th> 162<td>See the corresponding C++ function <a href="../nn/os/Thread/GetCurrentAffinityMask.html"><CODE>nn::os::Thread::GetCurrentAffinityMask</CODE></a>.</td> 163 </tr> 164 <tr> 165 <td width="100"> </td> 166 <th> 167<a href="../nn_os_Thread_c/nnosThreadGetDefaultAffinityMask.html"><CODE>nnosThreadGetDefaultAffinityMask</CODE></a> 168 </th> 169<td>See the corresponding C++ function <a href="../nn/os/Thread/GetDefaultAffinityMask.html"><CODE>nn::os::Thread::GetDefaultAffinityMask</CODE></a>.</td> 170 </tr> 171 <tr> 172 <td width="100"> </td> 173 <th> 174<a href="../nn_os_Thread_c/nnosThreadChangeAffinityMask.html"><CODE>nnosThreadChangeAffinityMask</CODE></a> 175 </th> 176<td>See the corresponding C++ function <a href="../nn/os/Thread/ChangeAffinityMask.html"><CODE>nn::os::Thread::ChangeAffinityMask</CODE></a>.</td> 177 </tr> 178 <tr> 179 <td width="100"> </td> 180 <th> 181<a href="../nn_os_Thread_c/nnosThreadChangeCurrentAffinityMask.html"><CODE>nnosThreadChangeCurrentAffinityMask</CODE></a> 182 </th> 183<td>See the corresponding C++ function <a href="../nn/os/Thread/ChangeCurrentAffinityMask.html"><CODE>nn::os::Thread::ChangeCurrentAffinityMask</CODE></a>.</td> 184 </tr> 185 <tr> 186 <td width="100"> </td> 187 <th> 188<a href="../nn_os_Thread_c/nnosThreadSetDefaultAffinityMask.html"><CODE>nnosThreadSetDefaultAffinityMask</CODE></a> 189 </th> 190<td>See the corresponding C++ function <a href="../nn/os/Thread/SetDefaultAffinityMask.html"><CODE>nn::os::Thread::SetDefaultAffinityMask</CODE></a>.</td> 191 </tr> 192 <tr> 193 <td width="100"> </td> 194 <th> 195<a href="../nn_os_Thread_c/nnosThreadGetIdealProcessor.html"><CODE>nnosThreadGetIdealProcessor</CODE></a> 196 </th> 197<td>See the corresponding C++ function <a href="../nn/os/Thread/GetIdealProcessor.html"><CODE>nn::os::Thread::GetIdealProcessor</CODE></a>.</td> 198 </tr> 199 <tr> 200 <td width="100"> </td> 201 <th> 202<a href="../nn_os_Thread_c/nnosThreadGetCurrentIdealProcessor.html"><CODE>nnosThreadGetCurrentIdealProcessor</CODE></a> 203 </th> 204<td>See the corresponding C++ function <a href="../nn/os/Thread/GetCurrentIdealProcessor.html"><CODE>nn::os::Thread::GetCurrentIdealProcessor</CODE></a>.</td> 205 </tr> 206 <tr> 207 <td width="100"> </td> 208 <th> 209<a href="../nn_os_Thread_c/nnosThreadGetDefaultIdealProcessor.html"><CODE>nnosThreadGetDefaultIdealProcessor</CODE></a> 210 </th> 211<td>See the corresponding C++ function <a href="../nn/os/Thread/GetDefaultIdealProcessor.html"><CODE>nn::os::Thread::GetDefaultIdealProcessor</CODE></a>.</td> 212 </tr> 213 <tr> 214 <td width="100"> </td> 215 <th> 216<a href="../nn_os_Thread_c/nnosThreadChangeIdealProcessor.html"><CODE>nnosThreadChangeIdealProcessor</CODE></a> 217 </th> 218<td>See the corresponding C++ function <a href="../nn/os/Thread/ChangeIdealProcessor.html"><CODE>nn::os::Thread::ChangeIdealProcessor</CODE></a>.</td> 219 </tr> 220 <tr> 221 <td width="100"> </td> 222 <th> 223<a href="../nn_os_Thread_c/nnosThreadChangeCurrentIdealProcessor.html"><CODE>nnosThreadChangeCurrentIdealProcessor</CODE></a> 224 </th> 225<td>See the corresponding C++ function <a href="../nn/os/Thread/ChangeCurrentIdealProcessor.html"><CODE>nn::os::Thread::ChangeCurrentIdealProcessor</CODE></a>.</td> 226 </tr> 227 <tr> 228 <td width="100"> </td> 229 <th> 230<a href="../nn_os_Thread_c/nnosThreadSetDefaultIdealProcessor.html"><CODE>nnosThreadSetDefaultIdealProcessor</CODE></a> 231 </th> 232<td>See the corresponding C++ function <a href="../nn/os/Thread/SetDefaultIdealProcessor.html"><CODE>nn::os::Thread::SetDefaultIdealProcessor</CODE></a>.</td> 233 </tr> 234 <tr> 235 <td width="100"> </td> 236 <th> 237<a href="../nn_os_Thread_c/nnosThreadGetCurrentProcessorNumber.html"><CODE>nnosThreadGetCurrentProcessorNumber</CODE></a> 238 </th> 239<td>See the corresponding C++ function <a href="../nn/os/Thread/GetCurrentProcessorNumber.html"><CODE>nn::os::Thread::GetCurrentProcessorNumber</CODE></a>.</td> 240 </tr> 241 <tr> 242 <td width="100"> </td> 243 <th> 244<a href="../nn_os_Thread_c/nnosThreadGetId.html"><CODE>nnosThreadGetId</CODE></a> 245 </th> 246<td>See the corresponding C++ function <CODE>nn::os::Thread::GetID</CODE>.</td> 247 </tr> 248 <tr> 249 <td width="100"> </td> 250 <th> 251<a href="../nn_os_Thread_c/nnosThreadIsAlive.html"><CODE>nnosThreadIsAlive</CODE></a> 252 </th> 253<td>See the corresponding C++ function <a href="../nn/os/Thread/IsAlive.html"><CODE>nn::os::Thread::IsAlive</CODE></a>.</td> 254 </tr> 255 <tr> 256 <td width="100"> </td> 257 <th> 258<a href="../nn_os_Thread_c/nnosThreadGetMainThread.html"><CODE>nnosThreadGetMainThread</CODE></a> 259 </th> 260<td>See the corresponding C++ function <a href="../nn/os/Thread/GetMainThread.html"><CODE>nn::os::Thread::GetMainThread</CODE></a>.</td> 261 </tr> </table> 262 </div> 263 </a> 264<h2>Revision History</h2> 265 <div class="section"> 266 <dl class="history"> 267 <dt>2010/01/07</dt> 268<dd>Initial version.<br /> 269 </dd> 270 </dl> 271 </div> 272 <hr><p>CONFIDENTIAL</p></body> 273</html>