Function report |
Source Code:kernel\fork.c |
Create Date:2022-07-28 08:58:51 |
Last Modify:2020-03-17 11:04:53 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:clone3_args_valid
Proto:static bool clone3_args_valid(struct kernel_clone_args *kargs)
Type:bool
Parameter:
Type | Parameter | Name |
---|---|---|
struct kernel_clone_args * | kargs |
2678 | If flags & ~(All the bits taken by the old clone syscall. | Clear any signal handler and reset to SIG_DFL. ) Then Return false |
2685 | If flags & (Unused, ignored | signal mask to be sent at exit ) Then Return false |
2692 | If flags & (Same thread group | set if we want to have the same parent as the cloner ) && exit_signal Then Return false |
2699 | Return true |
Name | Describe |
---|---|
SYSCALL_DEFINE2 | lone3 - create a new process with specific properties*@uargs: argument structure*@size: size of @uargs* clone3() is the extensible successor to clone()/clone2().* It takes a struct as argument that is versioned by its size. |
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 |