source:
kBuild/branches/kBuild-0.1.5/src/ash/win/sys/times.h@
2321
最後變更 在這個檔案從2321是 819,由 提交於 18 年 前 | |
---|---|
|
|
檔案大小: 398 位元組 |
行 | |
---|---|
1 | #ifndef __sys_times_h__ |
2 | #define __sys_times_h__ |
3 | #include <time.h> |
4 | |
5 | struct 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 | |
13 | clock_t times(struct tms *); |
14 | |
15 | #endif |
注意:
瀏覽 TracBrowser
來幫助您使用儲存庫瀏覽器