<!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>UbixOS V2: src/sys/ubixfs/thread.c File 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="main.html"><span>Main Page</span></a></li> <li><a href="namespaces.html"><span>Namespaces</span></a></li> <li><a href="classes.html"><span>Data Structures</span></a></li> <li id="current"><a href="files.html"><span>Files</span></a></li> <li><a href="dirs.html"><span>Directories</span></a></li> <li> <form action="search.php" method="get"> <table cellspacing="0" cellpadding="0" border="0"> <tr> <td><label> <u>S</u>earch for </label></td> <td><input type="text" name="query" value="" size="20" accesskey="s"/></td> </tr> </table> </form> </li> </ul></div> <div class="tabs"> <ul> <li><a href="files.html"><span>File List</span></a></li> <li><a href="globals.html"><span>Globals</span></a></li> </ul></div> <div class="nav"> <a class="el" href="dir_897b6a2d7bab147dd1db58381aad3984.html">src</a> » <a class="el" href="dir_832905b1f7f5feaf61a306b40c0ac817.html">sys</a> » <a class="el" href="dir_74196872fc832845f1a07f1162e5c554.html">ubixfs</a></div> <h1>thread.c File Reference</h1> <p> <code>#include <<a class="el" href="include_2ubixfs_2ubixfs_8h-source.html">ubixfs/ubixfs.h</a>></code><br> <code>#include <<a class="el" href="kpanic_8h-source.html">ubixos/kpanic.h</a>></code><br> <code>#include <<a class="el" href="include_2vfs_2vfs_8h-source.html">vfs/vfs.h</a>></code><br> <code>#include <<a class="el" href="kprintf_8h-source.html">lib/kprintf.h</a>></code><br> <p> <a href="thread_8c-source.html">Go to the source code of this file.</a><table border="0" cellpadding="0" cellspacing="0"> <tr><td></td></tr> <tr><td colspan="2"><br><h2>Functions</h2></td></tr> <tr><td class="memItemLeft" nowrap align="right" valign="top">void </td><td class="memItemRight" valign="bottom"><a class="el" href="thread_8c.html#fb3cddd76d07e866207fefe920a5f76d">ubixfs_thread</a> (struct <a class="el" href="structvfs__mountPoint.html">vfs_mountPoint</a> *mp)</td></tr> <tr><td colspan="2"><br><h2>Variables</h2></td></tr> <tr><td class="memItemLeft" nowrap>struct {</td></tr> <tr><td class="memItemLeft" nowrap> int <a class="el" href="thread_8c.html#3c6d7b73d32878ebed3a47654280a0d3">mounts</a></td></tr> <tr><td class="memItemLeft" nowrap valign="top">} </td><td class="memItemRight" valign="bottom"><a class="el" href="thread_8c.html#14703174dc4862b1d54b1200ed04fcfd">ubixFS_Info</a></td></tr> </table> <hr><h2>Function Documentation</h2> <a class="anchor" name="fb3cddd76d07e866207fefe920a5f76d"></a><!-- doxytag: member="thread.c::ubixfs_thread" ref="fb3cddd76d07e866207fefe920a5f76d" args="(struct vfs_mountPoint *mp)" --> <div class="memitem"> <div class="memproto"> <table class="memname"> <tr> <td class="memname">void ubixfs_thread </td> <td>(</td> <td class="paramtype">struct <a class="el" href="structvfs__mountPoint.html">vfs_mountPoint</a> * </td> <td class="paramname"> <em>mp</em> </td> <td> ) </td> <td width="100%"></td> </tr> </table> </div> <div class="memdoc"> <p> <p> Definition at line <a class="el" href="thread_8c-source.html#l00039">39</a> of file <a class="el" href="thread_8c-source.html">thread.c</a>. <p> References <a class="el" href="mpi_8h-source.html#l00040">mpi_message::header</a>, <a class="el" href="kpanic_8c-source.html#l00047">kpanic()</a>, <a class="el" href="kprintf_8c-source.html#l00038">kprintf()</a>, <a class="el" href="system_8c-source.html#l00069">mpi_createMbox()</a>, <a class="el" href="system_8c-source.html#l00189">mpi_fetchMessage()</a>, and <a class="el" href="thread_8c.html#14703174dc4862b1d54b1200ed04fcfd">ubixFS_Info</a>. </div> </div><p> <hr><h2>Variable Documentation</h2> <a class="anchor" name="3c6d7b73d32878ebed3a47654280a0d3"></a><!-- doxytag: member="thread.c::mounts" ref="3c6d7b73d32878ebed3a47654280a0d3" args="" --> <div class="memitem"> <div class="memproto"> <table class="memname"> <tr> <td class="memname">int <a class="el" href="thread_8c.html#3c6d7b73d32878ebed3a47654280a0d3">mounts</a> </td> </tr> </table> </div> <div class="memdoc"> <p> <p> Definition at line <a class="el" href="thread_8c-source.html#l00036">36</a> of file <a class="el" href="thread_8c-source.html">thread.c</a>. </div> </div><p> <a class="anchor" name="14703174dc4862b1d54b1200ed04fcfd"></a><!-- doxytag: member="thread.c::ubixFS_Info" ref="14703174dc4862b1d54b1200ed04fcfd" args="" --> <div class="memitem"> <div class="memproto"> <table class="memname"> <tr> <td class="memname">struct { ... } <a class="el" href="thread_8c.html#14703174dc4862b1d54b1200ed04fcfd">ubixFS_Info</a><code> [static]</code> </td> </tr> </table> </div> <div class="memdoc"> <p> <p> Referenced by <a class="el" href="thread_8c-source.html#l00039">ubixfs_thread()</a>. </div> </div><p> <hr size="1"><address style="align: right;"><small>Generated on Tue Dec 5 09:28:07 2006 for UbixOS V2 by <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>