Home
last modified time | relevance | path

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

/external/python/cpython3/Python/
Dpystate.c1560 new_threadstate(PyInterpreterState *interp, int whence) in new_threadstate() function
1616 PyThreadState *tstate = new_threadstate(interp, whence); in _PyThreadState_NewBound()
1632 return new_threadstate(interp, whence); in _PyThreadState_New()
2766 tcur = new_threadstate(runtime->gilstate.autoInterpreterState, in PyGILState_Ensure()