Home
last modified time | relevance | path

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

/third_party/python/Include/internal/
Dpycore_pylifecycle.h113 extern PyStatus _PyGILState_SetTstate(PyThreadState *tstate);
/third_party/python/Python/
Dpystate.c1347 _PyGILState_SetTstate(PyThreadState *tstate) in _PyGILState_SetTstate() function
Dpylifecycle.c603 status = _PyGILState_SetTstate(tstate); in init_interp_create_gil()