Home
last modified time | relevance | path

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

/external/python/cpython2/Modules/
Dselectmodule.c1535 int gotevents = 0; in kqueue_queue_control() local
1638 gotevents = kevent(self->kqfd, chl, nchanges, in kqueue_queue_control() local
1642 if (gotevents == -1) { in kqueue_queue_control()
1647 result = PyList_New(gotevents); in kqueue_queue_control()
1652 for (i = 0; i < gotevents; i++) { in kqueue_queue_control()