Function report |
Source Code:kernel\fork.c |
Create Date:2022-07-28 08:58:16 |
Last Modify:2020-03-17 11:04:53 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:copy_signal
Proto:static int copy_signal(unsigned long clone_flags, struct task_struct *tsk)
Type:int
Parameter:
Type | Parameter | Name |
---|---|---|
unsigned long | clone_flags | |
struct task_struct * | tsk |
1555 | If clone_flags & Same thread group Then Return 0 |
1559 | Signal handlers: = sig |
1563 | nr_threads = 1 |
1564 | atomic_set( & live, 1) |
1568 | thread_head = (struct list_head) |
1569 | theead node = (struct list_head) |
1571 | init_waitqueue_head( & r wait4() ) |
1576 | prev_cputime_init( & prev_cputime) |
1586 | task_unlock(group_leader) |
1590 | tty_audit_fork(sig) |
1591 | sched_autogroup_fork(sig) |
1598 | Return 0 |
Name | Describe |
---|---|
copy_process | Create a new process |
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 |