aboutsummaryrefslogtreecommitdiff
path: root/doc/oscl_html/oscl__scheduler__readyq_8h_source.html
blob: e4ec2f042d2dffd3b1697e2dedaa15dc36fb65a9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/>
<title>oscl: oscl_scheduler_readyq.h Source File</title>
<link href="tabs.css" rel="stylesheet" type="text/css"/>
<link href="doxygen.css" rel="stylesheet" type="text/css"/>
</head>
<body>
<!-- Generated by Doxygen 1.6.3 -->
<div class="navigation" id="top">
  <div class="tabs">
    <ul>
      <li><a href="index.html"><span>Main&nbsp;Page</span></a></li>
      <li><a href="pages.html"><span>Related&nbsp;Pages</span></a></li>
      <li><a href="modules.html"><span>Modules</span></a></li>
      <li><a href="annotated.html"><span>Data&nbsp;Structures</span></a></li>
      <li class="current"><a href="files.html"><span>Files</span></a></li>
    </ul>
  </div>
  <div class="tabs">
    <ul>
      <li><a href="files.html"><span>File&nbsp;List</span></a></li>
      <li><a href="globals.html"><span>Globals</span></a></li>
    </ul>
  </div>
<h1>oscl_scheduler_readyq.h</h1><a href="oscl__scheduler__readyq_8h.html">Go to the documentation of this file.</a><div class="fragment"><pre class="fragment"><a name="l00001"></a>00001 
<a name="l00013"></a>00013 <span class="preprocessor">#ifndef OSCL_SCHEDULER_READYQ_H_INCLUDED</span>
<a name="l00014"></a>00014 <span class="preprocessor"></span><span class="preprocessor">#define OSCL_SCHEDULER_READYQ_H_INCLUDED</span>
<a name="l00015"></a>00015 <span class="preprocessor"></span>
<a name="l00016"></a>00016 <span class="preprocessor">#ifndef OSCL_SCHEDULER_TYPES_H_INCLUDED</span>
<a name="l00017"></a>00017 <span class="preprocessor"></span><span class="preprocessor">#include &quot;<a class="code" href="oscl__scheduler__types_8h.html" title="Scheduler common types include file.">oscl_scheduler_types.h</a>&quot;</span>
<a name="l00018"></a>00018 <span class="preprocessor">#endif</span>
<a name="l00019"></a>00019 <span class="preprocessor"></span><span class="preprocessor">#ifndef OSCL_SCHEDULER_TUNEABLES_H_INCLUDED</span>
<a name="l00020"></a>00020 <span class="preprocessor"></span><span class="preprocessor">#include &quot;<a class="code" href="oscl__scheduler__tuneables_8h.html" title="Tuneable settings for Oscl Scheduler.">oscl_scheduler_tuneables.h</a>&quot;</span>
<a name="l00021"></a>00021 <span class="preprocessor">#endif</span>
<a name="l00022"></a>00022 <span class="preprocessor"></span>
<a name="l00023"></a>00023 
<a name="l00024"></a>00024 <span class="preprocessor">#ifndef OSCL_PRIQUEUE_H_INCLUDED</span>
<a name="l00025"></a>00025 <span class="preprocessor"></span><span class="preprocessor">#include &quot;<a class="code" href="oscl__priqueue_8h.html" title="Implements a priority queue data structure similar to STL.">oscl_priqueue.h</a>&quot;</span>
<a name="l00026"></a>00026 <span class="preprocessor">#endif</span>
<a name="l00027"></a>00027 <span class="preprocessor"></span><span class="preprocessor">#ifndef OSCL_BASE_ALLOC_H_INCLUDED</span>
<a name="l00028"></a>00028 <span class="preprocessor"></span><span class="preprocessor">#include &quot;<a class="code" href="oscl__base__alloc_8h.html" title="A basic allocator that does not rely on other modules.">oscl_base_alloc.h</a>&quot;</span>
<a name="l00029"></a>00029 <span class="preprocessor">#endif</span>
<a name="l00030"></a>00030 <span class="preprocessor"></span><span class="preprocessor">#ifndef OSCL_SEMAPHORE_H_INCLUDED</span>
<a name="l00031"></a>00031 <span class="preprocessor"></span><span class="preprocessor">#include &quot;<a class="code" href="oscl__semaphore_8h.html" title="This file provides implementation of mutex.">oscl_semaphore.h</a>&quot;</span>
<a name="l00032"></a>00032 <span class="preprocessor">#endif</span>
<a name="l00033"></a>00033 <span class="preprocessor"></span><span class="preprocessor">#ifndef OSCL_MEM_H_INCLUDED</span>
<a name="l00034"></a>00034 <span class="preprocessor"></span><span class="preprocessor">#include &quot;<a class="code" href="oscl__mem_8h.html" title="This file contains basic memory definitions for common use across platforms.">oscl_mem.h</a>&quot;</span>
<a name="l00035"></a>00035 <span class="preprocessor">#endif</span>
<a name="l00036"></a>00036 <span class="preprocessor"></span><span class="preprocessor">#ifndef OSCL_MUTEX_H_INCLUDED</span>
<a name="l00037"></a>00037 <span class="preprocessor"></span><span class="preprocessor">#include &quot;<a class="code" href="oscl__mutex_8h.html" title="This file provides implementation of mutex.">oscl_mutex.h</a>&quot;</span>
<a name="l00038"></a>00038 <span class="preprocessor">#endif</span>
<a name="l00039"></a>00039 <span class="preprocessor"></span><span class="preprocessor">#ifndef OSCL_STRING_CONTAINERS_H_INCLUDED</span>
<a name="l00040"></a>00040 <span class="preprocessor"></span><span class="preprocessor">#include &quot;<a class="code" href="oscl__string__containers_8h.html" title="Provides a standardized set of string containers that can be used in place of character...">oscl_string_containers.h</a>&quot;</span>
<a name="l00041"></a>00041 <span class="preprocessor">#endif</span>
<a name="l00042"></a>00042 <span class="preprocessor"></span>
<a name="l00043"></a>00043 <span class="keyword">class </span><a class="code" href="classPVActiveBase.html">PVActiveBase</a>;
<a name="l00044"></a>00044 
<a name="l00045"></a><a class="code" href="classOsclReadyAlloc.html">00045</a> <span class="keyword">class </span><a class="code" href="classOsclReadyAlloc.html">OsclReadyAlloc</a>: <span class="keyword">public</span> <a class="code" href="classOscl__DefAlloc.html">Oscl_DefAlloc</a>
<a name="l00046"></a>00046 {
<a name="l00047"></a>00047     <span class="keyword">public</span>:
<a name="l00048"></a>00048         <a class="code" href="group__osclbase.html#ga3bac54662348f5e6c08b97ca97066b89" title="The OsclAny is meant to be used the context of a generic pointer (i.e., no specific...">OsclAny</a>* <a class="code" href="classOsclReadyAlloc.html#a0a8d6413889afaa8124ba0519b9eb648">allocate</a>(<span class="keyword">const</span> uint32 size) ;
<a name="l00049"></a>00049         <a class="code" href="group__osclbase.html#ga3bac54662348f5e6c08b97ca97066b89" title="The OsclAny is meant to be used the context of a generic pointer (i.e., no specific...">OsclAny</a>* <a class="code" href="classOsclReadyAlloc.html#a55718136d112bc7cac536f94ab9ab968">allocate_fl</a>(<span class="keyword">const</span> uint32 size, <span class="keyword">const</span> <span class="keywordtype">char</span> * file_name, <span class="keyword">const</span> <span class="keywordtype">int</span> line_num);
<a name="l00050"></a>00050         <span class="keywordtype">void</span> <a class="code" href="classOsclReadyAlloc.html#a0bb85009ff927cc6eb732ead8e1e1bb0">deallocate</a>(<a class="code" href="group__osclbase.html#ga3bac54662348f5e6c08b97ca97066b89" title="The OsclAny is meant to be used the context of a generic pointer (i.e., no specific...">OsclAny</a>* p) ;
<a name="l00051"></a>00051     <span class="keyword">private</span>:
<a name="l00052"></a>00052         <a class="code" href="classOsclMemAllocator.html">OsclMemAllocator</a> iBasicAlloc;
<a name="l00053"></a>00053 };
<a name="l00054"></a>00054 
<a name="l00055"></a><a class="code" href="group__osclproc.html#ga3d5d1e2e9549f4cc8408522f062a47cb">00055</a> <span class="keyword">typedef</span> <a class="code" href="classPVActiveBase.html">PVActiveBase</a>* <a class="code" href="classPVActiveBase.html">TOsclReady</a>;
<a name="l00056"></a>00056 
<a name="l00057"></a><a class="code" href="classOsclReadyCompare.html">00057</a> <span class="keyword">class </span><a class="code" href="classOsclReadyCompare.html">OsclReadyCompare</a>
<a name="l00058"></a>00058 {
<a name="l00059"></a>00059     <span class="keyword">public</span>:
<a name="l00060"></a>00060         <span class="keyword">static</span> <span class="keywordtype">int</span> <a class="code" href="classOsclReadyCompare.html#a8329640bc808a83d42f2ccc3d4201958">compare</a>(<a class="code" href="classPVActiveBase.html">TOsclReady</a>&amp; a, <a class="code" href="classPVActiveBase.html">TOsclReady</a>&amp; b) ;
<a name="l00061"></a>00061 };
<a name="l00062"></a><a class="code" href="classOsclTimerCompare.html">00062</a> <span class="keyword">class </span><a class="code" href="classOsclTimerCompare.html">OsclTimerCompare</a>
<a name="l00063"></a>00063 {
<a name="l00064"></a>00064     <span class="keyword">public</span>:
<a name="l00065"></a>00065         <span class="keyword">static</span> <span class="keywordtype">int</span> <a class="code" href="classOsclTimerCompare.html#a5bb2d38b940984b39a367a32f2f72ebe">compare</a>(<a class="code" href="classPVActiveBase.html">TOsclReady</a>&amp; a, <a class="code" href="classPVActiveBase.html">TOsclReady</a>&amp; b) ;
<a name="l00066"></a>00066 };
<a name="l00067"></a>00067 
<a name="l00073"></a>00073 <span class="keyword">class </span><a class="code" href="classPVLogger.html">PVLogger</a>;
<a name="l00074"></a>00074 <span class="keyword">class </span><a class="code" href="classOsclSchedulerObserver.html">OsclSchedulerObserver</a>;
<a name="l00075"></a><a class="code" href="classOsclReadyQ.html">00075</a> <span class="keyword">class </span><a class="code" href="classOsclReadyQ.html">OsclReadyQ</a>
<a name="l00076"></a>00076         : <span class="keyword">public</span> <a class="code" href="classOsclPriorityQueue.html">OsclPriorityQueue</a>&lt;TOsclReady, OsclReadyAlloc, Oscl_Vector&lt;TOsclReady, OsclReadyAlloc&gt;, OsclReadyCompare&gt;
<a name="l00077"></a>00077 {
<a name="l00078"></a>00078     <span class="keyword">public</span>:
<a name="l00079"></a>00079         <span class="keywordtype">void</span> <a class="code" href="classOsclReadyQ.html#ac175b3a003377d9116b97e82386f188a">Construct</a>(<span class="keywordtype">int</span>);
<a name="l00080"></a>00080         <span class="keywordtype">void</span> <a class="code" href="classOsclReadyQ.html#a9219a013f32624d82f5d13418b880852">ThreadLogon</a>();
<a name="l00081"></a>00081         <span class="keywordtype">void</span> <a class="code" href="classOsclReadyQ.html#a99b46215ddb934ddda02ce8b02630b3c">ThreadLogoff</a>();
<a name="l00082"></a>00082 
<a name="l00083"></a>00083         <span class="keywordtype">void</span> <a class="code" href="classOsclReadyQ.html#a5498c58a28e56856b11ec7aee003b48f">Remove</a>(<a class="code" href="classPVActiveBase.html">TOsclReady</a>);
<a name="l00084"></a>00084 
<a name="l00085"></a>00085         <span class="keywordtype">bool</span> <a class="code" href="classOsclReadyQ.html#a628e4e938c04eb5c2762d7c39492566e">IsIn</a>(<a class="code" href="classPVActiveBase.html">TOsclReady</a>);
<a name="l00086"></a>00086 
<a name="l00087"></a><a class="code" href="classOsclReadyQ.html#a666d3998e520324b7edfb74d63e55c6f">00087</a>         uint32 <a class="code" href="classOsclReadyQ.html#a666d3998e520324b7edfb74d63e55c6f">Depth</a>()
<a name="l00088"></a>00088         {
<a name="l00089"></a>00089             <span class="keywordflow">return</span> <a class="code" href="classOsclPriorityQueue.html#aa7aa8707c8e4ad4b7c97c13141b0663d">size</a>();
<a name="l00090"></a>00090         }
<a name="l00091"></a>00091 
<a name="l00092"></a>00092         <a class="code" href="classPVActiveBase.html">TOsclReady</a> <a class="code" href="classOsclReadyQ.html#a2ba1a532129b5014d972a50c1abbec49">PopTop</a>();
<a name="l00093"></a>00093         <a class="code" href="classPVActiveBase.html">TOsclReady</a> <a class="code" href="classOsclReadyQ.html#a2459b66b6502c5e748be6c1b43842cb0">Top</a>();
<a name="l00094"></a>00094 
<a name="l00095"></a>00095         <a class="code" href="classPVActiveBase.html">TOsclReady</a> <a class="code" href="classOsclReadyQ.html#a37de5724d0890f42c591307c195fb13a">WaitAndPopTop</a>();
<a name="l00096"></a>00096         <a class="code" href="classPVActiveBase.html">TOsclReady</a> <a class="code" href="classOsclReadyQ.html#a37de5724d0890f42c591307c195fb13a">WaitAndPopTop</a>(uint32);
<a name="l00097"></a>00097 
<a name="l00098"></a>00098         int32 <a class="code" href="classOsclReadyQ.html#a26cf717cf7635acde30b3c11fb42cf36">PendComplete</a>(<a class="code" href="classPVActiveBase.html">PVActiveBase</a> *pvbase, int32 aReason);
<a name="l00099"></a>00099         int32 <a class="code" href="classOsclReadyQ.html#a4d85458a4dca77ef27970d475c3f60ee">WaitForRequestComplete</a>(<a class="code" href="classPVActiveBase.html">PVActiveBase</a>*);
<a name="l00100"></a>00100 
<a name="l00101"></a>00101         <span class="comment">//For non-blocking scheduler observer support</span>
<a name="l00102"></a>00102         <span class="keywordtype">void</span> <a class="code" href="classOsclReadyQ.html#ae4a25b6940c4d2af528e5598468c44db">RegisterForCallback</a>(<a class="code" href="classOsclSchedulerObserver.html">OsclSchedulerObserver</a>* aCallback, <a class="code" href="group__osclbase.html#ga3bac54662348f5e6c08b97ca97066b89" title="The OsclAny is meant to be used the context of a generic pointer (i.e., no specific...">OsclAny</a>* aCallbackContext);
<a name="l00103"></a>00103         <span class="keywordtype">void</span> <a class="code" href="classOsclReadyQ.html#a8ed9a5183cbf7340f08d82f807d182a6">TimerCallback</a>(uint32 aDelayMicrosec);
<a name="l00104"></a><a class="code" href="classOsclReadyQ.html#af702f341409f5d863e72169d57749e5e">00104</a>         <a class="code" href="classOsclSchedulerObserver.html">OsclSchedulerObserver</a>* <a class="code" href="classOsclReadyQ.html#af702f341409f5d863e72169d57749e5e">Callback</a>()
<a name="l00105"></a>00105         {
<a name="l00106"></a>00106             <span class="keywordflow">return</span> iCallback;
<a name="l00107"></a>00107         }
<a name="l00108"></a>00108 
<a name="l00109"></a>00109     <span class="keyword">private</span>:
<a name="l00110"></a>00110         <a class="code" href="classPVActiveBase.html">TOsclReady</a> PopTopAfterWait();
<a name="l00111"></a>00111 
<a name="l00112"></a>00112         <span class="comment">//mutex for thread protection</span>
<a name="l00113"></a>00113         <a class="code" href="classOsclMutex.html">OsclNoYieldMutex</a> iCrit;
<a name="l00114"></a>00114 
<a name="l00115"></a>00115         <span class="comment">//this semaphore tracks the queue size.  it is used to</span>
<a name="l00116"></a>00116         <span class="comment">//regulate the scheduling loop when running in blocking mode.</span>
<a name="l00117"></a>00117         <a class="code" href="classOsclSemaphore.html">OsclSemaphore</a> iSem;
<a name="l00118"></a>00118 
<a name="l00119"></a>00119         <span class="comment">//a sequence number needed to maintain FIFO sorting order in oscl pri queue.</span>
<a name="l00120"></a>00120         uint32 iSeqNumCounter;
<a name="l00121"></a>00121 
<a name="l00122"></a>00122         <span class="comment">//For non-blocking scheduler observer support</span>
<a name="l00123"></a>00123         <a class="code" href="classOsclSchedulerObserver.html">OsclSchedulerObserver</a>* iCallback;
<a name="l00124"></a>00124         <a class="code" href="group__osclbase.html#ga3bac54662348f5e6c08b97ca97066b89" title="The OsclAny is meant to be used the context of a generic pointer (i.e., no specific...">OsclAny</a>* iCallbackContext;
<a name="l00125"></a>00125 };
<a name="l00126"></a>00126 
<a name="l00127"></a>00127 <span class="comment">/*</span>
<a name="l00128"></a>00128 <span class="comment">** A non-thread-safe queue for holding pending timers.</span>
<a name="l00129"></a>00129 <span class="comment">*/</span>
<a name="l00130"></a><a class="code" href="classOsclTimerQ.html">00130</a> <span class="keyword">class </span><a class="code" href="classOsclTimerQ.html">OsclTimerQ</a>
<a name="l00131"></a>00131         : <span class="keyword">public</span> <a class="code" href="classOsclPriorityQueue.html">OsclPriorityQueue</a>&lt;TOsclReady, OsclReadyAlloc, Oscl_Vector&lt;TOsclReady, OsclReadyAlloc&gt;, OsclTimerCompare&gt;
<a name="l00132"></a>00132 {
<a name="l00133"></a>00133     <span class="keyword">public</span>:
<a name="l00134"></a>00134         <span class="keywordtype">void</span> <a class="code" href="classOsclTimerQ.html#aa68de66835ed5e9be2d713cf0f26421b">Construct</a>(<span class="keywordtype">int</span>);
<a name="l00135"></a>00135         <span class="keywordtype">void</span> <a class="code" href="classOsclTimerQ.html#a87430a3c48aebe396fa355235be87078">Add</a>(<a class="code" href="classPVActiveBase.html">TOsclReady</a>);
<a name="l00136"></a>00136         <span class="keywordtype">void</span> <a class="code" href="classOsclTimerQ.html#a8cbdfed9f72d20f79bd53427eb68e9b0">Remove</a>(<a class="code" href="classPVActiveBase.html">TOsclReady</a>);
<a name="l00137"></a>00137         <a class="code" href="classPVActiveBase.html">TOsclReady</a> <a class="code" href="classOsclTimerQ.html#a91b3434521c41fb43c3491d4b1116b08">PopTop</a>();
<a name="l00138"></a>00138         <a class="code" href="classPVActiveBase.html">TOsclReady</a> <a class="code" href="classOsclTimerQ.html#a2f2d5c3d37aea358c151563b79e53276">Top</a>();
<a name="l00139"></a>00139         <span class="keywordtype">void</span> <a class="code" href="classOsclTimerQ.html#a882d867d344134c142dc1745ddd0e82b">Pop</a>(<a class="code" href="classPVActiveBase.html">TOsclReady</a>);
<a name="l00140"></a>00140         <span class="keywordtype">bool</span> <a class="code" href="classOsclTimerQ.html#acb553bde2c4752050c342e4f4969aeb0">IsIn</a>(<a class="code" href="classPVActiveBase.html">TOsclReady</a>);
<a name="l00141"></a>00141     <span class="keyword">private</span>:
<a name="l00142"></a>00142         <span class="comment">//a sequence number needed to maintain FIFO sorting order in oscl pri queue.</span>
<a name="l00143"></a>00143         uint32 iSeqNumCounter;
<a name="l00144"></a>00144 };
<a name="l00145"></a>00145 
<a name="l00149"></a><a class="code" href="classTReadyQueLink.html">00149</a> <span class="keyword">class </span><a class="code" href="classTReadyQueLink.html">TReadyQueLink</a>
<a name="l00150"></a>00150 {
<a name="l00151"></a>00151     <span class="keyword">public</span>:
<a name="l00152"></a><a class="code" href="classTReadyQueLink.html#a307be5f8f3772f0d9c9ff9eefa77e800">00152</a>         <a class="code" href="classTReadyQueLink.html#a307be5f8f3772f0d9c9ff9eefa77e800">TReadyQueLink</a>()
<a name="l00153"></a>00153         {
<a name="l00154"></a>00154             <a class="code" href="classTReadyQueLink.html#a34066d68edc2a6a23e76ba5a8dd707cb">iAOPriority</a> = 0;
<a name="l00155"></a>00155             <a class="code" href="classTReadyQueLink.html#a509cb01c0f75207586ff9db73e06a679">iTimeToRunTicks</a> = 0;
<a name="l00156"></a>00156             <a class="code" href="classTReadyQueLink.html#a78020b5b5ad2593b7042b8b3ae07787c">iSeqNum</a> = 0;
<a name="l00157"></a>00157             <a class="code" href="classTReadyQueLink.html#ab3c2cbe5c56774b7bf4f0ccfcc876f8e">iIsIn</a> = <a class="code" href="group__osclbase.html#ga070d2ce7b6bb7e5c05602aa8c308d0c4" title="The NULL_TERM_CHAR is used to terminate c-style strings.">NULL</a>;
<a name="l00158"></a>00158         }
<a name="l00159"></a>00159 
<a name="l00160"></a><a class="code" href="classTReadyQueLink.html#a34066d68edc2a6a23e76ba5a8dd707cb">00160</a>         int32 <a class="code" href="classTReadyQueLink.html#a34066d68edc2a6a23e76ba5a8dd707cb">iAOPriority</a>;<span class="comment">//scheduling priority</span>
<a name="l00161"></a><a class="code" href="classTReadyQueLink.html#a509cb01c0f75207586ff9db73e06a679">00161</a>         uint32 <a class="code" href="classTReadyQueLink.html#a509cb01c0f75207586ff9db73e06a679">iTimeToRunTicks</a>;<span class="comment">//for timers, this is the time to run in ticks.</span>
<a name="l00162"></a><a class="code" href="classTReadyQueLink.html#acad8723177081dbc9cad741b82d9af25">00162</a>         uint32 <a class="code" href="classTReadyQueLink.html#acad8723177081dbc9cad741b82d9af25">iTimeQueuedTicks</a>;<span class="comment">//the time when the AO was queued, in ticks.</span>
<a name="l00163"></a><a class="code" href="classTReadyQueLink.html#a78020b5b5ad2593b7042b8b3ae07787c">00163</a>         uint32 <a class="code" href="classTReadyQueLink.html#a78020b5b5ad2593b7042b8b3ae07787c">iSeqNum</a>;<span class="comment">//sequence number for oscl pri queue.</span>
<a name="l00164"></a><a class="code" href="classTReadyQueLink.html#ab3c2cbe5c56774b7bf4f0ccfcc876f8e">00164</a>         <a class="code" href="group__osclbase.html#ga3bac54662348f5e6c08b97ca97066b89" title="The OsclAny is meant to be used the context of a generic pointer (i.e., no specific...">OsclAny</a>* <a class="code" href="classTReadyQueLink.html#ab3c2cbe5c56774b7bf4f0ccfcc876f8e">iIsIn</a>;<span class="comment">//pointer to the queue we&#39;re in, cast as a void*</span>
<a name="l00165"></a>00165 
<a name="l00166"></a>00166 };
<a name="l00167"></a>00167 
<a name="l00168"></a>00168 <span class="preprocessor">#endif</span>
<a name="l00169"></a>00169 <span class="preprocessor"></span>
<a name="l00170"></a>00170 
</pre></div></div>
<hr size="1"><img src="pvlogo_small.jpg"><address style="align: right;"><small>OSCL API</small>
<address style="align: left;"><small>Posting Version: CORE_9.004.1.1 </small>
</small></address>
</body>
</html>