Home
last modified time | relevance | path

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

/external/python/cpython2/Modules/
Dselectmodule.c321 } pollObject; typedef
330 update_ufd_array(pollObject *self) in update_ufd_array()
383 poll_register(pollObject *self, PyObject *args) in poll_register()
426 poll_modify(pollObject *self, PyObject *args) in poll_modify()
471 poll_unregister(pollObject *self, PyObject *o) in poll_unregister()
505 poll_poll(pollObject *self, PyObject *args) in poll_poll()
630 static pollObject *
633 pollObject *self; in newPollObject()
634 self = PyObject_New(pollObject, &poll_Type); in newPollObject()
651 poll_dealloc(pollObject *self) in poll_dealloc()
[all …]
/external/python/cpython3/Modules/
Dselectmodule.c345 } pollObject; typedef
354 update_ufd_array(pollObject *self) in update_ufd_array()
407 poll_register(pollObject *self, PyObject *args) in poll_register()
449 poll_modify(pollObject *self, PyObject *args) in poll_modify()
494 poll_unregister(pollObject *self, PyObject *o) in poll_unregister()
527 poll_poll(pollObject *self, PyObject *args) in poll_poll()
677 static pollObject *
680 pollObject *self; in newPollObject()
681 self = PyObject_New(pollObject, &poll_Type); in newPollObject()
698 poll_dealloc(pollObject *self) in poll_dealloc()
[all …]