44.html
来自「linux 0.11中文版 有注释」· HTML 代码 · 共 36 行
HTML
36 行
<html>
<head>
<title>include/sys/times.h</title>
<meta name='robots' content='noindex,nofollow'>
<meta name='generator' content='GLOBAL-5.4.1'>
</head>
<body text='#191970' bgcolor='#f5f5dc' vlink='gray'>
<a name='TOP'><h2><a href='../mains.html'>root</a>/<a href='../files/99.html'>include</a>/<a href='../files/102.html'>sys</a>/times.h</h2>
<i><font color='green'>/* [<][>][^][v][top]<a href='#BOTTOM'>[bottom]</a><a href='../mains.html'>[index]</a><a href='../help.html'>[help]</a> */</font></i>
<hr>
<h2><a href='../J/44.html' title='Multiple included from 2 places.'>INCLUDED FROM</a></h2>
<hr>
<pre>
<a name='L1'><font color='darkred'>#ifndef</font> <a href='../S/44.html#L2' title='Defined at 2 in include/sys/times.h.'>_TIMES_H</a>
<a name='L2'><font color='darkred'>#define</font> <a href='../S/44.html#L1' title='Refered from 1 in include/sys/times.h.'>_TIMES_H</a>
<a name='L3'>
<a name='L4'><font color='darkred'>#include</font> <<a href='45.html'>sys/types.h</a>> <i><font color='green'>// 类型头文件。定义了基本的系统数据类型。</font></i>
<a name='L5'>
<a name='L6'><b>struct</b> tms
<a name='L7'><font color='red'>{</font>
<a name='L8'> <a href='../D/1080.html' title='Multiple defined in 2 places.'>time_t</a> tms_utime; <i><font color='green'>// 用户使用的CPU 时间。</font></i>
<a name='L9'> <a href='../D/1080.html' title='Multiple defined in 2 places.'>time_t</a> tms_stime; <i><font color='green'>// 系统(内核)CPU 时间。</font></i>
<a name='L10'> <a href='../D/1080.html' title='Multiple defined in 2 places.'>time_t</a> tms_cutime; <i><font color='green'>// 已终止的子进程使用的用户CPU 时间。</font></i>
<a name='L11'> <a href='../D/1080.html' title='Multiple defined in 2 places.'>time_t</a> tms_cstime; <i><font color='green'>// 已终止的子进程使用的系统CPU 时间。</font></i>
<a name='L12'><font color='red'>}</font>;
<a name='L13'>
<a name='L14'><b>extern</b> <a href='../D/1080.html' title='Multiple defined in 2 places.'>time_t</a> times (<b>struct</b> tms *tp);
<a name='L15'>
<a name='L16'><font color='darkred'>#endif</font>
</pre>
<hr>
<a name='BOTTOM'>
<i><font color='green'>/* [<][>][^][v]<a href='#TOP'>[top]</a>[bottom]<a href='../mains.html'>[index]</a><a href='../help.html'>[help]</a> */</font></i>
</body>
</html>
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?