Searched refs:select_resize (Results 1 - 1 of 1) sorted by relevance

/external/chromium/third_party/libevent/
H A Dselect.c97 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 14 milliseconds