Home
last modified time | relevance | path

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

/external/python/cpython2/Python/
Dpystate.c524 _PyGILState_Init(PyInterpreterState *i, PyThreadState *t) in _PyGILState_Init() function
Dpythonrun.c64 extern void _PyGILState_Init(PyInterpreterState *, PyThreadState *);
287 _PyGILState_Init(interp, tstate); in Py_InitializeEx()
/external/python/cpython2/Misc/
Dvalgrind-python.supp70 fun:_PyGILState_Init
/external/python/cpython3/Python/
Dpylifecycle.c76 extern void _PyGILState_Init(PyInterpreterState *, PyThreadState *);
731 _PyGILState_Init(interp, tstate); in _Py_InitializeCore_impl()
Dpystate.c907 _PyGILState_Init(PyInterpreterState *i, PyThreadState *t) in _PyGILState_Init() function
/external/python/cpython3/Misc/
Dvalgrind-python.supp70 fun:_PyGILState_Init
DHISTORY12304 - Issue #8063: Call _PyGILState_Init() earlier in Py_InitializeEx().
/external/python/cpython2/PC/os2emx/
Dpython27.def1046 "_PyGILState_Init"