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

1 2 3 4 5

  /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 *,
pythonrun.h 32 PyAPI_FUNC(PyThreadState *) Py_NewInterpreter(void);
33 PyAPI_FUNC(void) Py_EndInterpreter(PyThreadState *);
154 PyAPI_DATA(PyThreadState*) _PyOS_ReadlineTState;
  /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 *,
pythonrun.h 32 PyAPI_FUNC(PyThreadState *) Py_NewInterpreter(void);
33 PyAPI_FUNC(void) Py_EndInterpreter(PyThreadState *);
152 PyAPI_DATA(PyThreadState*) _PyOS_ReadlineTState;
  /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 *,
  /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...]
sysmodule.c 52 PyThreadState *tstate = PyThreadState_GET();
74 PyThreadState *tstate = PyThreadState_GET();
152 PyThreadState *tstate;
172 PyThreadState *tstate;
304 call_trampoline(PyThreadState *tstate, PyObject* callback,
339 PyThreadState *tstate = frame->f_tstate;
357 PyThreadState *tstate = frame->f_tstate;
409 PyThreadState *tstate = PyThreadState_GET();
448 PyThreadState *tstate = PyThreadState_GET();
495 PyThreadState *tstate = PyThreadState_Get();
    [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...]
sysmodule.c 52 PyThreadState *tstate = PyThreadState_GET();
74 PyThreadState *tstate = PyThreadState_GET();
152 PyThreadState *tstate;
172 PyThreadState *tstate;
304 call_trampoline(PyThreadState *tstate, PyObject* callback,
339 PyThreadState *tstate = frame->f_tstate;
357 PyThreadState *tstate = frame->f_tstate;
408 PyThreadState *tstate = PyThreadState_GET();
447 PyThreadState *tstate = PyThreadState_GET();
495 PyThreadState *tstate = PyThreadState_Get();
    [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/Include/
pystate.h 195 typedef struct _ts PyThreadState;
304 } PyThreadState;
328 PyAPI_FUNC(PyThreadState *) PyThreadState_New(PyInterpreterState *);
330 PyAPI_FUNC(PyThreadState *) _PyThreadState_Prealloc(PyInterpreterState *);
331 PyAPI_FUNC(void) _PyThreadState_Init(PyThreadState *);
333 PyAPI_FUNC(void) PyThreadState_Clear(PyThreadState *);
334 PyAPI_FUNC(void) PyThreadState_Delete(PyThreadState *);
336 PyAPI_FUNC(void) _PyThreadState_DeleteExcept(PyThreadState *tstate);
346 PyAPI_FUNC(PyThreadState *) PyThreadState_Get(void);
351 PyAPI_FUNC(PyThreadState *) _PyThreadState_UncheckedGet(void)
    [all...]
traceback.h 54 PyThreadState *tstate);
82 PyThreadState *current_tstate);
frameobject.h 56 PyAPI_FUNC(PyFrameObject *) PyFrame_New(PyThreadState *, PyCodeObject *,
60 PyFrameObject* _PyFrame_New_NoTrack(PyThreadState *, PyCodeObject *,
ceval.h 190 PyAPI_FUNC(PyThreadState *) PyEval_SaveThread(void);
191 PyAPI_FUNC(void) PyEval_RestoreThread(PyThreadState *);
200 PyAPI_FUNC(void) PyEval_AcquireThread(PyThreadState *tstate);
201 PyAPI_FUNC(void) PyEval_ReleaseThread(PyThreadState *tstate);
214 PyThreadState *_save; \
  /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/Python/
pystate.c 8 ((PyThreadState*)_Py_atomic_load_relaxed(&_PyThreadState_Current))
95 static void _PyGILState_NoteThreadState(PyThreadState* tstate);
196 PyThreadState *p;
224 PyThreadState *p;
339 PyThreadState *tstate = PyInterpreterState_ThreadHead(interp);
341 PyThreadState *save_tstate = PyThreadState_Swap(tstate);
350 threadstate_getframe(PyThreadState *self)
355 static PyThreadState *
358 PyThreadState *tstate = (PyThreadState *)PyMem_RawMalloc(sizeof(PyThreadState))
    [all...]
ceval_gil.h 149 static void drop_gil(PyThreadState *tstate)
174 if (((PyThreadState*)_Py_atomic_load_relaxed(
191 static void take_gil(PyThreadState *tstate)
228 if (tstate != (PyThreadState*)_Py_atomic_load_relaxed(
  /external/python/cpython3/Include/internal/
pystate.h 21 PyThreadState for the current thread. */
81 PyThreadState *finalizing;
  /external/python/cpython2/Demo/pysvr/
pysvr.c 54 static PyThreadState *gtstate;
215 static PyThreadState *the_tstate;
278 PyThreadState *tstate;

Completed in 216 milliseconds

1 2 3 4 5