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<title>nnosThreadTryInitializeAndStart</title> 8 </head> 9 <body> 10<h1><CODE>nnosThreadTryInitializeAndStart</CODE> Function</h1> 11<h2>Syntax</h2> 12 <div class="section"> 13 <pre class="definition">#include <nn/os.h> 14 15NN_EXTERN_C bool nnosThreadTryInitializeAndStart( 16 <a href="../nnosThread/Overview.html">nnosThread</a> * this_, 17 void(*)(uptr) f, 18 uptr param, 19 uptr stackBottom, 20 s32 priority, 21 s32 coreNo 22); 23</pre> 24 </div> 25<h2>Arguments</h2> 26 <div class="section"> 27 <table class="arguments"> 28 <thead> 29 <tr> 30 <td width="15" /> 31<th>Name</th> 32<td>Description</td> 33 </tr> 34 </thead> 35 <tr> 36 <td /> 37<th>this_</th> 38 <td> 39 </td> 40 </tr> 41 <tr> 42 <td /> 43<th>f</th> 44 <td> 45 </td> 46 </tr> 47 <tr> 48 <td /> 49<th>param</th> 50 <td> 51 </td> 52 </tr> 53 <tr> 54 <td /> 55<th>stackBottom</th> 56 <td> 57 </td> 58 </tr> 59 <tr> 60 <td /> 61<th>priority</th> 62 <td> 63 </td> 64 </tr> 65 <tr> 66 <td /> 67<th>coreNo</th> 68 <td> 69 </td> 70 </tr> </table> 71 </div> 72<h2>Return Values</h2> 73 <div class="section"> </div> 74<h2>Description</h2> 75 <div class="section"> 76<p>See the corresponding C++ function <a href="../nn/os/Thread/TryStart.html"><CODE>nn::os::Thread::TryStart</CODE></a>.</p><!-- write here --></div> 77<h2>Revision History</h2> 78 <div class="section"> 79 <dl class="history"> 80 <dt>2010/01/29</dt> 81<dd>Initial version.<br /> 82 </dd> 83 </dl> 84 </div> 85 <hr><p>CONFIDENTIAL</p></body> 86</html>