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

  /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; \
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 *);
153 PyAPI_DATA(PyThreadState*) _PyOS_ReadlineTState;
object.h     [all...]
  /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; \
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 *);
153 PyAPI_DATA(PyThreadState*) _PyOS_ReadlineTState;
object.h     [all...]
  /external/chromium_org/third_party/cython/src/Cython/Includes/cpython/
pystate.pxd 13 ctypedef struct PyThreadState:
43 PyThreadState * PyThreadState_New(PyInterpreterState *)
44 void PyThreadState_Clear(PyThreadState *)
45 void PyThreadState_Delete(PyThreadState *)
47 PyThreadState * PyThreadState_Get()
48 PyThreadState * PyThreadState_Swap(PyThreadState *)
87 PyThreadState * PyInterpreterState_ThreadHead(PyInterpreterState *)
88 PyThreadState * PyThreadState_Next(PyThreadState *)
    [all...]
  /external/chromium_org/third_party/cython/src/Cython/Utility/
Profile.c 51 PyThreadState* tstate = PyThreadState_GET(); \
67 PyThreadState* tstate = PyThreadState_GET(); \
94 PyThreadState* tstate = PyThreadState_GET(); \
115 PyThreadState* tstate = PyThreadState_GET();
122 tstate, /*PyThreadState *tstate*/
Exceptions.c 4 // type/value/tb in PyThreadState->curexc_*. When being caught by an
18 PyThreadState *tstate = PyThreadState_GET();
36 PyThreadState *tstate = PyThreadState_GET();
232 PyThreadState *tstate = PyThreadState_GET();
257 PyThreadState *tstate = PyThreadState_GET();
323 PyThreadState *tstate = PyThreadState_GET();
359 PyThreadState *tstate = PyThreadState_GET();
374 PyThreadState *tstate = PyThreadState_GET();
398 PyThreadState *tstate = PyThreadState_GET();
536 PyThreadState_GET(), /*PyThreadState *tstate,*
    [all...]
Generator.c 200 PyThreadState *tstate = PyThreadState_GET();
ObjectHandling.c 194 PyThreadState *tstate = PyThreadState_GET();
    [all...]
  /external/lldb/include/lldb/Interpreter/
ScriptInterpreterPython.h 401 PyThreadState *m_command_thread_state;
  /external/chromium_org/third_party/bintrees/bintrees/
cwalker.c     [all...]
qavltree.c     [all...]
qbintree.c     [all...]
qrbtree.c     [all...]
  /external/lldb/source/Interpreter/
ScriptInterpreterPython.cpp 396 PyThreadState* state = _PyThreadState_Current;
    [all...]

Completed in 323 milliseconds