Home
last modified time | relevance | path

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

/external/python/cpython3/Python/
Dtraceback.c848 PyThreadState *current_tstate) in _Py_DumpTracebackThreads() argument
853 if (current_tstate == NULL) { in _Py_DumpTracebackThreads()
865 current_tstate = PyGILState_GetThisThreadState(); in _Py_DumpTracebackThreads()
869 if (current_tstate == NULL) { in _Py_DumpTracebackThreads()
877 interp = current_tstate->interp; in _Py_DumpTracebackThreads()
899 write_thread_id(fd, tstate, tstate == current_tstate); in _Py_DumpTracebackThreads()
Dceval.c226 PyThreadState *current_tstate = PyThreadState_GET(); in PyEval_ReInitThreads() local
232 take_gil(current_tstate); in PyEval_ReInitThreads()
236 _PyThreadState_DeleteExcept(current_tstate); in PyEval_ReInitThreads()
/external/python/cpython3/Include/
Dtraceback.h82 PyThreadState *current_tstate);