Searched refs:PyThreadState_Get (Results 1 – 22 of 22) sorted by relevance
70 PyAPI_FUNC(PyThreadState *) PyThreadState_Get(void);81 #define PyThreadState_GET() PyThreadState_Get()
122 PyThreadState *tstate = PyThreadState_Get(); in PyObject_Vectorcall()158 PyThreadState *tstate = PyThreadState_Get(); in _PyObject_FastCall()167 PyThreadState *tstate = PyThreadState_Get(); in _PyObject_CallNoArg()182 tstate = PyThreadState_Get(); in PyObject_CallOneArg()
533 _tstate = PyThreadState_Get(); \
34 PyThreadState *tstate = PyThreadState_Get(); in get_recursion_depth()
249 { PyThreadState *tstate = PyThreadState_Get(); \2921 PyThreadState *tstate = PyThreadState_Get(); in _tkinter_tkapp_mainloop_impl()3442 event_tstate = PyThreadState_Get(); in EnableEventHook()
228 PyThreadState *ts = PyThreadState_Get(); in get_running_loop()290 PyThreadState *tstate = PyThreadState_Get(); in set_running_loop()
1318 PyThreadState *tstate = PyThreadState_Get(); in thread__set_sentinel()
2020 PyThreadState *save_tstate = PyThreadState_Get(); in interp_create()
3607 PyThreadState_Get(); in crash_no_current_thread()3626 mainstate = PyThreadState_Get(); in run_in_subinterp()
43 PyThreadState *ts = PyThreadState_Get(); in print_subinterp()64 mainstate = PyThreadState_Get(); in test_repeated_init_and_subinterpreters()
1012 PyThreadState_Get(void) in PyThreadState_Get() function1633 PyThreadState *tstate = PyThreadState_Get(); in _PyObject_GetCrossInterpreterData()
278 frame = PyFrame_New(PyThreadState_Get(), code, globals, NULL); in _PyTraceback_Add()
731 PyThreadState *ts = PyThreadState_Get(); in contextvar_set()
475 PyThreadState *tstate = PyThreadState_Get(); in _PyInterpreterState_SetConfig()
591 function,PyThreadState_Get,3.2,
2175 PyThreadState_Get:PyThreadState*:::
574 EXPORT_FUNC(PyThreadState_Get)
1147 main_interpreter = PyThreadState_Get()->interp; in alsa_mixer_simple_finit()
1248 function PyThreadState_Get
28473 as PyThreadState_Get() without the overhead of a function call (it28475 PyThreadState_Get() have been changed to use this macro.
194 PyThreadState_Get() to avoid ABI incompatibilities.
712 be retrieved using :c:func:`PyThreadState_Get`.935 .. c:function:: PyThreadState* PyThreadState_Get()