更新日期: 2022/06/01 来源: https://gitee.com/weharmony/kernel_liteos_a_note
epoll_head结构体 参考

成员变量

int size
 
int nodeCount
 
struct epoll_eventevs
 

详细描述

在文件 fs_epoll.c42 行定义.

结构体成员变量说明

◆ evs

struct epoll_event* epoll_head::evs

在文件 fs_epoll.c45 行定义.

◆ nodeCount

int epoll_head::nodeCount

在文件 fs_epoll.c44 行定义.

◆ size

int epoll_head::size

在文件 fs_epoll.c43 行定义.


该结构体的文档由以下文件生成: