Function report |
Source Code:fs\eventpoll.c |
Create Date:2022-07-28 20: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:p_loop_check_proc - Callback function to be passed to the @ep_call_nested()* API, to verify that adding an epoll file inside another* epoll structure, does not violate the constraints, in* terms of closed loops, or too deep chains (which can
Proto:static int ep_loop_check_proc(void *priv, void *cookie, int call_nests)
Type:int
Parameter:
Type | Parameter | Name |
---|---|---|
void * | priv | |
void * | cookie | |
int | call_nests |
1938 | error = 0 |
1952 | If used to optimize loop detection check Then Continue |
1957 | If error != 0 Then Break |
1959 | Else |
1975 | Return error |
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 |