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

  /external/chromium_org/third_party/libevent/
kqueue.c 71 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)
169 int nevents = kqop->nevents;
171 if (kqop->nchanges == nevents) {
177 newchange = realloc(kqop->changes,
183 kqop->changes = newchange
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...]
ChangeLog 107 o Do not free the kqop file descriptor in other processes, also allow it to be 0; from Andrei Nigmatulin

Completed in 95 milliseconds