Function report |
Source Code:fs\select.c |
Create Date:2022-07-28 20:07:02 |
Last Modify:2020-03-18 10:25:38 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:wait_key_set
Proto:static inline void wait_key_set(poll_table *wait, unsigned long in, unsigned long out, unsigned long bit, __poll_t ll_flag)
Type:void
Parameter:
Type | Parameter | Name |
---|---|---|
poll_table * | wait | |
unsigned long | in | |
unsigned long | out | |
unsigned long | bit | |
__poll_t | ll_flag |
469 | _key = POLLEX_SET | ll_flag |
470 | If in & bit Then _key |= POLLIN_SET |
472 | If out & bit Then _key |= POLLOUT_SET |
Name | Describe |
---|---|
do_select |
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 |