Function report |
Source Code:kernel\sys.c |
Create Date:2022-07-28 09:19:08 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:set the priority of a task* - the caller must hold the RCU read lock
Proto:static int set_one_prio(struct task_struct *p, int niceval, int error)
Type:int
Parameter:
Type | Parameter | Name |
---|---|---|
struct task_struct * | p | |
int | niceval | |
int | error |
184 | no_nice = security_task_setnice(p, niceval) |
185 | If no_nice Then |
191 | set_user_nice(p, niceval) |
192 | out : |
193 | Return error |
Name | Describe |
---|---|
SYSCALL_DEFINE3 |
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 |