Home
last modified time | relevance | path

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

12

/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/python3/include/python3.11/
Dpystate.h60 PyAPI_FUNC(PyThreadState *) PyThreadState_Get(void);
63 #define PyThreadState_GET() PyThreadState_Get()
/aosp_15_r20/external/python/cpython3/Include/
Dpystate.h60 PyAPI_FUNC(PyThreadState *) PyThreadState_Get(void);
63 #define PyThreadState_GET() PyThreadState_Get()
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/python3/include/python3.11/
Dpystate.h60 PyAPI_FUNC(PyThreadState *) PyThreadState_Get(void);
63 #define PyThreadState_GET() PyThreadState_Get()
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/python3/include/python3.11/
Dpystate.h60 PyAPI_FUNC(PyThreadState *) PyThreadState_Get(void);
63 #define PyThreadState_GET() PyThreadState_Get()
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/python3/include/python3.11/
Dpystate.h60 PyAPI_FUNC(PyThreadState *) PyThreadState_Get(void);
63 #define PyThreadState_GET() PyThreadState_Get()
/aosp_15_r20/external/python/cpython2/Include/
Dpystate.h119 PyAPI_FUNC(PyThreadState *) PyThreadState_Get(void);
130 #define PyThreadState_GET() PyThreadState_Get()
/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/python/
H A Dtraceback.cc119 PyFrameObject* py_frame = PyFrame_New(PyThreadState_Get(), frame.first, in AsPythonTraceback()
205 PyThreadState* thread_state = PyThreadState_Get(); in BuildTracebackSubmodule()
/aosp_15_r20/external/tensorflow/tensorflow/python/profiler/internal/
H A Dpython_hooks.cc368 PyThreadState* curr_thread = PyThreadState_Get(); in SetProfilerInAllThreads()
377 PyThreadState* curr_thread = PyThreadState_Get(); in ClearProfilerInAllThreads()
/aosp_15_r20/external/python/cpython2/Demo/embed/
Dimportexc.c10 Py_EndInterpreter(PyThreadState_Get()); in main()
/aosp_15_r20/external/python/cpython2/PC/os2vacpp/
Dpython.def380 PyThreadState_Get
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/python3/include/python3.11/cpython/
Dobject.h483 _tstate = PyThreadState_Get(); \
/aosp_15_r20/external/python/cpython3/Include/cpython/
Dobject.h483 _tstate = PyThreadState_Get(); \
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/python3/include/python3.11/cpython/
Dobject.h483 _tstate = PyThreadState_Get(); \
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/python3/include/python3.11/cpython/
Dobject.h483 _tstate = PyThreadState_Get(); \
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/python3/include/python3.11/cpython/
Dobject.h483 _tstate = PyThreadState_Get(); \
/aosp_15_r20/external/python/cpython2/Python/
Dpystate.c327 PyThreadState_Get(void) in PyThreadState_Get() function
Dmodsupport.c37 PyInterpreterState *interp = PyThreadState_Get()->interp; in Py_InitModule4()
D_warnings.c460 globals = PyThreadState_Get()->interp->sysdict; in setup_context()
/aosp_15_r20/external/python/cpython3/Programs/
D_testembed.c99 PyThreadState *ts = PyThreadState_Get(); in print_subinterp()
120 mainstate = PyThreadState_Get(); in test_repeated_init_and_subinterpreters()
/aosp_15_r20/external/python/cpython2/Modules/_ctypes/
Dcallbacks.c162 PyThreadState_Get(), /*PyThreadState *tstate,*/ in _ctypes_add_traceback()
/aosp_15_r20/external/python/cpython3/Modules/
D_tkinter.c257 { PyThreadState *tstate = PyThreadState_Get(); \
2721 PyThreadState *tstate = PyThreadState_Get(); in _tkinter_tkapp_mainloop_impl()
3241 event_tstate = PyThreadState_Get(); in EnableEventHook()
/aosp_15_r20/external/python/cpython2/Modules/
Dthreadmodule.c405 && (tstate = PyThreadState_Get()) in local_clear()
D_tkinter.c210 { PyThreadState *tstate = PyThreadState_Get(); Py_BEGIN_ALLOW_THREADS \
3010 PyThreadState *tstate = PyThreadState_Get(); in Tkapp_MainLoop()
3607 event_tstate = PyThreadState_Get(); in EnableEventHook()
/aosp_15_r20/external/python/watchdog/src/
Dwatchdog_fsevents.c679 stream_callback_info_ref->thread_state = PyThreadState_Get(); in watchdog_add_watch()
/aosp_15_r20/external/python/cpython2/PC/os2emx/
Dpython27.def1037 "PyThreadState_Get"

12