Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/PyMod-2.7.2/Modules/
Dselectmodule.c1492 int nchanges = 0; in kqueue_queue_control() local
1558 nchanges = PyObject_Size(ch); in kqueue_queue_control()
1559 if (nchanges < 0) { in kqueue_queue_control()
1563 chl = PyMem_New(struct kevent, nchanges); in kqueue_queue_control()
1594 gotevents = kevent(self->kqfd, chl, nchanges, in kqueue_queue_control()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/
Dselectmodule.c1492 int nchanges = 0; in kqueue_queue_control() local
1558 nchanges = PyObject_Size(ch); in kqueue_queue_control()
1559 if (nchanges < 0) { in kqueue_queue_control()
1563 chl = PyMem_New(struct kevent, nchanges); in kqueue_queue_control()
1594 gotevents = kevent(self->kqfd, chl, nchanges, in kqueue_queue_control()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/PyMod-2.7.10/Modules/
Dselectmodule.c1547 int nchanges = 0; in kqueue_queue_control() local
1613 nchanges = PyObject_Size(ch); in kqueue_queue_control()
1614 if (nchanges < 0) { in kqueue_queue_control()
1618 chl = PyMem_New(struct kevent, nchanges); in kqueue_queue_control()
1649 gotevents = kevent(self->kqfd, chl, nchanges, in kqueue_queue_control()