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

  /external/chromium/third_party/libevent/
select.c 97 static int select_resize(struct selectop *sop, int fdsz);
111 select_resize(sop, howmany(32 + 1, NFDBITS)*sizeof(fd_mask));
207 select_resize(struct selectop *sop, int fdsz) function
289 if (select_resize(sop, fdsz)) {

Completed in 194 milliseconds