OSDN Git Service

CORE_8.500.1.1_RC2 versioning and documentation updates.
[android-x86/external-opencore.git] / doc / oscl_html / osclconfig__proc__check_8h.html
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>osclconfig_proc_check.h File 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> &nbsp; <a class="qindex" href="modules.html">Modules</a> &nbsp; <a class="qindex" href="hierarchy.html">Class Hierarchy</a> &nbsp; <a class="qindex" href="annotated.html">Data Structures</a> &nbsp; <a class="qindex" href="files.html">File List</a> &nbsp; <a class="qindex" href="functions.html">Data Fields</a> &nbsp; <a class="qindex" href="globals.html">Globals</a> &nbsp; <a class="qindex" href="pages.html">Related Pages</a> &nbsp; </center>
9 <hr><h1>osclconfig_proc_check.h File Reference</h1>
10 <p>
11 <a href="osclconfig__proc__check_8h-source.html">Go to the source code of this file.</a><table border=0 cellpadding=0 cellspacing=0>
12 <tr><td></td></tr>
13 <tr><td colspan=2><br><h2>Typedefs</h2></td></tr>
14 <tr><td nowrap align=right valign=top>typedef <a class="el" href="osclconfig__proc__unix__android_8h.html#a6">TOsclThreadId</a>&nbsp;</td><td valign=bottom><a class="el" href="osclconfig__proc__check_8h.html#a0">__verify__TOsclThreadId__defined__</a></td></tr>
15 <tr><td nowrap align=right valign=top>typedef <a class="el" href="osclconfig__proc__unix__android_8h.html#a8">TOsclThreadFuncRet</a>&nbsp;</td><td valign=bottom><a class="el" href="osclconfig__proc__check_8h.html#a1">__verify__TOsclThreadFuncRet__defined__</a></td></tr>
16 <tr><td nowrap align=right valign=top>typedef <a class="el" href="osclconfig__proc__unix__android_8h.html#a7">TOsclThreadFuncArg</a>&nbsp;</td><td valign=bottom><a class="el" href="osclconfig__proc__check_8h.html#a2">__verify__TOsclThreadFuncArg__defined__</a></td></tr>
17 <tr><td nowrap align=right valign=top>typedef <a class="el" href="osclconfig__proc__unix__android_8h.html#a9">TOsclThreadObject</a>&nbsp;</td><td valign=bottom><a class="el" href="osclconfig__proc__check_8h.html#a3">__verify__TOsclThreadObject__defined__</a></td></tr>
18 <tr><td nowrap align=right valign=top>typedef <a class="el" href="osclconfig__proc__unix__android_8h.html#a10">TOsclMutexObject</a>&nbsp;</td><td valign=bottom><a class="el" href="osclconfig__proc__check_8h.html#a4">__verify__TOsclMutexObject__defined__</a></td></tr>
19 <tr><td nowrap align=right valign=top>typedef <a class="el" href="osclconfig__proc__unix__android_8h.html#a11">TOsclSemaphoreObject</a>&nbsp;</td><td valign=bottom><a class="el" href="osclconfig__proc__check_8h.html#a5">__verify__TOsclSemaphoreObject__defined__</a></td></tr>
20 <tr><td nowrap align=right valign=top>typedef <a class="el" href="osclconfig__proc__unix__android_8h.html#a12">TOsclConditionObject</a>&nbsp;</td><td valign=bottom><a class="el" href="osclconfig__proc__check_8h.html#a6">__verify__TOsclConditionObject__defined__</a></td></tr>
21 </table>
22 <hr><h2>Typedef Documentation</h2>
23 <a name="a6" doxytag="osclconfig_proc_check.h::__verify__TOsclConditionObject__defined__"></a><p>
24 <table width="100%" cellpadding="2" cellspacing="0" border="0">
25   <tr>
26     <td class="md">
27       <table cellpadding="0" cellspacing="0" border="0">
28         <tr>
29           <td class="md" nowrap valign="top"> typedef <a class="el" href="osclconfig__proc__unix__android_8h.html#a12">TOsclConditionObject</a> __verify__TOsclConditionObject__defined__
30       </table>
31     </td>
32   </tr>
33 </table>
34 <table cellspacing=5 cellpadding=0 border=0>
35   <tr>
36     <td>
37       &nbsp;
38     </td>
39     <td>
40
41 <p>
42 type TOsclConditionObject should be defined as the type used as a condition variable on the target platform. Example: typedef pthread_cond_t TOsclConditionObject;
43 <p>
44 Note: Condition variables are only used with certain semaphore implementations. If the semaphore implementation does not require a condition variable, then this type can be defined as 'int' as follows: typedef int TOsclConditionObject; //not used     </td>
45   </tr>
46 </table>
47 <a name="a4" doxytag="osclconfig_proc_check.h::__verify__TOsclMutexObject__defined__"></a><p>
48 <table width="100%" cellpadding="2" cellspacing="0" border="0">
49   <tr>
50     <td class="md">
51       <table cellpadding="0" cellspacing="0" border="0">
52         <tr>
53           <td class="md" nowrap valign="top"> typedef <a class="el" href="osclconfig__proc__unix__android_8h.html#a10">TOsclMutexObject</a> __verify__TOsclMutexObject__defined__
54       </table>
55     </td>
56   </tr>
57 </table>
58 <table cellspacing=5 cellpadding=0 border=0>
59   <tr>
60     <td>
61       &nbsp;
62     </td>
63     <td>
64
65 <p>
66 type TOsclMutexObject should be defined as the type used as a mutex object or handle on the target platform. Example: typedef pthread_mutex_t TOsclMutexObject;     </td>
67   </tr>
68 </table>
69 <a name="a5" doxytag="osclconfig_proc_check.h::__verify__TOsclSemaphoreObject__defined__"></a><p>
70 <table width="100%" cellpadding="2" cellspacing="0" border="0">
71   <tr>
72     <td class="md">
73       <table cellpadding="0" cellspacing="0" border="0">
74         <tr>
75           <td class="md" nowrap valign="top"> typedef <a class="el" href="osclconfig__proc__unix__android_8h.html#a11">TOsclSemaphoreObject</a> __verify__TOsclSemaphoreObject__defined__
76       </table>
77     </td>
78   </tr>
79 </table>
80 <table cellspacing=5 cellpadding=0 border=0>
81   <tr>
82     <td>
83       &nbsp;
84     </td>
85     <td>
86
87 <p>
88 type TOsclSemaphoreObject should be defined as the type used as a mutex object or handle on the target platform. Example: typedef sem_t TOsclSemaphoreObject;     </td>
89   </tr>
90 </table>
91 <a name="a2" doxytag="osclconfig_proc_check.h::__verify__TOsclThreadFuncArg__defined__"></a><p>
92 <table width="100%" cellpadding="2" cellspacing="0" border="0">
93   <tr>
94     <td class="md">
95       <table cellpadding="0" cellspacing="0" border="0">
96         <tr>
97           <td class="md" nowrap valign="top"> typedef <a class="el" href="osclconfig__proc__unix__android_8h.html#a7">TOsclThreadFuncArg</a> __verify__TOsclThreadFuncArg__defined__
98       </table>
99     </td>
100   </tr>
101 </table>
102 <table cellspacing=5 cellpadding=0 border=0>
103   <tr>
104     <td>
105       &nbsp;
106     </td>
107     <td>
108
109 <p>
110 type TOsclThreadFuncArg should be defined as the type used as a thread function argument on the target platform. Example: typedef LPVOID TOsclThreadFuncArg;     </td>
111   </tr>
112 </table>
113 <a name="a1" doxytag="osclconfig_proc_check.h::__verify__TOsclThreadFuncRet__defined__"></a><p>
114 <table width="100%" cellpadding="2" cellspacing="0" border="0">
115   <tr>
116     <td class="md">
117       <table cellpadding="0" cellspacing="0" border="0">
118         <tr>
119           <td class="md" nowrap valign="top"> typedef <a class="el" href="osclconfig__proc__unix__android_8h.html#a8">TOsclThreadFuncRet</a> __verify__TOsclThreadFuncRet__defined__
120       </table>
121     </td>
122   </tr>
123 </table>
124 <table cellspacing=5 cellpadding=0 border=0>
125   <tr>
126     <td>
127       &nbsp;
128     </td>
129     <td>
130
131 <p>
132 type TOsclThreadFuncRet should be defined as the type used as a thread function return value on the target platform. Example: typedef DWORD TOsclThreadFuncRet;     </td>
133   </tr>
134 </table>
135 <a name="a0" doxytag="osclconfig_proc_check.h::__verify__TOsclThreadId__defined__"></a><p>
136 <table width="100%" cellpadding="2" cellspacing="0" border="0">
137   <tr>
138     <td class="md">
139       <table cellpadding="0" cellspacing="0" border="0">
140         <tr>
141           <td class="md" nowrap valign="top"> typedef <a class="el" href="osclconfig__proc__unix__android_8h.html#a6">TOsclThreadId</a> __verify__TOsclThreadId__defined__
142       </table>
143     </td>
144   </tr>
145 </table>
146 <table cellspacing=5 cellpadding=0 border=0>
147   <tr>
148     <td>
149       &nbsp;
150     </td>
151     <td>
152
153 <p>
154 type TOsclThreadId should be defined as the type used as a thread ID on the target platform. Example: typedef DWORD TOsclThreadId;     </td>
155   </tr>
156 </table>
157 <a name="a3" doxytag="osclconfig_proc_check.h::__verify__TOsclThreadObject__defined__"></a><p>
158 <table width="100%" cellpadding="2" cellspacing="0" border="0">
159   <tr>
160     <td class="md">
161       <table cellpadding="0" cellspacing="0" border="0">
162         <tr>
163           <td class="md" nowrap valign="top"> typedef <a class="el" href="osclconfig__proc__unix__android_8h.html#a9">TOsclThreadObject</a> __verify__TOsclThreadObject__defined__
164       </table>
165     </td>
166   </tr>
167 </table>
168 <table cellspacing=5 cellpadding=0 border=0>
169   <tr>
170     <td>
171       &nbsp;
172     </td>
173     <td>
174
175 <p>
176 type TOsclThreadObject should be defined as the type used as a thread object or handle on the target platform. Example: typedef pthread_t TOsclThreadObject;     </td>
177   </tr>
178 </table>
179 <hr size="1"><img src="pvlogo_small.jpg"><address style="align: right;"><small>OSCL API</small>
180 <address style="align: left;"><small>Posting Version: CORE_8.500.1.1_RC2 </small>
181 </small></address>
182 </body>
183 </html>