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

1 2 3 4 5 6

  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Include/
pystate.h 103 } PyThreadState;
110 PyAPI_FUNC(PyThreadState *) PyThreadState_New(PyInterpreterState *);
111 PyAPI_FUNC(PyThreadState *) _PyThreadState_Prealloc(PyInterpreterState *);
112 PyAPI_FUNC(void) _PyThreadState_Init(PyThreadState *);
113 PyAPI_FUNC(void) PyThreadState_Clear(PyThreadState *);
114 PyAPI_FUNC(void) PyThreadState_Delete(PyThreadState *);
119 PyAPI_FUNC(PyThreadState *) PyThreadState_Get(void);
120 PyAPI_FUNC(PyThreadState *) PyThreadState_Swap(PyThreadState *);
127 PyAPI_DATA(PyThreadState *) _PyThreadState_Current;
    [all...]
ceval.h 117 PyAPI_FUNC(PyThreadState *) PyEval_SaveThread(void);
118 PyAPI_FUNC(void) PyEval_RestoreThread(PyThreadState *);
126 PyAPI_FUNC(void) PyEval_AcquireThread(PyThreadState *tstate);
127 PyAPI_FUNC(void) PyEval_ReleaseThread(PyThreadState *tstate);
131 PyThreadState *_save; \
frameobject.h 39 PyThreadState *f_tstate;
61 PyAPI_FUNC(PyFrameObject *) PyFrame_New(PyThreadState *, PyCodeObject *,
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Include/
pystate.h 100 } PyThreadState;
107 PyAPI_FUNC(PyThreadState *) PyThreadState_New(PyInterpreterState *);
108 PyAPI_FUNC(PyThreadState *) _PyThreadState_Prealloc(PyInterpreterState *);
109 PyAPI_FUNC(void) _PyThreadState_Init(PyThreadState *);
110 PyAPI_FUNC(void) PyThreadState_Clear(PyThreadState *);
111 PyAPI_FUNC(void) PyThreadState_Delete(PyThreadState *);
117 PyAPI_FUNC(PyThreadState *) PyThreadState_Get(void);
118 PyAPI_FUNC(PyThreadState *) PyThreadState_Swap(PyThreadState *);
125 PyAPI_DATA(PyThreadState *) _PyThreadState_Current;
    [all...]
ceval.h 117 PyAPI_FUNC(PyThreadState *) PyEval_SaveThread(void);
118 PyAPI_FUNC(void) PyEval_RestoreThread(PyThreadState *);
126 PyAPI_FUNC(void) PyEval_AcquireThread(PyThreadState *tstate);
127 PyAPI_FUNC(void) PyEval_ReleaseThread(PyThreadState *tstate);
131 PyThreadState *_save; \
frameobject.h 39 PyThreadState *f_tstate;
61 PyAPI_FUNC(PyFrameObject *) PyFrame_New(PyThreadState *, PyCodeObject *,
  /external/python/cpython2/Include/
pystate.h 103 } PyThreadState;
110 PyAPI_FUNC(PyThreadState *) PyThreadState_New(PyInterpreterState *);
111 PyAPI_FUNC(PyThreadState *) _PyThreadState_Prealloc(PyInterpreterState *);
112 PyAPI_FUNC(void) _PyThreadState_Init(PyThreadState *);
113 PyAPI_FUNC(void) PyThreadState_Clear(PyThreadState *);
114 PyAPI_FUNC(void) PyThreadState_Delete(PyThreadState *);
119 PyAPI_FUNC(PyThreadState *) PyThreadState_Get(void);
120 PyAPI_FUNC(PyThreadState *) PyThreadState_Swap(PyThreadState *);
127 PyAPI_DATA(PyThreadState *) _PyThreadState_Current
    [all...]
ceval.h 117 PyAPI_FUNC(PyThreadState *) PyEval_SaveThread(void);
118 PyAPI_FUNC(void) PyEval_RestoreThread(PyThreadState *);
126 PyAPI_FUNC(void) PyEval_AcquireThread(PyThreadState *tstate);
127 PyAPI_FUNC(void) PyEval_ReleaseThread(PyThreadState *tstate);
131 PyThreadState *_save; \
frameobject.h 39 PyThreadState *f_tstate;
61 PyAPI_FUNC(PyFrameObject *) PyFrame_New(PyThreadState *, PyCodeObject *,
  /prebuilts/gdb/darwin-x86/include/python2.7/
pystate.h 103 } PyThreadState;
110 PyAPI_FUNC(PyThreadState *) PyThreadState_New(PyInterpreterState *);
111 PyAPI_FUNC(PyThreadState *) _PyThreadState_Prealloc(PyInterpreterState *);
112 PyAPI_FUNC(void) _PyThreadState_Init(PyThreadState *);
113 PyAPI_FUNC(void) PyThreadState_Clear(PyThreadState *);
114 PyAPI_FUNC(void) PyThreadState_Delete(PyThreadState *);
119 PyAPI_FUNC(PyThreadState *) PyThreadState_Get(void);
120 PyAPI_FUNC(PyThreadState *) PyThreadState_Swap(PyThreadState *);
127 PyAPI_DATA(PyThreadState *) _PyThreadState_Current
    [all...]
ceval.h 117 PyAPI_FUNC(PyThreadState *) PyEval_SaveThread(void);
118 PyAPI_FUNC(void) PyEval_RestoreThread(PyThreadState *);
126 PyAPI_FUNC(void) PyEval_AcquireThread(PyThreadState *tstate);
127 PyAPI_FUNC(void) PyEval_ReleaseThread(PyThreadState *tstate);
131 PyThreadState *_save; \
  /prebuilts/gdb/linux-x86/include/python2.7/
pystate.h 103 } PyThreadState;
110 PyAPI_FUNC(PyThreadState *) PyThreadState_New(PyInterpreterState *);
111 PyAPI_FUNC(PyThreadState *) _PyThreadState_Prealloc(PyInterpreterState *);
112 PyAPI_FUNC(void) _PyThreadState_Init(PyThreadState *);
113 PyAPI_FUNC(void) PyThreadState_Clear(PyThreadState *);
114 PyAPI_FUNC(void) PyThreadState_Delete(PyThreadState *);
119 PyAPI_FUNC(PyThreadState *) PyThreadState_Get(void);
120 PyAPI_FUNC(PyThreadState *) PyThreadState_Swap(PyThreadState *);
127 PyAPI_DATA(PyThreadState *) _PyThreadState_Current
    [all...]
ceval.h 117 PyAPI_FUNC(PyThreadState *) PyEval_SaveThread(void);
118 PyAPI_FUNC(void) PyEval_RestoreThread(PyThreadState *);
126 PyAPI_FUNC(void) PyEval_AcquireThread(PyThreadState *tstate);
127 PyAPI_FUNC(void) PyEval_ReleaseThread(PyThreadState *tstate);
131 PyThreadState *_save; \
  /prebuilts/python/darwin-x86/2.7.5/include/python2.7/
pystate.h 103 } PyThreadState;
110 PyAPI_FUNC(PyThreadState *) PyThreadState_New(PyInterpreterState *);
111 PyAPI_FUNC(PyThreadState *) _PyThreadState_Prealloc(PyInterpreterState *);
112 PyAPI_FUNC(void) _PyThreadState_Init(PyThreadState *);
113 PyAPI_FUNC(void) PyThreadState_Clear(PyThreadState *);
114 PyAPI_FUNC(void) PyThreadState_Delete(PyThreadState *);
119 PyAPI_FUNC(PyThreadState *) PyThreadState_Get(void);
120 PyAPI_FUNC(PyThreadState *) PyThreadState_Swap(PyThreadState *);
127 PyAPI_DATA(PyThreadState *) _PyThreadState_Current
    [all...]
ceval.h 117 PyAPI_FUNC(PyThreadState *) PyEval_SaveThread(void);
118 PyAPI_FUNC(void) PyEval_RestoreThread(PyThreadState *);
126 PyAPI_FUNC(void) PyEval_AcquireThread(PyThreadState *tstate);
127 PyAPI_FUNC(void) PyEval_ReleaseThread(PyThreadState *tstate);
131 PyThreadState *_save; \
  /prebuilts/python/linux-x86/2.7.5/include/python2.7/
pystate.h 103 } PyThreadState;
110 PyAPI_FUNC(PyThreadState *) PyThreadState_New(PyInterpreterState *);
111 PyAPI_FUNC(PyThreadState *) _PyThreadState_Prealloc(PyInterpreterState *);
112 PyAPI_FUNC(void) _PyThreadState_Init(PyThreadState *);
113 PyAPI_FUNC(void) PyThreadState_Clear(PyThreadState *);
114 PyAPI_FUNC(void) PyThreadState_Delete(PyThreadState *);
119 PyAPI_FUNC(PyThreadState *) PyThreadState_Get(void);
120 PyAPI_FUNC(PyThreadState *) PyThreadState_Swap(PyThreadState *);
127 PyAPI_DATA(PyThreadState *) _PyThreadState_Current
    [all...]
ceval.h 117 PyAPI_FUNC(PyThreadState *) PyEval_SaveThread(void);
118 PyAPI_FUNC(void) PyEval_RestoreThread(PyThreadState *);
126 PyAPI_FUNC(void) PyEval_AcquireThread(PyThreadState *tstate);
127 PyAPI_FUNC(void) PyEval_ReleaseThread(PyThreadState *tstate);
131 PyThreadState *_save; \
  /external/python/cpython3/Include/
pystate.h 72 typedef struct _ts PyThreadState;
153 } PyThreadState;
173 PyAPI_FUNC(PyThreadState *) PyThreadState_New(PyInterpreterState *);
175 PyAPI_FUNC(PyThreadState *) _PyThreadState_Prealloc(PyInterpreterState *);
176 PyAPI_FUNC(void) _PyThreadState_Init(PyThreadState *);
178 PyAPI_FUNC(void) PyThreadState_Clear(PyThreadState *);
179 PyAPI_FUNC(void) PyThreadState_Delete(PyThreadState *);
181 PyAPI_FUNC(void) _PyThreadState_DeleteExcept(PyThreadState *tstate);
193 PyAPI_FUNC(PyThreadState *) PyThreadState_Get(void);
198 PyAPI_FUNC(PyThreadState *) _PyThreadState_UncheckedGet(void)
    [all...]
traceback.h 54 PyThreadState *tstate);
82 PyThreadState *current_tstate);
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Python/
pystate.c 50 PyThreadState *_PyThreadState_Current = NULL;
54 static void _PyGILState_NoteThreadState(PyThreadState* tstate);
102 PyThreadState *p;
120 PyThreadState *p;
152 threadstate_getframe(PyThreadState *self)
157 static PyThreadState *
160 PyThreadState *tstate = (PyThreadState *)malloc(sizeof(PyThreadState));
208 PyThreadState *
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Python/
pystate.c 49 PyThreadState *_PyThreadState_Current = NULL;
53 static void _PyGILState_NoteThreadState(PyThreadState* tstate);
101 PyThreadState *p;
119 PyThreadState *p;
151 threadstate_getframe(PyThreadState *self)
156 static PyThreadState *
159 PyThreadState *tstate = (PyThreadState *)malloc(sizeof(PyThreadState));
210 PyThreadState *
    [all...]
  /external/python/cpython2/Python/
pystate.c 49 PyThreadState *_PyThreadState_Current = NULL;
53 static void _PyGILState_NoteThreadState(PyThreadState* tstate);
101 PyThreadState *p;
119 PyThreadState *p;
151 threadstate_getframe(PyThreadState *self)
156 static PyThreadState *
159 PyThreadState *tstate = (PyThreadState *)malloc(sizeof(PyThreadState));
210 PyThreadState *
    [all...]
  /external/python/cpython3/Python/
pystate.c 7 ((PyThreadState*)_Py_atomic_load_relaxed(&_PyThreadState_Current))
60 PyThreadState for the current thread. */
65 static void _PyGILState_NoteThreadState(PyThreadState* tstate);
116 PyThreadState *p;
137 PyThreadState *p;
175 threadstate_getframe(PyThreadState *self)
180 static PyThreadState *
183 PyThreadState *tstate = (PyThreadState *)PyMem_RawMalloc(sizeof(PyThreadState));
    [all...]
  /external/python/cpython2/Mac/Modules/
autoGIL.c 21 PyThreadState **p_tstate = (PyThreadState **)info;
56 PyThreadState **p_tstate; /* for use in the info field */
76 p_tstate = PyMem_Malloc(sizeof(PyThreadState *));
  /external/python/cpython3/Programs/
_testembed.c 26 PyThreadState *ts = PyThreadState_Get();
38 PyThreadState *mainstate, *substate;

Completed in 1116 milliseconds

1 2 3 4 5 6