linux-old/include/linux/times.h
<<
>>
Prefs
   1#ifndef _LINUX_TIMES_H
   2#define _LINUX_TIMES_H
   3
   4struct tms {
   5        clock_t tms_utime;
   6        clock_t tms_stime;
   7        clock_t tms_cutime;
   8        clock_t tms_cstime;
   9};
  10
  11#endif
  12
lxr.linux.no kindly hosted by Redpill Linpro AS, provider of Linux consulting and operations services since 1995.