logo

oasis-root

Compiled tree of Oasis Linux based on own branch at <https://hacktivis.me/git/oasis/> git clone https://anongit.hacktivis.me/git/oasis-root.git

sys_times.h.0p (2293B)


  1. '\" et
  2. .TH sys_times.h "0P" 2017 "IEEE/The Open Group" "POSIX Programmer's Manual"
  3. .\"
  4. .SH PROLOG
  5. This manual page is part of the POSIX Programmer's Manual.
  6. The Linux implementation of this interface may differ (consult
  7. the corresponding Linux manual page for details of Linux behavior),
  8. or the interface may not be implemented on Linux.
  9. .\"
  10. .SH NAME
  11. sys/times.h
  12. \(em file access and modification times structure
  13. .SH SYNOPSIS
  14. .LP
  15. .nf
  16. #include <sys/times.h>
  17. .fi
  18. .SH DESCRIPTION
  19. The
  20. .IR <sys/times.h>
  21. header shall define the
  22. .BR tms
  23. structure, which is returned by
  24. \fItimes\fR()
  25. and shall include at least the following members:
  26. .sp
  27. .RS 4
  28. .nf
  29. clock_t tms_utime \fRUser CPU time.\fR
  30. clock_t tms_stime \fRSystem CPU time.\fR
  31. clock_t tms_cutime \fRUser CPU time of terminated child processes.\fR
  32. clock_t tms_cstime \fRSystem CPU time of terminated child processes.\fR
  33. .fi
  34. .P
  35. .RE
  36. .P
  37. The
  38. .IR <sys/times.h>
  39. header shall define the
  40. .BR clock_t
  41. type as described in
  42. .IR <sys/types.h> .
  43. .P
  44. The following shall be declared as a function and may also be defined
  45. as a macro. A function prototype shall be provided.
  46. .sp
  47. .RS 4
  48. .nf
  49. clock_t times(struct tms *);
  50. .fi
  51. .P
  52. .RE
  53. .LP
  54. .IR "The following sections are informative."
  55. .SH "APPLICATION USAGE"
  56. None.
  57. .SH RATIONALE
  58. None.
  59. .SH "FUTURE DIRECTIONS"
  60. None.
  61. .SH "SEE ALSO"
  62. .IR "\fB<sys_types.h>\fP"
  63. .P
  64. The System Interfaces volume of POSIX.1\(hy2017,
  65. .IR "\fItimes\fR\^(\|)"
  66. .\"
  67. .SH COPYRIGHT
  68. Portions of this text are reprinted and reproduced in electronic form
  69. from IEEE Std 1003.1-2017, Standard for Information Technology
  70. -- Portable Operating System Interface (POSIX), The Open Group Base
  71. Specifications Issue 7, 2018 Edition,
  72. Copyright (C) 2018 by the Institute of
  73. Electrical and Electronics Engineers, Inc and The Open Group.
  74. In the event of any discrepancy between this version and the original IEEE and
  75. The Open Group Standard, the original IEEE and The Open Group Standard
  76. is the referee document. The original Standard can be obtained online at
  77. http://www.opengroup.org/unix/online.html .
  78. .PP
  79. Any typographical or formatting errors that appear
  80. in this page are most likely
  81. to have been introduced during the conversion of the source files to
  82. man page format. To report such errors, see
  83. https://www.kernel.org/doc/man-pages/reporting_bugs.html .