OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:select_resize
(Results
1 - 2
of
2
) 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)) {
/external/chromium_org/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 31 milliseconds