Function report |
Source Code:kernel\rseq.c |
Create Date:2022-07-28 13:50:40 |
Last Modify:2022-05-20 08:09:32 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:Restartable sequences are a lightweight interface that allows* user-level code to be executed atomically relative to scheduler* preemption and signal delivery
Proto:static int rseq_update_cpu_id(struct task_struct *t)
Type:int
Parameter:
Type | Parameter | Name |
---|---|---|
struct task_struct * | t |
88 | If Write a simple value into user space(cpu_id, & cpu_id_start) Then Return -EFAULT |
90 | If Write a simple value into user space(cpu_id, & cpu_id) Then Return -EFAULT |
92 | trace_rseq_update(t) |
93 | Return 0 |
Name | Describe |
---|---|
__rseq_handle_notify_resume | This resume handler must always be executed between any of:* - preemption,* - signal delivery,* and return to user-space |
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 |