Function report

linux kernel

5.5.9

Brick Technologies Co., Ltd

Source Code:kernel\signal.c Create Date:2020-09-18 20:21:21
Last Modify:2020-03-17 13:28:47 Copyright©Brick
home page Tree
Annotation kernel can get tool activityDownload PLEAChinese

Name:COMPAT_SYSCALL_DEFINE4

Proto:COMPAT_SYSCALL_DEFINE4(rt_sigtimedwait_time64, compat_sigset_t *, uthese, struct compat_siginfo *, uinfo, struct __kernel_timespec *, uts, compat_size_t, sigsetsize)

Type:

Parameter:Nothing

3565  If sigsetsize != sizeof(sigset_t) Then Return -Invalid argument
3568  If get_compat_sigset( & s, uthese) Then Return -Bad address
3571  If uts Then
3572  If get_timespec64( & t, uts) Then Return -Bad address
3576  ret = wait for queued signals specified in @which
3578  If ret > 0 && uinfo Then
3579  If copy_siginfo_to_user32(uinfo, & info) Then ret = -Bad address
3583  Return ret