Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/
Dthreadmodule.c598 PyObject *keyw; member
615 boot->func, boot->args, boot->keyw); in t_bootstrap()
636 Py_XDECREF(boot->keyw); in t_bootstrap()
647 PyObject *func, *args, *keyw = NULL; in thread_PyThread_start_new_thread() local
652 &func, &args, &keyw)) in thread_PyThread_start_new_thread()
664 if (keyw != NULL && !PyDict_Check(keyw)) { in thread_PyThread_start_new_thread()
675 boot->keyw = keyw; in thread_PyThread_start_new_thread()
683 Py_XINCREF(keyw); in thread_PyThread_start_new_thread()
690 Py_XDECREF(keyw); in thread_PyThread_start_new_thread()