本文分类:news发布日期:2026/4/22 19:21:50
打赏

相关文章

ngx_epoll_notify_init

1 定义 ngx_epoll_notify_init 函数 定义在 ./nginx-1.24.0/src/event/modules/ngx_epoll_module.cstatic ngx_int_t ngx_epoll_notify_init(ngx_log_t *log) {struct epoll_event ee;#if (NGX_HAVE_SYS_EVENTFD_H)notify_fd eventfd(0, 0); #elsenotify_fd syscall(SYS_eve…

手机版浏览

扫一扫体验

微信公众账号

微信扫一扫加关注

返回
顶部