Home
last modified time | relevance | path

Searched refs:nchanges (Results 1 – 3 of 3) sorted by relevance

/external/chromium_org/third_party/libevent/
Ddevpoll.c69 int nchanges; member
98 sizeof(struct pollfd) * devpollop->nchanges, 0) == -1) in devpoll_commit()
101 devpollop->nchanges = 0; in devpoll_commit()
109 if (devpollop->nchanges >= devpollop->nevents) { in devpoll_queue()
118 pfd = &devpollop->changes[devpollop->nchanges++]; in devpoll_queue()
221 if (devpollop->nchanges) in devpoll_dispatch()
Dkqueue.c73 int nchanges; member
171 if (kqop->nchanges == nevents) { in kq_insert()
201 memcpy(&kqop->changes[kqop->nchanges++], kev, sizeof(struct kevent)); in kq_insert()
232 res = kevent(kqop->kq, changes, kqop->nchanges, in kq_dispatch()
234 kqop->nchanges = 0; in kq_dispatch()
/external/valgrind/main/coregrind/m_syswrap/
Dsyswrap-darwin.c1445 const struct vki_kevent *,changelist, int,nchanges, in PRE()