Function report |
Source Code:kernel\sys.c |
Create Date:2022-07-28 09:20:10 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:do_sys_times
Proto:static void do_sys_times(struct tms *tms)
Type:void
Parameter:
Type | Parameter | Name |
---|---|---|
struct tms * | tms |
950 | tms_utime = nsec_to_clock_t(tgutime) |
951 | tms_stime = nsec_to_clock_t(tgstime) |
952 | tms_cutime = nsec_to_clock_t(cutime) |
953 | tms_cstime = nsec_to_clock_t(cstime) |
Name | Describe |
---|---|
SYSCALL_DEFINE1 | |
COMPAT_SYSCALL_DEFINE1 |
Source code conversion tool public plug-in interface | X |
---|---|
Support c/c++/esqlc/java Oracle/Informix/Mysql Plug-in can realize: logical Report Code generation and batch code conversion |