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

  /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...]

Completed in 375 milliseconds