Searched defs:IntHandler (Results 1 - 3 of 3) sorted by relevance

/device/google/accessory/arduino/USB_Host_Shield/
H A DMax3421e.cpp298 rcode = IntHandler();
307 byte MAX3421E::IntHandler() function in class:MAX3421E
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/
H A Dsignalmodule.c96 static PyObject *IntHandler; variable
603 x = IntHandler = PyDict_GetItemString(d, "default_int_handler");
606 Py_INCREF(IntHandler);
623 Py_INCREF(IntHandler);
625 Handlers[SIGINT].func = IntHandler;
882 Py_XDECREF(IntHandler);
883 IntHandler = NULL;
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/
H A Dsignalmodule.c96 static PyObject *IntHandler; variable
595 x = IntHandler = PyDict_GetItemString(d, "default_int_handler");
598 Py_INCREF(IntHandler);
615 Py_INCREF(IntHandler);
617 Handlers[SIGINT].func = IntHandler;
874 Py_XDECREF(IntHandler);
875 IntHandler = NULL;

Completed in 8 milliseconds