Searched refs:PyThreadState_Get (Results 1 – 25 of 42) sorted by relevance
12
60 PyAPI_FUNC(PyThreadState *) PyThreadState_Get(void);63 #define PyThreadState_GET() PyThreadState_Get()
119 PyAPI_FUNC(PyThreadState *) PyThreadState_Get(void);130 #define PyThreadState_GET() PyThreadState_Get()
119 PyFrameObject* py_frame = PyFrame_New(PyThreadState_Get(), frame.first, in AsPythonTraceback()205 PyThreadState* thread_state = PyThreadState_Get(); in BuildTracebackSubmodule()
368 PyThreadState* curr_thread = PyThreadState_Get(); in SetProfilerInAllThreads()377 PyThreadState* curr_thread = PyThreadState_Get(); in ClearProfilerInAllThreads()
10 Py_EndInterpreter(PyThreadState_Get()); in main()
380 PyThreadState_Get
483 _tstate = PyThreadState_Get(); \
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()
99 PyThreadState *ts = PyThreadState_Get(); in print_subinterp()120 mainstate = PyThreadState_Get(); in test_repeated_init_and_subinterpreters()
162 PyThreadState_Get(), /*PyThreadState *tstate,*/ in _ctypes_add_traceback()
257 { PyThreadState *tstate = PyThreadState_Get(); \2721 PyThreadState *tstate = PyThreadState_Get(); in _tkinter_tkapp_mainloop_impl()3241 event_tstate = PyThreadState_Get(); in EnableEventHook()
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()
679 stream_callback_info_ref->thread_state = PyThreadState_Get(); in watchdog_add_watch()
1037 "PyThreadState_Get"