• Home
  • Raw
  • Download

Lines Matching defs:tstate

305     PyThreadState *tstate = _PyThreadState_GET();  in PyInterpreterState_New()  local
391 interpreter_clear(PyInterpreterState *interp, PyThreadState *tstate) in interpreter_clear()
470 _PyInterpreterState_Clear(PyThreadState *tstate) in _PyInterpreterState_Clear()
479 PyThreadState *tstate; in zapthreads() local
541 PyThreadState *tstate = _PyThreadState_Swap(gilstate, NULL); in _PyInterpreterState_DeleteExceptMain() local
580 PyThreadState *tstate = _PyThreadState_GET(); in PyInterpreterState_Get() local
681 PyThreadState *tstate = PyInterpreterState_ThreadHead(interp); in _PyInterpreterState_IDDecref() local
748 free_threadstate(PyThreadState *tstate) in free_threadstate()
764 init_threadstate(PyThreadState *tstate, in init_threadstate()
808 PyThreadState *tstate; in new_threadstate() local
863 PyThreadState *tstate = new_threadstate(interp); in PyThreadState_New() local
877 _PyThreadState_Init(PyThreadState *tstate) in _PyThreadState_Init()
883 _PyThreadState_SetCurrent(PyThreadState *tstate) in _PyThreadState_SetCurrent()
908 _PyState_AddModule(PyThreadState *tstate, PyObject* module, PyModuleDef* def) in _PyState_AddModule()
948 PyThreadState *tstate = _PyThreadState_GET(); in PyState_AddModule() local
964 PyThreadState *tstate = _PyThreadState_GET(); in PyState_RemoveModule() local
1019 PyThreadState_Clear(PyThreadState *tstate) in PyThreadState_Clear()
1070 tstate_delete_common(PyThreadState *tstate, in tstate_delete_common()
1107 _PyThreadState_Delete(PyThreadState *tstate, int check_current) in _PyThreadState_Delete()
1121 PyThreadState_Delete(PyThreadState *tstate) in PyThreadState_Delete()
1128 _PyThreadState_DeleteCurrent(PyThreadState *tstate) in _PyThreadState_DeleteCurrent()
1142 PyThreadState *tstate = _PyRuntimeGILState_GetThreadState(gilstate); in PyThreadState_DeleteCurrent() local
1155 _PyThreadState_DeleteExcept(_PyRuntimeState *runtime, PyThreadState *tstate) in _PyThreadState_DeleteExcept()
1199 PyThreadState *tstate = _PyThreadState_GET(); in PyThreadState_Get() local
1243 _PyThreadState_GetDict(PyThreadState *tstate) in _PyThreadState_GetDict()
1259 PyThreadState *tstate = _PyThreadState_GET(); in PyThreadState_GetDict() local
1268 PyThreadState_GetInterpreter(PyThreadState *tstate) in PyThreadState_GetInterpreter()
1276 PyThreadState_GetFrame(PyThreadState *tstate) in PyThreadState_GetFrame()
1296 PyThreadState_GetID(PyThreadState *tstate) in PyThreadState_GetID()
1324 for (PyThreadState *tstate = interp->threads.head; tstate != NULL; tstate = tstate->next) { in PyThreadState_SetAsyncExc() local
1375 PyThreadState_Next(PyThreadState *tstate) { in PyThreadState_Next()
1387 PyThreadState *tstate = _PyThreadState_GET(); in _PyThread_CurrentFrames() local
1445 PyThreadState *tstate = _PyThreadState_GET(); in _PyThread_CurrentExceptions() local
1512 PyThreadState_IsCurrent(PyThreadState *tstate) in PyThreadState_IsCurrent()
1538 _PyGILState_SetTstate(PyThreadState *tstate) in _PyGILState_SetTstate()
1583 PyThreadState *tstate = _PyGILState_GetThisThreadState(gilstate); in _PyGILState_Reinit() local
1607 _PyGILState_NoteThreadState(struct _gilstate_runtime_state *gilstate, PyThreadState* tstate) in _PyGILState_NoteThreadState()
1665 PyThreadState *tstate = _PyRuntimeGILState_GetThreadState(gilstate); in PyGILState_Check() local
1725 PyThreadState *tstate = PyThread_tss_get(&runtime->gilstate.autoTSSkey); in PyGILState_Release() local
1797 _check_xidata(PyThreadState *tstate, _PyCrossInterpreterData *data) in _check_xidata()
1821 PyThreadState *tstate = _PyThreadState_GET(); in _PyObject_GetCrossInterpreterData() local
1877 PyThreadState *tstate = PyInterpreterState_ThreadHead(interp); in _call_in_interpreter() local
2171 PyThreadState *tstate = _PyThreadState_GET(); in _Py_GetConfig() local
2178 push_chunk(PyThreadState *tstate, int size) in push_chunk()
2203 _PyThreadState_BumpFramePointerSlow(PyThreadState *tstate, size_t size) in _PyThreadState_BumpFramePointerSlow()
2218 _PyThreadState_PopFrame(PyThreadState *tstate, _PyInterpreterFrame * frame) in _PyThreadState_PopFrame()