Function report |
Source Code:kernel\async.c |
Create Date:2022-07-28 09:33:28 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:async_synchronize_cookie_domain - synchronize asynchronous function calls within a certain domain with cookie checkpointing*@cookie: async_cookie_t to use as checkpoint*@domain: the domain to synchronize (%NULL for all registered domains)* This function
Proto:void async_synchronize_cookie_domain(async_cookie_t cookie, struct async_domain *domain)
Type:void
Parameter:
Type | Parameter | Name |
---|---|---|
async_cookie_t | cookie | |
struct async_domain * | domain |
293 | pr_debug("async_waiting @ %i\n", task_pid_nr(current process)) |
303 | pr_debug("async_continuing @ %i after %lli usec\n", task_pid_nr(current process), (longlong)Convert ktime_t to nanoseconds >> 10) |
Name | Describe |
---|---|
async_synchronize_full_domain | async_synchronize_full_domain - synchronize all asynchronous function within a certain domain*@domain: the domain to synchronize* This function waits until all asynchronous function calls for the* synchronization domain specified by @domain have been done. |
async_synchronize_cookie | async_synchronize_cookie - synchronize asynchronous function calls with cookie checkpointing*@cookie: async_cookie_t to use as checkpoint* This function waits until all asynchronous function calls prior to @cookie* have been done. |
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 |