Searched refs:PyThreadState_Get (Results 1 – 25 of 33) sorted by relevance
12
63 PyAPI_FUNC(PyThreadState *) PyThreadState_Get(void);74 #define PyThreadState_GET() PyThreadState_Get()
119 PyAPI_FUNC(PyThreadState *) PyThreadState_Get(void);130 #define PyThreadState_GET() PyThreadState_Get()
10 Py_EndInterpreter(PyThreadState_Get()); in main()
380 PyThreadState_Get
174 auto main_tstate = PyThreadState_Get();
264 PyThreadState *tstate = PyThreadState_Get(); in get_internals()
41 PyThreadState *ts = PyThreadState_Get(); in print_subinterp()63 mainstate = PyThreadState_Get(); in test_repeated_init_and_subinterpreters()
327 PyThreadState_Get(void) in PyThreadState_Get() function
37 PyInterpreterState *interp = PyThreadState_Get()->interp; in Py_InitModule4()
460 globals = PyThreadState_Get()->interp->sysdict; in setup_context()
389 PyInterpreterState *interp = PyThreadState_Get()->interp; in imp_modules_reloading_clear()2768 PyInterpreterState *interp = PyThreadState_Get()->interp; in PyImport_ReloadModule()
495 PyThreadState *tstate = PyThreadState_Get(); in sys_settscdump()
777 && (tstate = PyThreadState_Get()) in local_clear()1215 PyThreadState *tstate = PyThreadState_Get(); in thread__set_sentinel()
251 { PyThreadState *tstate = PyThreadState_Get(); Py_BEGIN_ALLOW_THREADS \2862 PyThreadState *tstate = PyThreadState_Get(); in _tkinter_tkapp_mainloop_impl()3381 event_tstate = PyThreadState_Get(); in EnableEventHook()
3336 PyThreadState_Get(); in crash_no_current_thread()3353 mainstate = PyThreadState_Get(); in run_in_subinterp()4427 PyThreadState *tstate = PyThreadState_Get(); in get_recursion_depth()
162 PyThreadState_Get(), /*PyThreadState *tstate,*/ in _ctypes_add_traceback()
571 PyThreadState_Get=python38.PyThreadState_Get
405 && (tstate = PyThreadState_Get()) in local_clear()
210 { PyThreadState *tstate = PyThreadState_Get(); Py_BEGIN_ALLOW_THREADS \3010 PyThreadState *tstate = PyThreadState_Get(); in Tkapp_MainLoop()3607 event_tstate = PyThreadState_Get(); in EnableEventHook()
278 frame = PyFrame_New(PyThreadState_Get(), code, globals, NULL); in _PyTraceback_Add()
700 PyThreadState *ts = PyThreadState_Get(); in contextvar_set()
920 PyThreadState_Get(void) in PyThreadState_Get() function
1037 "PyThreadState_Get"
373 be retrieved using :c:func:`PyThreadState_Get`.583 .. c:function:: PyThreadState* PyThreadState_Get()
194 PyThreadState_Get() to avoid ABI incompatibilities.