Searched refs:PyThreadState_Get (Results 1 – 25 of 43) sorted by relevance
12
/external/python/cpython3/Include/ |
D | pystate.h | 70 PyAPI_FUNC(PyThreadState *) PyThreadState_Get(void); 81 #define PyThreadState_GET() PyThreadState_Get()
|
/external/python/cpython3/Include/cpython/ |
D | abstract.h | 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()
|
D | object.h | 533 _tstate = PyThreadState_Get(); \
|
/external/python/cpython2/Include/ |
D | pystate.h | 119 PyAPI_FUNC(PyThreadState *) PyThreadState_Get(void); 130 #define PyThreadState_GET() PyThreadState_Get()
|
/external/python/cpython2/Demo/embed/ |
D | importexc.c | 10 Py_EndInterpreter(PyThreadState_Get()); in main()
|
/external/tensorflow/tensorflow/compiler/xla/python/ |
D | traceback.cc | 119 PyFrameObject* py_frame = PyFrame_New(PyThreadState_Get(), frame.first, in AsPythonTraceback() 205 PyThreadState* thread_state = PyThreadState_Get(); in BuildTracebackSubmodule()
|
/external/tensorflow/tensorflow/python/profiler/internal/ |
D | python_hooks.cc | 368 PyThreadState* curr_thread = PyThreadState_Get(); in SetProfilerInAllThreads() 377 PyThreadState* curr_thread = PyThreadState_Get(); in ClearProfilerInAllThreads()
|
/external/python/cpython2/PC/os2vacpp/ |
D | python.def | 380 PyThreadState_Get
|
/external/python/pybind11/tests/test_embed/ |
D | test_interpreter.cpp | 174 auto main_tstate = PyThreadState_Get();
|
/external/python/cpython3/Modules/ |
D | _testinternalcapi.c | 34 PyThreadState *tstate = PyThreadState_Get(); in get_recursion_depth()
|
D | _tkinter.c | 249 { PyThreadState *tstate = PyThreadState_Get(); \ 2921 PyThreadState *tstate = PyThreadState_Get(); in _tkinter_tkapp_mainloop_impl() 3442 event_tstate = PyThreadState_Get(); in EnableEventHook()
|
/external/python/cpython2/Python/ |
D | pystate.c | 327 PyThreadState_Get(void) in PyThreadState_Get() function
|
D | modsupport.c | 37 PyInterpreterState *interp = PyThreadState_Get()->interp; in Py_InitModule4()
|
D | _warnings.c | 460 globals = PyThreadState_Get()->interp->sysdict; in setup_context()
|
/external/python/pybind11/include/pybind11/detail/ |
D | internals.h | 291 PyThreadState *tstate = PyThreadState_Get(); in get_internals()
|
/external/python/cpython3/Programs/ |
D | _testembed.c | 43 PyThreadState *ts = PyThreadState_Get(); in print_subinterp() 64 mainstate = PyThreadState_Get(); in test_repeated_init_and_subinterpreters()
|
/external/python/cpython2/Modules/_ctypes/ |
D | callbacks.c | 162 PyThreadState_Get(), /*PyThreadState *tstate,*/ in _ctypes_add_traceback()
|
/external/python/cpython3/Python/ |
D | pystate.c | 1012 PyThreadState_Get(void) in PyThreadState_Get() function 1633 PyThreadState *tstate = PyThreadState_Get(); in _PyObject_GetCrossInterpreterData()
|
D | traceback.c | 278 frame = PyFrame_New(PyThreadState_Get(), code, globals, NULL); in _PyTraceback_Add()
|
D | context.c | 731 PyThreadState *ts = PyThreadState_Get(); in contextvar_set()
|
/external/python/cpython2/Modules/ |
D | threadmodule.c | 405 && (tstate = PyThreadState_Get()) in local_clear()
|
D | _tkinter.c | 210 { PyThreadState *tstate = PyThreadState_Get(); Py_BEGIN_ALLOW_THREADS \ 3010 PyThreadState *tstate = PyThreadState_Get(); in Tkapp_MainLoop() 3607 event_tstate = PyThreadState_Get(); in EnableEventHook()
|
/external/python/cpython2/PC/os2emx/ |
D | python27.def | 1037 "PyThreadState_Get"
|
/external/python/cpython3/PC/ |
D | python3dll.c | 574 EXPORT_FUNC(PyThreadState_Get)
|
/external/python/cpython3/Doc/data/ |
D | stable_abi.dat | 591 function,PyThreadState_Get,3.2,
|
12