File:  [MW Coherent from dump] / coherent / f / usr / include.78 / sys / times.h
Revision 1.1.1.1 (vendor branch): download - view: text, annotated - select for diffs
Wed May 29 04:56:40 2019 UTC (7 years ago) by root
Branches: MarkWilliams, MAIN
CVS tags: relic, HEAD
coherent

/* (-lgl
 * 	COHERENT Version 4.0
 * 	Copyright (c) 1982, 1992 by Mark Williams Company.
 * 	All rights reserved. May not be copied without permission.
 -lgl) */
/*
 * Structure returned by the `times' system call.
 */

#ifndef	 __SYS_TIMES_H__
#define	 __SYS_TIMES_H__

#ifdef _I386
struct tms {
	long	 tms_utime;		/* Process user time */
	long	 tms_stime;		/* Process system time */
	long	 tms_cutime;		/* Child user time */
	long	 tms_cstime;		/* Child system time */
};
#else
struct tbuffer {
	long	 tb_utime;		/* Process user time */
	long	 tb_stime;		/* Process system time */
	long	 tb_cutime;		/* Child user time */
	long	 tb_cstime;		/* Child system time */
};
#endif

#endif

unix.superglobalmegacorp.com

This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.