Function report |
Source Code:ipc\sem.c |
Create Date:2022-07-28 16:45:44 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:If CLONE_SYSVSEM is set, establish sharing of SEM_UNDO state between* parent and child tasks.
Proto:int copy_semundo(unsigned long clone_flags, struct task_struct *tsk)
Type:int
Parameter:
Type | Parameter | Name |
---|---|---|
unsigned long | clone_flags | |
struct task_struct * | tsk |
2274 | If clone_flags & share system V SEM_UNDO semantics Then |
2280 | Else undo_list = NULL |
2283 | Return 0 |
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 |