Home
last modified time | relevance | path

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

/third_party/python/Modules/
H A Dselectmodule.c2110 int gotevents = 0; in select_kqueue_control_impl() local
2203 gotevents = kevent(self->kqfd, chl, nchanges, in select_kqueue_control_impl()
2217 gotevents = 0; in select_kqueue_control_impl()
2226 if (gotevents == -1) { in select_kqueue_control_impl()
2231 result = PyList_New(gotevents); in select_kqueue_control_impl()
2236 for (i = 0; i < gotevents; i++) { in select_kqueue_control_impl()

Completed in 4 milliseconds