1 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"> 2 <html><head><meta http-equiv="Content-Type" content="text/html;charset=iso-8859-1"> 3 <title>OsclLockBase class Reference</title> 4 <link href="doxygen.css" rel="stylesheet" type="text/css"> 5 </head><body> 6 <!-- Generated by Doxygen 1.2.18 --> 7 <center> 8 <a class="qindex" href="index.html">Main Page</a> <a class="qindex" href="modules.html">Modules</a> <a class="qindex" href="hierarchy.html">Class Hierarchy</a> <a class="qindex" href="annotated.html">Data Structures</a> <a class="qindex" href="files.html">File List</a> <a class="qindex" href="functions.html">Data Fields</a> <a class="qindex" href="globals.html">Globals</a> </center> 9 <hr><h1>OsclLockBase Class Reference<br> 10 <small> 11 [<a class="el" href="group__osclbase.html">OSCL Base</a>]</small> 12 </h1><code>#include <<a class="el" href="oscl__lock__base_8h-source.html">oscl_lock_base.h</a>></code> 13 <p> 14 <p>Inheritance diagram for OsclLockBase: 15 <p><center><img src="classOsclLockBase.png" usemap="#OsclLockBase_map" border="0" alt=""></center> 16 <map name="OsclLockBase_map"> 17 <area href="classOsclMutex.html" alt="OsclMutex" shape="rect" coords="0,56,105,80"> 18 <area href="classOsclNullLock.html" alt="OsclNullLock" shape="rect" coords="115,56,220,80"> 19 <area href="classOsclThreadLock.html" alt="OsclThreadLock" shape="rect" coords="230,56,335,80"> 20 </map> 21 <table border=0 cellpadding=0 cellspacing=0> 22 <tr><td></td></tr> 23 <tr><td colspan=2><br><h2>Public Methods</h2></td></tr> 24 <tr><td nowrap align=right valign=top>virtual void </td><td valign=bottom><a class="el" href="classOsclLockBase.html#a0">Lock</a> ()=0</td></tr> 25 <tr><td nowrap align=right valign=top>virtual void </td><td valign=bottom><a class="el" href="classOsclLockBase.html#a1">Unlock</a> ()=0</td></tr> 26 <tr><td nowrap align=right valign=top>virtual </td><td valign=bottom><a class="el" href="classOsclLockBase.html#a2">~OsclLockBase</a> ()</td></tr> 27 </table> 28 <hr><h2>Constructor & Destructor Documentation</h2> 29 <a name="a2" doxytag="OsclLockBase::~OsclLockBase"></a><p> 30 <table width="100%" cellpadding="2" cellspacing="0" border="0"> 31 <tr> 32 <td class="md"> 33 <table cellpadding="0" cellspacing="0" border="0"> 34 <tr> 35 <td class="md" nowrap valign="top"> virtual OsclLockBase::~OsclLockBase </td> 36 <td class="md" valign="top">( </td> 37 <td class="mdname1" valign="top" nowrap> </td> 38 <td class="md" valign="top">) </td> 39 <td class="md" nowrap><code> [inline, virtual]</code></td> 40 </tr> 41 42 </table> 43 </td> 44 </tr> 45 </table> 46 <table cellspacing=5 cellpadding=0 border=0> 47 <tr> 48 <td> 49 50 </td> 51 <td> 52 53 <p> 54 </td> 55 </tr> 56 </table> 57 <hr><h2>Member Function Documentation</h2> 58 <a name="a0" doxytag="OsclLockBase::Lock"></a><p> 59 <table width="100%" cellpadding="2" cellspacing="0" border="0"> 60 <tr> 61 <td class="md"> 62 <table cellpadding="0" cellspacing="0" border="0"> 63 <tr> 64 <td class="md" nowrap valign="top"> virtual void OsclLockBase::Lock </td> 65 <td class="md" valign="top">( </td> 66 <td class="mdname1" valign="top" nowrap> </td> 67 <td class="md" valign="top">) </td> 68 <td class="md" nowrap><code> [pure virtual]</code></td> 69 </tr> 70 71 </table> 72 </td> 73 </tr> 74 </table> 75 <table cellspacing=5 cellpadding=0 border=0> 76 <tr> 77 <td> 78 79 </td> 80 <td> 81 82 <p> 83 84 <p> 85 Implemented in <a class="el" href="classOsclNullLock.html#a0">OsclNullLock</a>, <a class="el" href="classOsclMutex.html#a3">OsclMutex</a>, and <a class="el" href="classOsclThreadLock.html#a2">OsclThreadLock</a>. </td> 86 </tr> 87 </table> 88 <a name="a1" doxytag="OsclLockBase::Unlock"></a><p> 89 <table width="100%" cellpadding="2" cellspacing="0" border="0"> 90 <tr> 91 <td class="md"> 92 <table cellpadding="0" cellspacing="0" border="0"> 93 <tr> 94 <td class="md" nowrap valign="top"> virtual void OsclLockBase::Unlock </td> 95 <td class="md" valign="top">( </td> 96 <td class="mdname1" valign="top" nowrap> </td> 97 <td class="md" valign="top">) </td> 98 <td class="md" nowrap><code> [pure virtual]</code></td> 99 </tr> 100 101 </table> 102 </td> 103 </tr> 104 </table> 105 <table cellspacing=5 cellpadding=0 border=0> 106 <tr> 107 <td> 108 109 </td> 110 <td> 111 112 <p> 113 114 <p> 115 Implemented in <a class="el" href="classOsclNullLock.html#a1">OsclNullLock</a>, <a class="el" href="classOsclMutex.html#a5">OsclMutex</a>, and <a class="el" href="classOsclThreadLock.html#a3">OsclThreadLock</a>. </td> 116 </tr> 117 </table> 118 <hr>The documentation for this class was generated from the following file:<ul> 119 <li><a class="el" href="oscl__lock__base_8h-source.html">oscl_lock_base.h</a></ul> 120 <hr size="1"><img src="pvlogo_small.jpg"><address style="align: right;"><small>OSCL API</small> 121 <address style="align: left;"><small>Posting Version: OPENCORE_20090310 </small> 122 </small></address> 123 </body> 124 </html> 125