Home
last modified time | relevance | path

Searched refs:portev_events (Results 1 – 2 of 2) sorted by relevance

/f-stack/app/redis-5.0.5/src/
H A Dae_evport.c299 if (event[i].portev_events & POLLIN) in aeApiPoll()
301 if (event[i].portev_events & POLLOUT) in aeApiPoll()
/f-stack/app/nginx-1.16.1/src/event/modules/
H A Dngx_eventport_module.c42 int portev_events; /* event data is source specific */ member
525 revents = event_list[i].portev_events; in ngx_eventport_process_events()