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

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Python/
H A Dpystate.c524 _PyGILState_Init(PyInterpreterState *i, PyThreadState *t) function
552 (we'll be back here when _PyGILState_Init is called). */
H A Dpythonrun.c72 extern void _PyGILState_Init(PyInterpreterState *, PyThreadState *);
266 _PyGILState_Init(interp, tstate);
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Python/
H A Dpystate.c522 _PyGILState_Init(PyInterpreterState *i, PyThreadState *t) function
567 (we'll be back here when _PyGILState_Init is called). */
H A Dpythonrun.c72 extern void _PyGILState_Init(PyInterpreterState *, PyThreadState *);
254 _PyGILState_Init(interp, tstate);

Completed in 47 milliseconds