HomeSort by relevance Sort by last modified time
    Searched refs:PyInterpreterState (Results 1 - 25 of 50) sorted by null

1 2

  /external/python/cpython3/Include/internal/
pystate.h 24 /* The single PyInterpreterState used by this process'
28 PyInterpreterState *autoInterpreterState;
70 PyAPI_FUNC(PyInterpreterState *) _PyInterpreterState_LookUpID(PY_INT64_T);
72 PyAPI_FUNC(int) _PyInterpreterState_IDInitref(PyInterpreterState *);
73 PyAPI_FUNC(void) _PyInterpreterState_IDIncref(PyInterpreterState *);
74 PyAPI_FUNC(void) _PyInterpreterState_IDDecref(PyInterpreterState *);
85 PyInterpreterState *head;
86 PyInterpreterState *main;
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Include/
pystate.h 37 } PyInterpreterState;
60 PyInterpreterState *interp;
106 PyAPI_FUNC(PyInterpreterState *) PyInterpreterState_New(void);
107 PyAPI_FUNC(void) PyInterpreterState_Clear(PyInterpreterState *);
108 PyAPI_FUNC(void) PyInterpreterState_Delete(PyInterpreterState *);
110 PyAPI_FUNC(PyThreadState *) PyThreadState_New(PyInterpreterState *);
111 PyAPI_FUNC(PyThreadState *) _PyThreadState_Prealloc(PyInterpreterState *);
187 PyAPI_FUNC(PyInterpreterState *) PyInterpreterState_Head(void);
188 PyAPI_FUNC(PyInterpreterState *) PyInterpreterState_Next(PyInterpreterState *);
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Include/
pystate.h 37 } PyInterpreterState;
60 PyInterpreterState *interp;
103 PyAPI_FUNC(PyInterpreterState *) PyInterpreterState_New(void);
104 PyAPI_FUNC(void) PyInterpreterState_Clear(PyInterpreterState *);
105 PyAPI_FUNC(void) PyInterpreterState_Delete(PyInterpreterState *);
107 PyAPI_FUNC(PyThreadState *) PyThreadState_New(PyInterpreterState *);
108 PyAPI_FUNC(PyThreadState *) _PyThreadState_Prealloc(PyInterpreterState *);
185 PyAPI_FUNC(PyInterpreterState *) PyInterpreterState_Head(void);
186 PyAPI_FUNC(PyInterpreterState *) PyInterpreterState_Next(PyInterpreterState *);
    [all...]
  /external/python/cpython2/Include/
pystate.h 37 } PyInterpreterState;
60 PyInterpreterState *interp;
106 PyAPI_FUNC(PyInterpreterState *) PyInterpreterState_New(void);
107 PyAPI_FUNC(void) PyInterpreterState_Clear(PyInterpreterState *);
108 PyAPI_FUNC(void) PyInterpreterState_Delete(PyInterpreterState *);
110 PyAPI_FUNC(PyThreadState *) PyThreadState_New(PyInterpreterState *);
111 PyAPI_FUNC(PyThreadState *) _PyThreadState_Prealloc(PyInterpreterState *);
187 PyAPI_FUNC(PyInterpreterState *) PyInterpreterState_Head(void);
188 PyAPI_FUNC(PyInterpreterState *) PyInterpreterState_Next(PyInterpreterState *);
    [all...]
  /external/python/cpython3/Include/
pystate.h 24 typedef struct _is PyInterpreterState;
169 } PyInterpreterState;
217 PyInterpreterState *interp;
308 PyAPI_FUNC(PyInterpreterState *) PyInterpreterState_New(void);
309 PyAPI_FUNC(void) PyInterpreterState_Clear(PyInterpreterState *);
310 PyAPI_FUNC(void) PyInterpreterState_Delete(PyInterpreterState *);
313 PyAPI_FUNC(int64_t) PyInterpreterState_GetID(PyInterpreterState *);
328 PyAPI_FUNC(PyThreadState *) PyThreadState_New(PyInterpreterState *);
330 PyAPI_FUNC(PyThreadState *) _PyThreadState_Prealloc(PyInterpreterState *);
424 /* Unsafe function to get the single PyInterpreterState used by this process
    [all...]
traceback.h 81 PyInterpreterState *interp,
pylifecycle.h 57 PyInterpreterState **interp_p,
90 PyInterpreterState *interp,
170 PyAPI_FUNC(_PyInitError) _PyImport_Init(PyInterpreterState *interp);
import.h 45 PyAPI_FUNC(int) _PyImport_IsInitialized(PyInterpreterState *);
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Python/
pystate.c 36 /* The single PyInterpreterState used by this process'
39 static PyInterpreterState *autoInterpreterState = NULL;
47 static PyInterpreterState *interp_head = NULL;
57 PyInterpreterState *
60 PyInterpreterState *interp = (PyInterpreterState *)
61 malloc(sizeof(PyInterpreterState));
99 PyInterpreterState_Clear(PyInterpreterState *interp)
117 zapthreads(PyInterpreterState *interp)
129 PyInterpreterState_Delete(PyInterpreterState *interp)
    [all...]
codecs.c 31 PyInterpreterState *interp = PyThreadState_GET()->interp;
96 PyInterpreterState *interp;
410 PyInterpreterState *interp = PyThreadState_GET()->interp;
428 PyInterpreterState *interp = PyThreadState_GET()->interp;
845 PyInterpreterState *interp = PyThreadState_GET()->interp;
pythonrun.c 72 extern void _PyGILState_Init(PyInterpreterState *, PyThreadState *);
143 PyInterpreterState *interp;
407 PyInterpreterState *interp;
579 PyInterpreterState *interp;
655 PyInterpreterState *interp = tstate->interp;
    [all...]
modsupport.c 37 PyInterpreterState *interp = PyThreadState_Get()->interp;
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Python/
pystate.c 37 /* The single PyInterpreterState used by this process'
40 static PyInterpreterState *autoInterpreterState = NULL;
48 static PyInterpreterState *interp_head = NULL;
58 PyInterpreterState *
61 PyInterpreterState *interp = (PyInterpreterState *)
62 malloc(sizeof(PyInterpreterState));
100 PyInterpreterState_Clear(PyInterpreterState *interp)
118 zapthreads(PyInterpreterState *interp)
130 PyInterpreterState_Delete(PyInterpreterState *interp)
    [all...]
codecs.c 31 PyInterpreterState *interp = PyThreadState_GET()->interp;
96 PyInterpreterState *interp;
410 PyInterpreterState *interp = PyThreadState_GET()->interp;
428 PyInterpreterState *interp = PyThreadState_GET()->interp;
828 PyInterpreterState *interp = PyThreadState_GET()->interp;
pythonrun.c 72 extern void _PyGILState_Init(PyInterpreterState *, PyThreadState *);
137 PyInterpreterState *interp;
395 PyInterpreterState *interp;
566 PyInterpreterState *interp;
642 PyInterpreterState *interp = tstate->interp;
    [all...]
  /external/python/cpython2/Python/
pystate.c 36 /* The single PyInterpreterState used by this process'
39 static PyInterpreterState *autoInterpreterState = NULL;
47 static PyInterpreterState *interp_head = NULL;
57 PyInterpreterState *
60 PyInterpreterState *interp = (PyInterpreterState *)
61 malloc(sizeof(PyInterpreterState));
99 PyInterpreterState_Clear(PyInterpreterState *interp)
117 zapthreads(PyInterpreterState *interp)
129 PyInterpreterState_Delete(PyInterpreterState *interp
    [all...]
codecs.c 31 PyInterpreterState *interp = PyThreadState_GET()->interp;
96 PyInterpreterState *interp;
565 PyInterpreterState *interp = PyThreadState_GET()->interp;
583 PyInterpreterState *interp = PyThreadState_GET()->interp;
1001 PyInterpreterState *interp = PyThreadState_GET()->interp;
pythonrun.c 64 extern void _PyGILState_Init(PyInterpreterState *, PyThreadState *);
164 PyInterpreterState *interp;
413 PyInterpreterState *interp;
587 PyInterpreterState *interp;
663 PyInterpreterState *interp = tstate->interp;
    [all...]
  /external/python/cpython3/Python/
pystate.c 122 PyInterpreterState *
125 PyInterpreterState *interp = (PyInterpreterState *)
126 PyMem_RawMalloc(sizeof(PyInterpreterState));
194 PyInterpreterState_Clear(PyInterpreterState *interp)
222 zapthreads(PyInterpreterState *interp)
234 PyInterpreterState_Delete(PyInterpreterState *interp)
236 PyInterpreterState **p;
263 PyInterpreterState_GetID(PyInterpreterState *interp)
273 PyInterpreterState *
    [all...]
pylifecycle.c 56 static _PyInitError add_main_module(PyInterpreterState *interp);
57 static _PyInitError initfsencoding(PyInterpreterState *interp);
59 static _PyInitError init_sys_streams(PyInterpreterState *interp);
61 static void call_py_exitfuncs(PyInterpreterState *);
76 extern void _PyGILState_Init(PyInterpreterState *, PyThreadState *);
288 initimport(PyInterpreterState *interp, PyObject *sysmod)
344 initexternalimport(PyInterpreterState *interp)
595 _Py_Initialize_ReconfigureCore(PyInterpreterState *interp,
634 _Py_InitializeCore_impl(PyInterpreterState **interp_p,
637 PyInterpreterState *interp
    [all...]
import.c 46 _PyImport_Init(PyInterpreterState *interp)
308 PyInterpreterState *interp = PyThreadState_GET()->interp;
320 _PyImport_IsInitialized(PyInterpreterState *interp)
401 PyInterpreterState *interp = PyThreadState_GET()->interp;
592 PyInterpreterState *interp = PyThreadState_Get()->interp;
891 PyInterpreterState *interp = PyThreadState_GET()->interp;
971 PyInterpreterState *interp = PyThreadState_GET()->interp;
    [all...]
codecs.c 35 PyInterpreterState *interp = PyThreadState_GET()->interp;
102 PyInterpreterState *interp;
192 PyInterpreterState *interp;
629 PyInterpreterState *interp = PyThreadState_GET()->interp;
647 PyInterpreterState *interp = PyThreadState_GET()->interp;
    [all...]
  /external/python/cpython3/Programs/
_testembed.c 32 PyInterpreterState *interp = ts->interp;
318 PyInterpreterState *interp = PyThreadState_Get()->interp;
  /external/python/cpython2/Demo/pysvr/
pysvr.c 216 static PyInterpreterState *the_interp;
  /external/python/cpython3/Modules/
faulthandler.c 55 PyInterpreterState *interp;
67 PyInterpreterState *interp;
88 PyInterpreterState *interp;
219 PyInterpreterState *interp)
    [all...]

Completed in 434 milliseconds

1 2