Release 4.7 include/uapi/linux/times.h
#ifndef _LINUX_TIMES_H
#define _LINUX_TIMES_H
#include <linux/types.h>
struct tms {
__kernel_clock_t tms_utime;
__kernel_clock_t tms_stime;
__kernel_clock_t tms_cutime;
__kernel_clock_t tms_cstime;
};
#endif
Overall Contributors
| Person | Tokens | Prop | Commits | CommitProp |
pre-git | pre-git | 21 | 75.00% | 2 | 40.00% |
arnd bergmann | arnd bergmann | 4 | 14.29% | 1 | 20.00% |
tim schmielau | tim schmielau | 2 | 7.14% | 1 | 20.00% |
martin schwidefsky | martin schwidefsky | 1 | 3.57% | 1 | 20.00% |
| Total | 28 | 100.00% | 5 | 100.00% |
Information contained on this website is for historical information purposes only and does not indicate or represent copyright ownership.