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

  /external/chromium/third_party/libevent/
kqueue.c 85 static int kq_insert (struct kqop *, struct kevent *);
167 kq_insert(struct kqop *kqop, struct kevent *kev) function
350 if (kq_insert(kqop, &kev) == -1)
365 if (kq_insert(kqop, &kev) == -1)
416 if (kq_insert(kqop, &kev) == -1)
428 if (kq_insert(kqop, &kev) == -1)

Completed in 55 milliseconds