Searched refs:nchanges (Results 1 - 4 of 4) sorted by relevance

/external/libevent/
H A Ddevpoll.c61 int nchanges; member in struct:devpollop
92 sizeof(struct pollfd) * devpollop->nchanges, 0) == -1)
95 devpollop->nchanges = 0;
103 if (devpollop->nchanges >= devpollop->nevents) {
112 pfd = &devpollop->changes[devpollop->nchanges++];
175 if (devpollop->nchanges)
/external/python/cpython2/Modules/
H A Dselectmodule.c1536 int nchanges = 0; local
1602 nchanges = PyObject_Size(ch);
1603 if (nchanges < 0) {
1607 chl = PyMem_New(struct kevent, nchanges);
1638 gotevents = kevent(self->kqfd, chl, nchanges,
/external/python/cpython3/Modules/
H A Dselectmodule.c2102 int nchanges = 0; local
2158 nchanges = PyObject_Size(ch);
2159 if (nchanges < 0) {
2163 chl = PyMem_New(struct kevent, nchanges);
2199 gotevents = kevent(self->kqfd, chl, nchanges,
/external/valgrind/coregrind/m_syswrap/
H A Dsyswrap-darwin.c2013 const struct vki_kevent *,changelist, int,nchanges,
2039 const struct vki_kevent64 *,changelist, int,nchanges,

Completed in 482 milliseconds