Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/PyMod-2.7.2/Modules/
Dselectmodule.c331 } pollObject; typedef
340 update_ufd_array(pollObject *self) in update_ufd_array()
372 poll_register(pollObject *self, PyObject *args) in poll_register()
415 poll_modify(pollObject *self, PyObject *args) in poll_modify()
460 poll_unregister(pollObject *self, PyObject *o) in poll_unregister()
494 poll_poll(pollObject *self, PyObject *args) in poll_poll()
597 static pollObject *
600 pollObject *self; in newPollObject()
601 self = PyObject_New(pollObject, &poll_Type); in newPollObject()
617 poll_dealloc(pollObject *self) in poll_dealloc()
[all …]
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/
Dselectmodule.c331 } pollObject; typedef
340 update_ufd_array(pollObject *self) in update_ufd_array()
372 poll_register(pollObject *self, PyObject *args) in poll_register()
415 poll_modify(pollObject *self, PyObject *args) in poll_modify()
460 poll_unregister(pollObject *self, PyObject *o) in poll_unregister()
494 poll_poll(pollObject *self, PyObject *args) in poll_poll()
597 static pollObject *
600 pollObject *self; in newPollObject()
601 self = PyObject_New(pollObject, &poll_Type); in newPollObject()
617 poll_dealloc(pollObject *self) in poll_dealloc()
[all …]
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/PyMod-2.7.10/Modules/
Dselectmodule.c332 } pollObject; typedef
341 update_ufd_array(pollObject *self) in update_ufd_array()
394 poll_register(pollObject *self, PyObject *args) in poll_register()
437 poll_modify(pollObject *self, PyObject *args) in poll_modify()
482 poll_unregister(pollObject *self, PyObject *o) in poll_unregister()
516 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 …]