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

  /external/chromium_org/third_party/cython/src/Cython/Utility/
Profile.c 43 if (unlikely(PyThreadState_GET()->use_tracing && \
44 (PyThreadState_GET()->c_profilefunc || (CYTHON_TRACE && PyThreadState_GET()->c_tracefunc)))) { \
49 if (unlikely(__Pyx_use_tracing) && PyThreadState_GET()->use_tracing && \
50 (PyThreadState_GET()->c_profilefunc || (CYTHON_TRACE && PyThreadState_GET()->c_tracefunc))) { \
51 PyThreadState* tstate = PyThreadState_GET(); \
66 if (unlikely(__Pyx_use_tracing) && PyThreadState_GET()->use_tracing) { \
67 PyThreadState* tstate = PyThreadState_GET(); \
93 if (unlikely(__Pyx_use_tracing) && unlikely(PyThreadState_GET()->use_tracing && PyThreadState_GET()->c_tracefunc)) {
    [all...]
Exceptions.c 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,*/
Generator.c 200 PyThreadState *tstate = PyThreadState_GET();
ObjectHandling.c 194 PyThreadState *tstate = PyThreadState_GET();
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/include/python2.7/
ceval.h 49 (_Py_MakeRecCheck(PyThreadState_GET()->recursion_depth) && \
52 (--PyThreadState_GET()->recursion_depth)
pystate.h 119 PyAPI_FUNC(PyThreadState *) PyThreadState_Get(void);
130 #define PyThreadState_GET() PyThreadState_Get()
132 #define PyThreadState_GET() (_PyThreadState_Current)
object.h     [all...]
  /prebuilts/python/linux-x86/2.7.5/include/python2.7/
ceval.h 49 (_Py_MakeRecCheck(PyThreadState_GET()->recursion_depth) && \
52 (--PyThreadState_GET()->recursion_depth)
pystate.h 119 PyAPI_FUNC(PyThreadState *) PyThreadState_Get(void);
130 #define PyThreadState_GET() PyThreadState_Get()
132 #define PyThreadState_GET() (_PyThreadState_Current)
object.h     [all...]
  /external/chromium_org/third_party/bintrees/bintrees/
cwalker.c     [all...]
qavltree.c     [all...]
qbintree.c     [all...]
qrbtree.c     [all...]

Completed in 286 milliseconds