1 <!DOCTYPE HTML PUBLIC
"-//W3C//DTD HTML 4.01 Transitional//EN">
2 <html><head><meta http-equiv=
"Content-Type" content=
"text/html;charset=UTF-8">
3 <title>Native Client: sys/times.h Source File
</title>
4 <link href=
"./tabs.css" rel=
"stylesheet" type=
"text/css">
5 <link href=
"./stylesheet-dox.css" rel=
"stylesheet" type=
"text/css">
8 <a href=
"../../../README.html">Back to README
</a>
10 <!-- Generated by Doxygen 1.5.7.1 -->
11 <div class=
"navigation" id=
"top">
14 <li><a href=
"index.html"><span>Main
Page
</span></a></li>
15 <li><a href=
"modules.html"><span>Modules
</span></a></li>
16 <li><a href=
"annotated.html"><span>Data
Structures
</span></a></li>
17 <li class=
"current"><a href=
"files.html"><span>Files
</span></a></li>
22 <li><a href=
"files.html"><span>File
List
</span></a></li>
23 <li><a href=
"globals.html"><span>Globals
</span></a></li>
26 <h1>sys/times.h
</h1><div class=
"fragment"><pre class=
"fragment"><a name=
"l00001"></a>00001 <span class=
"preprocessor">#ifndef _SYS_TIMES_H
</span>
27 <a name=
"l00002"></a>00002 <span class=
"preprocessor"></span><span class=
"preprocessor">#ifdef __cplusplus
</span>
28 <a name=
"l00003"></a>00003 <span class=
"preprocessor"></span><span class=
"keyword">extern
</span> <span class=
"stringliteral">"C"</span> {
29 <a name=
"l00004"></a>00004 <span class=
"preprocessor">#endif
</span>
30 <a name=
"l00005"></a>00005 <span class=
"preprocessor"></span><span class=
"preprocessor">#define _SYS_TIMES_H
</span>
31 <a name=
"l00006"></a>00006 <span class=
"preprocessor"></span>
32 <a name=
"l00007"></a>00007 <span class=
"preprocessor">#include
<_ansi.h
></span>
33 <a name=
"l00008"></a>00008 <span class=
"preprocessor">#include
<machine/types.h
></span>
34 <a name=
"l00009"></a>00009
35 <a name=
"l00010"></a>00010 <span class=
"preprocessor">#ifndef __clock_t_defined
</span>
36 <a name=
"l00011"></a>00011 <span class=
"preprocessor"></span><span class=
"keyword">typedef
</span> _CLOCK_T_ clock_t;
37 <a name=
"l00012"></a>00012 <span class=
"preprocessor">#define __clock_t_defined
</span>
38 <a name=
"l00013"></a>00013 <span class=
"preprocessor"></span><span class=
"preprocessor">#endif
</span>
39 <a name=
"l00014"></a>00014 <span class=
"preprocessor"></span>
40 <a name=
"l00015"></a>00015 <span class=
"comment">/* Get Process Times, P1003.1b-
1993, p.
92 */
</span>
41 <a name=
"l00016"></a>00016 <span class=
"keyword">struct
</span>tms {
42 <a name=
"l00017"></a>00017 clock_t tms_utime;
<span class=
"comment">/* user time */
</span>
43 <a name=
"l00018"></a>00018 clock_t tms_stime;
<span class=
"comment">/* system time */
</span>
44 <a name=
"l00019"></a>00019 clock_t tms_cutime;
<span class=
"comment">/* user time, children */
</span>
45 <a name=
"l00020"></a>00020 clock_t tms_cstime;
<span class=
"comment">/* system time, children */
</span>
46 <a name=
"l00021"></a>00021 };
47 <a name=
"l00022"></a>00022
48 <a name=
"l00023"></a>00023 clock_t _EXFUN(times,(
<span class=
"keyword">struct
</span> tms *));
49 <a name=
"l00024"></a>00024
50 <a name=
"l00025"></a>00025 <span class=
"preprocessor">#ifdef __cplusplus
</span>
51 <a name=
"l00026"></a>00026 <span class=
"preprocessor"></span>}
52 <a name=
"l00027"></a>00027 <span class=
"preprocessor">#endif
</span>
53 <a name=
"l00028"></a>00028 <span class=
"preprocessor"></span><span class=
"preprocessor">#endif
</span><span class=
"comment">/* !_SYS_TIMES_H */
</span>
57 <a href=
"http://code.google.com/policies.html#restrictions">noted
</a>,
58 the content of this page is licensed under a
59 <a href=
"http://www.google.com/url?sa=D&q=http%3A%2F%2Fcreativecommons.org/licenses/by/2.5/">Creative Commons
60 Attribution
2.5 license
</a>.
64 Generated
30 Mar
2009 by
<a href=
"http://www.doxygen.org/index.html">doxygen
</a> 1.5.7.1