©2004 by Marc J. Rochkind. All rights reserved. Portions marked "Open Source" may be copied under license.

 

Main Page   Modules   Namespace List   Class Hierarchy   Compound List   File List   Namespace Members   Compound Members   File Members  

tms Struct Reference

List of all members.

Detailed Description

Description:
Structure for times system call (Std. UNIX; see AUP2 Sec. 1.7.2)
Headers:

Definition at line 3655 of file SUS_Summary.

Public Attributes

clock_t tms_utime
clock_t tms_stime
clock_t tms_cutime
clock_t tms_cstime


Member Data Documentation

clock_t tms::tms_cstime
 

sys time of terminated children

Definition at line 3659 of file SUS_Summary.

Referenced by timestop().

clock_t tms::tms_cutime
 

user time of terminated children

Definition at line 3658 of file SUS_Summary.

Referenced by timestop().

clock_t tms::tms_stime
 

sys time

Definition at line 3657 of file SUS_Summary.

Referenced by timestop().

clock_t tms::tms_utime
 

user time

Definition at line 3656 of file SUS_Summary.

Referenced by timestop().


The documentation for this struct was generated from the following file:
Generated on Fri Apr 23 10:57:15 2004 for AUP2 Example Source by doxygen 1.3.1