Searched defs:kqop (Results 1 - 1 of 1) sorted by relevance

/external/chromium/third_party/libevent/
H A Dkqueue.c71 struct kqop { struct
85 static int kq_insert (struct kqop *, struct kevent *);
102 struct kqop *kqueueop;
108 if (!(kqueueop = calloc(1, sizeof(struct kqop))))
167 kq_insert(struct kqop *kqop, struct kevent *kev) argument
169 int nevents = kqop->nevents;
171 if (kqop->nchanges == nevents) {
177 newchange = realloc(kqop->changes,
183 kqop
220 struct kqop *kqop = arg; local
304 struct kqop *kqop = arg; local
377 struct kqop *kqop = arg; local
440 struct kqop *kqop = arg; local
[all...]

Completed in 69 milliseconds