Function report |
Source Code:kernel\time\posix-timers.c |
Create Date:2022-07-28 10:46:55 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:do_clock_adjtime
Proto:int do_clock_adjtime(const clockid_t which_clock, struct __kernel_timex *ktx)
Type:int
Parameter:
Type | Parameter | Name |
---|---|---|
const clockid_t | which_clock | |
struct __kernel_timex * | ktx |
1080 | kc = clockid_to_kclock(which_clock) |
1084 | If Not clock_adj Then Return -EOPNOTSUPP |
1087 | Return clock_adj(which_clock, ktx) |
Name | Describe |
---|---|
SYSCALL_DEFINE2 |
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 |