Function report |
Source Code:include\linux\async.h |
Create Date:2022-07-28 06:28:47 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:async_schedule_domain - schedule a function for asynchronous execution within a certain domain*@func: function to execute asynchronously*@data: data pointer to pass to the function*@domain: the domain
Proto:static inline async_cookie_t async_schedule_domain(async_func_t func, void *data, struct async_domain *domain)
Type:async_cookie_t
Parameter:
Type | Parameter | Name |
---|---|---|
async_func_t | func | |
void * | data | |
struct async_domain * | domain |
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 |