Home
last modified time | relevance | path

Searched refs:_PyInterpreterState_GET (Results 1 – 25 of 41) sorted by relevance

12

/third_party/python/Include/internal/
Dpycore_long.h52 PyInterpreterState *interp = _PyInterpreterState_GET(); in __PyLong_GetSmallInt_internal()
Dpycore_pystate.h112 static inline PyInterpreterState* _PyInterpreterState_GET(void) { in _PyInterpreterState_GET() function
Dpycore_object.h90 PyInterpreterState *interp = _PyInterpreterState_GET(); in _PyObject_GC_TRACK()
/third_party/python/Python/
Dthread_nt.h368 _PyInterpreterState_GET()->pythread_stacksize = 0; in _pythread_nt_set_stacksize()
374 _PyInterpreterState_GET()->pythread_stacksize = size; in _pythread_nt_set_stacksize()
Dcodecs.c36 PyInterpreterState *interp = _PyInterpreterState_GET(); in PyCodec_Register()
133 PyInterpreterState *interp = _PyInterpreterState_GET(); in _PyCodec_Lookup()
624 PyInterpreterState *interp = _PyInterpreterState_GET(); in PyCodec_RegisterError()
642 PyInterpreterState *interp = _PyInterpreterState_GET(); in PyCodec_LookupError()
1495 PyInterpreterState *interp = _PyInterpreterState_GET(); in _PyCodecRegistry_Init()
Ddynload_shlib.c98 dlopenflags = _PyInterpreterState_GET()->dlopenflags; in _PyImport_FindSharedFuncptr()
Dsysmodule.c143 PyInterpreterState *interp = _PyInterpreterState_GET(); in _PySys_SetObjectId()
160 PyInterpreterState *interp = _PyInterpreterState_GET(); in PySys_SetObject()
871 PyInterpreterState *interp = _PyInterpreterState_GET(); in sys_getfilesystemencoding_impl()
886 PyInterpreterState *interp = _PyInterpreterState_GET(); in sys_getfilesystemencodeerrors_impl()
1611 PyInterpreterState *interp = _PyInterpreterState_GET(); in sys_setdlopenflags_impl()
1629 PyInterpreterState *interp = _PyInterpreterState_GET(); in sys_getdlopenflags_impl()
1667 PyInterpreterState *interp = _PyInterpreterState_GET(); in sys_get_int_max_str_digits_impl()
3172 PyInterpreterState *interp = _PyInterpreterState_GET(); in PySys_SetPath()
Dthread.c112 return _PyInterpreterState_GET()->pythread_stacksize; in PyThread_get_stacksize()
Dimport.c273 PyInterpreterState *interp = _PyInterpreterState_GET(); in PyImport_GetModuleDict()
305 PyInterpreterState *interp = _PyInterpreterState_GET(); in _PyImport_SetModule()
313 PyInterpreterState *interp = _PyInterpreterState_GET(); in _PyImport_SetModuleString()
379 PyInterpreterState *interp = _PyInterpreterState_GET(); in PyImport_GetMagicNumber()
731 PyInterpreterState *interp = _PyInterpreterState_GET(); in PyImport_ExecCodeModuleWithPathnames()
Dthread_pthread.h770 _PyInterpreterState_GET()->pythread_stacksize = 0; in _pythread_pthread_set_stacksize()
787 _PyInterpreterState_GET()->pythread_stacksize = size; in _pythread_pthread_set_stacksize()
D_warnings.c33 PyInterpreterState *interp = _PyInterpreterState_GET(); in warnings_get_state()
212 if (!_PyInterpreterState_GET()->modules) { in get_warnings_attr()
Dcontext.c72 PyInterpreterState *interp = _PyInterpreterState_GET(); in get_context_state()
Dpythonrun.c369 PyInterpreterState *interp = _PyInterpreterState_GET(); in set_main_loader()
/third_party/python/Objects/
Dsliceobject.c126 PyInterpreterState *interp = _PyInterpreterState_GET(); in PySlice_New()
333 PyInterpreterState *interp = _PyInterpreterState_GET(); in slice_dealloc()
Dmoduleobject.c176 if (!_PyImport_IsInitialized(_PyInterpreterState_GET())) { in PyModule_Create2()
696 PyInterpreterState *interp = _PyInterpreterState_GET(); in module_repr()
Dcodeobject.c643 PyInterpreterState *interp = _PyInterpreterState_GET(); in code_dealloc()
1320 PyInterpreterState *interp = _PyInterpreterState_GET(); in _PyCode_SetExtra()
Dobject.c2102 PyInterpreterState *interp = _PyInterpreterState_GET(); in _PyTrash_deposit_object()
2130 PyInterpreterState *interp = _PyInterpreterState_GET(); in _PyTrash_destroy_chain()
Dtupleobject.c22 PyInterpreterState *interp = _PyInterpreterState_GET(); in get_tuple_state()
Dframeobject.c27 PyInterpreterState *interp = _PyInterpreterState_GET(); in get_frame_state()
/third_party/python/Modules/
D_threadmodule.c854 PyInterpreterState *interp = _PyInterpreterState_GET(); in local_clear()
1138 PyInterpreterState *interp = _PyInterpreterState_GET(); in thread_PyThread_start_new_thread()
1149 boot->interp = _PyInterpreterState_GET(); in thread_PyThread_start_new_thread()
1277 PyInterpreterState *interp = _PyInterpreterState_GET(); in thread__count()
Datexitmodule.c20 PyInterpreterState *interp = _PyInterpreterState_GET(); in get_atexit_state()
Dmain.c536 PyInterpreterState *interp = _PyInterpreterState_GET(); in pymain_run_python()
Dsignalmodule.c2036 PyInterpreterState *interp = _PyInterpreterState_GET();
/third_party/python/Modules/_io/
D_iomodule.c533 PyInterpreterState *interp = _PyInterpreterState_GET(); in _io_text_encoding_impl()
Dtextio.c999 PyInterpreterState *interp = _PyInterpreterState_GET(); in io_check_errors()
1089 PyInterpreterState *interp = _PyInterpreterState_GET(); in _io_TextIOWrapper___init___impl()

12