Home
last modified time | relevance | path

Searched refs:PyThreadState_Get (Results 1 – 22 of 22) sorted by relevance

/third_party/python/Include/
Dpystate.h70 PyAPI_FUNC(PyThreadState *) PyThreadState_Get(void);
81 #define PyThreadState_GET() PyThreadState_Get()
/third_party/python/Include/cpython/
Dabstract.h122 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()
Dobject.h533 _tstate = PyThreadState_Get(); \
/third_party/python/Modules/
D_testinternalcapi.c34 PyThreadState *tstate = PyThreadState_Get(); in get_recursion_depth()
D_tkinter.c249 { PyThreadState *tstate = PyThreadState_Get(); \
2921 PyThreadState *tstate = PyThreadState_Get(); in _tkinter_tkapp_mainloop_impl()
3442 event_tstate = PyThreadState_Get(); in EnableEventHook()
D_asynciomodule.c228 PyThreadState *ts = PyThreadState_Get(); in get_running_loop()
290 PyThreadState *tstate = PyThreadState_Get(); in set_running_loop()
D_threadmodule.c1318 PyThreadState *tstate = PyThreadState_Get(); in thread__set_sentinel()
D_xxsubinterpretersmodule.c2020 PyThreadState *save_tstate = PyThreadState_Get(); in interp_create()
D_testcapimodule.c3607 PyThreadState_Get(); in crash_no_current_thread()
3626 mainstate = PyThreadState_Get(); in run_in_subinterp()
/third_party/python/Programs/
D_testembed.c43 PyThreadState *ts = PyThreadState_Get(); in print_subinterp()
64 mainstate = PyThreadState_Get(); in test_repeated_init_and_subinterpreters()
/third_party/python/Python/
Dpystate.c1012 PyThreadState_Get(void) in PyThreadState_Get() function
1633 PyThreadState *tstate = PyThreadState_Get(); in _PyObject_GetCrossInterpreterData()
Dtraceback.c278 frame = PyFrame_New(PyThreadState_Get(), code, globals, NULL); in _PyTraceback_Add()
Dcontext.c731 PyThreadState *ts = PyThreadState_Get(); in contextvar_set()
Dpylifecycle.c475 PyThreadState *tstate = PyThreadState_Get(); in _PyInterpreterState_SetConfig()
/third_party/python/Doc/data/
Dstable_abi.dat591 function,PyThreadState_Get,3.2,
Drefcounts.dat2175 PyThreadState_Get:PyThreadState*:::
/third_party/python/PC/
Dpython3dll.c574 EXPORT_FUNC(PyThreadState_Get)
/third_party/alsa-lib/modules/mixer/simple/
Dpython.c1147 main_interpreter = PyThreadState_Get()->interp; in alsa_mixer_simple_finit()
/third_party/python/Misc/
Dstable_abi.txt1248 function PyThreadState_Get
DHISTORY28473 as PyThreadState_Get() without the overhead of a function call (it
28475 PyThreadState_Get() have been changed to use this macro.
/third_party/python/Misc/NEWS.d/
D3.5.1rc1.rst194 PyThreadState_Get() to avoid ABI incompatibilities.
/third_party/python/Doc/c-api/
Dinit.rst712 be retrieved using :c:func:`PyThreadState_Get`.
935 .. c:function:: PyThreadState* PyThreadState_Get()