Function report |
Source Code:ipc\mqueue.c |
Create Date:2022-07-28 16:51:02 |
Last Modify:2020-03-17 23:00:47 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:prepare_timeout
Proto:static int prepare_timeout(const struct __kernel_timespec __user *u_abs_timeout, struct timespec64 *ts)
Type:int
Parameter:
Type | Parameter | Name |
---|---|---|
const struct __kernel_timespec __user * | u_abs_timeout | |
struct timespec64 * | ts |
751 | If get_timespec64(ts, u_abs_timeout) Then Return -EFAULT |
753 | If Not Returns true if the timespec64 is norm, false if denorm: Then Return -EINVAL |
755 | Return 0 |
Name | Describe |
---|---|
SYSCALL_DEFINE5 | |
SYSCALL_DEFINE5 |
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 |