VirtualBox

source: kBuild/branches/kBuild-0.1.5/src/ash/win/sys/times.h@ 2321

最後變更 在這個檔案從2321是 819,由 bird 提交於 18 年 前

More svn:eol-style fixes.

  • 屬性 svn:eol-style 設為 native
檔案大小: 398 位元組
 
1#ifndef __sys_times_h__
2#define __sys_times_h__
3#include <time.h>
4
5struct tms
6{
7 clock_t tms_utime; /**< User mode CPU time. */
8 clock_t tms_stime; /**< Kernel mode CPU time. */
9 clock_t tms_cutime; /**< User mode CPU time for waited for children. */
10 clock_t tms_cstime; /**< Kernel mode CPU time for waited for children. */
11};
12
13clock_t times(struct tms *);
14
15#endif
注意: 瀏覽 TracBrowser 來幫助您使用儲存庫瀏覽器

© 2025 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette