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