Searched refs:gotevents (Results 1 – 2 of 2) sorted by relevance
2114 int gotevents = 0; in kqueue_queue_control() local2209 gotevents = kevent(self->kqfd, chl, nchanges, in kqueue_queue_control()2223 gotevents = 0; in kqueue_queue_control()2232 if (gotevents == -1) { in kqueue_queue_control()2237 result = PyList_New(gotevents); in kqueue_queue_control()2242 for (i = 0; i < gotevents; i++) { in kqueue_queue_control()
1585 int gotevents = 0; in kqueue_queue_control() local1685 gotevents = kevent(self->kqfd, chl, nchanges, in kqueue_queue_control() local1689 if (gotevents == -1) { in kqueue_queue_control()1694 result = PyList_New(gotevents); in kqueue_queue_control()1699 for (i = 0; i < gotevents; i++) { in kqueue_queue_control()