Searched refs:current_tstate (Results 1 – 3 of 3) sorted by relevance
848 PyThreadState *current_tstate) in _Py_DumpTracebackThreads() argument853 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()
226 PyThreadState *current_tstate = PyThreadState_GET(); in PyEval_ReInitThreads() local232 take_gil(current_tstate); in PyEval_ReInitThreads()236 _PyThreadState_DeleteExcept(current_tstate); in PyEval_ReInitThreads()
82 PyThreadState *current_tstate);