Function report |
Source Code:ipc\sem.c |
Create Date:2022-07-28 16:45:41 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:ksys_semtimedop
Proto:long ksys_semtimedop(int semid, struct sembuf __user *tsops, unsigned int nsops, const struct __kernel_timespec __user *timeout)
Type:long
Parameter:
Type | Parameter | Name |
---|---|---|
int | semid | |
struct sembuf __user * | tsops | |
unsigned int | nsops | |
const struct __kernel_timespec __user * | timeout |
2222 | If timeout Then |
2224 | If get_timespec64( & ts, timeout) Then Return -EFAULT |
2226 | Return do_semtimedop(semid, tsops, nsops, & ts) |
2228 | Return do_semtimedop(semid, tsops, nsops, NULL) |
Name | Describe |
---|---|
SYSCALL_DEFINE4 | |
ksys_ipc |
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 |