OpenCores
URL https://opencores.org/ocsvn/or1k/or1k/trunk

Subversion Repositories or1k

[/] [or1k/] [trunk/] [newlib/] [newlib/] [libc/] [sys/] [rtems/] [sys/] [times.h] - Blame information for rev 1765

Details | Compare with Previous | View Log

Line No. Rev Author Line
1 39 lampret
/*
2 56 joel
 *  $Id: times.h,v 1.1.1.2 2000-08-30 19:04:16 joel Exp $
3 39 lampret
 */
4
 
5
#ifndef __POSIX_SYS_TIMES_h
6
#define __POSIX_SYS_TIMES_h
7
 
8 56 joel
#ifdef __cplusplus
9
extern "C" {
10
#endif
11
 
12 39 lampret
#include <sys/types.h>
13
 
14
/*
15
 *  4.5.2 Get Process Times, P1003.1b-1993, p. 92
16
 */
17
 
18
struct tms {
19
  clock_t tms_utime;   /* User CPU time */
20
  clock_t tms_stime;   /* System CPU time */
21
  clock_t tms_cutime;  /* User CPU time of terminated child processes */
22
  clock_t tms_cstime;  /* System CPU time of terminated child processes */
23
};
24
 
25 56 joel
#ifdef __cplusplus
26
}
27
#endif 
28
 
29 39 lampret
#endif
30
/* end of include file */
31
 

powered by: WebSVN 2.1.0

© copyright 1999-2024 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.