Searched refs:gotevents (Results 1 – 1 of 1) sorted by relevance
1535 int gotevents = 0; in kqueue_queue_control() local1638 gotevents = kevent(self->kqfd, chl, nchanges, in kqueue_queue_control() local1642 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()