HomeSort by relevance Sort by last modified time
    Searched full:epollop (Results 1 - 1 of 1) sorted by null

  /external/chromium/third_party/libevent/
epoll.c 64 struct epollop { struct
113 struct epollop *epollop; local
128 if (!(epollop = calloc(1, sizeof(struct epollop))))
131 epollop->epfd = epfd;
134 epollop->events = malloc(INITIAL_NEVENTS * sizeof(struct epoll_event));
135 if (epollop->events == NULL) {
136 free(epollop);
139 epollop->nevents = INITIAL_NEVENTS
157 struct epollop *epollop = arg; local
184 struct epollop *epollop = arg; local
266 struct epollop *epollop = arg; local
314 struct epollop *epollop = arg; local
365 struct epollop *epollop = arg; local
    [all...]

Completed in 575 milliseconds