Function report |
Source Code:fs\eventpoll.c |
Create Date:2022-07-28 20:19:06 |
| Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
| home page | Tree |
| Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:This function unregisters poll callbacks from the associated file* descriptor. Must be called with "mtx" held (or "epmutex" if called from* ep_free).
Proto:static void ep_unregister_pollwait(struct eventpoll *ep, struct epitem *epi)
Type:void
Parameter:
| Type | Parameter | Name |
|---|---|---|
| struct eventpoll * | ep | |
| struct epitem * | epi |
| 613 | ep_remove_wait_queue(pwq) |
| Name | Describe |
|---|---|
| ep_remove | Removes a "struct epitem" from the eventpoll RB tree and deallocates* all the associated resources. Must be called with "mtx" held. |
| ep_free | |
| ep_insert | Must be called with "mtx" held. |
| 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 |