OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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 162 milliseconds