aboutsummaryrefslogtreecommitdiff
path: root/doc/oscl_html/osclconfig__proc__check_8h_source.html
blob: d48d37ed5fa14ad5a52862bb119737268aeb718e (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
<!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: osclconfig_proc_check.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>osclconfig_proc_check.h</h1><a href="osclconfig__proc__check_8h.html">Go to the documentation of this file.</a><div class="fragment"><pre class="fragment"><a name="l00001"></a>00001 
<a name="l00002"></a>00002 <span class="preprocessor">#ifndef OSCLCONFIG_PROC_CHECK_H_INCLUDED</span>
<a name="l00003"></a>00003 <span class="preprocessor"></span><span class="preprocessor">#define OSCLCONFIG_PROC_CHECK_H_INCLUDED</span>
<a name="l00004"></a>00004 <span class="preprocessor"></span>
<a name="l00010"></a>00010 <span class="preprocessor">#ifndef OSCL_HAS_THREAD_SUPPORT</span>
<a name="l00011"></a>00011 <span class="preprocessor"></span><span class="preprocessor">#error &quot;ERROR: OSCL_HAS_THREAD_SUPPORT has to be defined to either 1 or 0&quot;</span>
<a name="l00012"></a>00012 <span class="preprocessor"></span><span class="preprocessor">#endif</span>
<a name="l00013"></a>00013 <span class="preprocessor"></span>
<a name="l00019"></a>00019 <span class="preprocessor">#ifndef OSCL_HAS_NON_PREEMPTIVE_THREAD_SUPPORT</span>
<a name="l00020"></a>00020 <span class="preprocessor"></span><span class="preprocessor">#error &quot;ERROR: OSCL_HAS_NON_PREEMPTIVE_THREAD_SUPPORT has to be defined to either 1 or 0&quot;</span>
<a name="l00021"></a>00021 <span class="preprocessor"></span><span class="preprocessor">#endif</span>
<a name="l00022"></a>00022 <span class="preprocessor"></span>
<a name="l00028"></a>00028 <span class="preprocessor">#ifndef OSCL_HAS_SYMBIAN_SCHEDULER</span>
<a name="l00029"></a>00029 <span class="preprocessor"></span><span class="preprocessor">#error &quot;ERROR: OSCL_HAS_SYMBIAN_SCHEDULER has to be defined to either 1 or 0&quot;</span>
<a name="l00030"></a>00030 <span class="preprocessor"></span><span class="preprocessor">#endif</span>
<a name="l00031"></a>00031 <span class="preprocessor"></span>
<a name="l00038"></a>00038 <span class="preprocessor">#ifndef OSCL_HAS_SEM_TIMEDWAIT_SUPPORT</span>
<a name="l00039"></a>00039 <span class="preprocessor"></span><span class="preprocessor">#error &quot;ERROR: OSCL_HAS_SEM_TIMEDWAIT_SUPPORT has to be defined to either 1 or 0&quot;</span>
<a name="l00040"></a>00040 <span class="preprocessor"></span><span class="preprocessor">#endif</span>
<a name="l00041"></a>00041 <span class="preprocessor"></span>
<a name="l00047"></a>00047 <span class="preprocessor">#ifndef OSCL_HAS_PTHREAD_SUPPORT</span>
<a name="l00048"></a>00048 <span class="preprocessor"></span><span class="preprocessor">#error &quot;ERROR: OSCL_HAS_PTHREAD_SUPPORT has to be defined to either 1 or 0&quot;</span>
<a name="l00049"></a>00049 <span class="preprocessor"></span><span class="preprocessor">#endif</span>
<a name="l00050"></a>00050 <span class="preprocessor"></span>
<a name="l00058"></a><a class="code" href="osclconfig__proc__check_8h.html#adc8125a3bc8a68c6d0a7aa5cd693983d">00058</a> <span class="keyword">typedef</span> <a class="code" href="osclconfig__proc__unix__common_8h.html#a82cf0793edd624dc416a6db1b916ef45">TOsclThreadId</a> <a class="code" href="osclconfig__proc__check_8h.html#adc8125a3bc8a68c6d0a7aa5cd693983d">__verify__TOsclThreadId__defined__</a>;
<a name="l00059"></a>00059 
<a name="l00067"></a><a class="code" href="osclconfig__proc__check_8h.html#a399b296d55fde1c60bdf04d118d850a5">00067</a> <span class="keyword">typedef</span> <a class="code" href="osclconfig__proc__unix__common_8h.html#a6a8ba6877fc9fc6d457fd188ccbc8086">TOsclThreadFuncRet</a> <a class="code" href="osclconfig__proc__check_8h.html#a399b296d55fde1c60bdf04d118d850a5">__verify__TOsclThreadFuncRet__defined__</a>;
<a name="l00068"></a>00068 
<a name="l00076"></a><a class="code" href="osclconfig__proc__check_8h.html#a763dd2889388a8f301faa7bda812d8e5">00076</a> <span class="keyword">typedef</span> <a class="code" href="osclconfig__proc__unix__common_8h.html#a79dc72e19d6ed5a3fd5f49a14f0fdb92">TOsclThreadFuncArg</a> <a class="code" href="osclconfig__proc__check_8h.html#a763dd2889388a8f301faa7bda812d8e5">__verify__TOsclThreadFuncArg__defined__</a>;
<a name="l00077"></a>00077 
<a name="l00085"></a>00085 <span class="preprocessor">#ifndef OSCL_THREAD_DECL</span>
<a name="l00086"></a>00086 <span class="preprocessor"></span><span class="preprocessor">#error &quot;ERROR: OSCL_THREAD_DECL has to be defined.&quot;</span>
<a name="l00087"></a>00087 <span class="preprocessor"></span><span class="preprocessor">#endif</span>
<a name="l00088"></a>00088 <span class="preprocessor"></span>
<a name="l00103"></a><a class="code" href="osclconfig__proc__check_8h.html#ab5af15aff2903c587ca4c731c26df9f5">00103</a> <span class="keyword">typedef</span> <a class="code" href="osclconfig__proc__unix__common_8h.html#a868f0541091962c9d2756cc2ed1875be">TOsclThreadObject</a> <a class="code" href="osclconfig__proc__check_8h.html#ab5af15aff2903c587ca4c731c26df9f5">__verify__TOsclThreadObject__defined__</a>;
<a name="l00104"></a>00104 
<a name="l00112"></a><a class="code" href="osclconfig__proc__check_8h.html#add591e21495c782245c0206992d47b2c">00112</a> <span class="keyword">typedef</span> <a class="code" href="osclconfig__proc__unix__common_8h.html#ad614b4fd9839f6ad888115bdb9770be5">TOsclMutexObject</a> <a class="code" href="osclconfig__proc__check_8h.html#add591e21495c782245c0206992d47b2c">__verify__TOsclMutexObject__defined__</a>;
<a name="l00113"></a>00113 
<a name="l00121"></a><a class="code" href="osclconfig__proc__check_8h.html#a52bc95a1a438f1c1e9596c422b0399e4">00121</a> <span class="keyword">typedef</span> <a class="code" href="osclconfig__proc__unix__common_8h.html#a2294a4d7e61833086091544da46280e9">TOsclSemaphoreObject</a> <a class="code" href="osclconfig__proc__check_8h.html#a52bc95a1a438f1c1e9596c422b0399e4">__verify__TOsclSemaphoreObject__defined__</a>;
<a name="l00122"></a>00122 
<a name="l00135"></a><a class="code" href="osclconfig__proc__check_8h.html#afa4185b766316682a63c06632847e4db">00135</a> <span class="keyword">typedef</span> <a class="code" href="osclconfig__proc__unix__common_8h.html#af87c672d3e1f8e65c95240b4efb69fa8">TOsclConditionObject</a> <a class="code" href="osclconfig__proc__check_8h.html#afa4185b766316682a63c06632847e4db">__verify__TOsclConditionObject__defined__</a>;
<a name="l00136"></a>00136 
<a name="l00137"></a>00137 
<a name="l00138"></a>00138 <span class="preprocessor">#endif //OSCLCONFIG_PROC_CHECK_H_INCLUDED</span>
<a name="l00139"></a>00139 <span class="preprocessor"></span>
<a name="l00140"></a>00140 
</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>