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

1 2 3 4

  /external/python/cpython3/Include/
ceval.h 93 (_Py_MakeRecCheck(PyThreadState_GET()->recursion_depth) && \
96 do{ if(_Py_MakeEndRecCheck(PyThreadState_GET()->recursion_depth)) \
97 PyThreadState_GET()->overflowed = 0; \
112 ++(PyThreadState_GET()->stackcheck_counter) > 64)
129 do { unsigned char _old = PyThreadState_GET()->recursion_critical;\
130 PyThreadState_GET()->recursion_critical = 1;
133 PyThreadState_GET()->recursion_critical = _old; \
pystate.h 346 PyAPI_FUNC(PyThreadState *) PyThreadState_Get(void);
349 /* Similar to PyThreadState_Get(), but don't issue a fatal error
365 # define PyThreadState_GET() \
368 # define PyThreadState_GET() PyThreadState_Get()
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Include/
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)
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Include/
ceval.h 49 (_Py_MakeRecCheck(PyThreadState_GET()->recursion_depth) && \
52 (--PyThreadState_GET()->recursion_depth)
pystate.h 117 PyAPI_FUNC(PyThreadState *) PyThreadState_Get(void);
128 #define PyThreadState_GET() PyThreadState_Get()
130 #define PyThreadState_GET() (_PyThreadState_Current)
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Parser/
myreadline.c 172 if (_PyOS_ReadlineTState == PyThreadState_GET()) {
193 _PyOS_ReadlineTState = PyThreadState_GET();
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Parser/
myreadline.c 175 if (_PyOS_ReadlineTState == PyThreadState_GET()) {
196 _PyOS_ReadlineTState = PyThreadState_GET();
  /external/python/cpython2/Include/
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)
  /external/python/cpython2/Parser/
myreadline.c 172 if (_PyOS_ReadlineTState == PyThreadState_GET()) {
193 _PyOS_ReadlineTState = PyThreadState_GET();
  /external/python/cpython3/Python/
thread_nt.h 193 PyThreadState *tstate = PyThreadState_GET();
338 PyThreadState_GET()->interp->pythread_stacksize = 0;
344 PyThreadState_GET()->interp->pythread_stacksize = size;
sysmodule.c 59 PyThreadState *tstate = PyThreadState_GET();
69 PyThreadState *tstate = PyThreadState_GET();
79 PyThreadState *tstate = PyThreadState_GET();
94 PyThreadState *tstate = PyThreadState_GET();
345 _PyErr_StackItem *err_info = _PyErr_GetTopmostException(PyThreadState_GET());
578 PyThreadState *tstate = PyThreadState_GET();
616 PyThreadState *tstate = PyThreadState_GET();
640 PyInterpreterState *interp = PyThreadState_GET()->interp;
661 PyInterpreterState *interp = PyThreadState_GET()->interp;
731 tstate = PyThreadState_GET();
    [all...]
dynload_shlib.c 94 dlopenflags = PyThreadState_GET()->interp->dlopenflags;
thread.c 95 return PyThreadState_GET()->interp->pythread_stacksize;
thread_pthread.h 199 PyThreadState *tstate = PyThreadState_GET();
626 PyThreadState_GET()->interp->pythread_stacksize = 0;
643 PyThreadState_GET()->interp->pythread_stacksize = size;
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Python/
sysmodule.c 52 PyThreadState *tstate = PyThreadState_GET();
74 PyThreadState *tstate = PyThreadState_GET();
90 PyInterpreterState *interp = PyThreadState_GET()->interp;
153 tstate = PyThreadState_GET();
179 tstate = PyThreadState_GET();
408 PyThreadState *tstate = PyThreadState_GET();
447 PyThreadState *tstate = PyThreadState_GET();
495 PyThreadState *tstate = PyThreadState_Get();
632 PyThreadState *tstate = PyThreadState_GET();
657 PyThreadState *tstate = PyThreadState_GET();
    [all...]
codecs.c 31 PyInterpreterState *interp = PyThreadState_GET()->interp;
105 interp = PyThreadState_GET()->interp;
410 PyInterpreterState *interp = PyThreadState_GET()->interp;
428 PyInterpreterState *interp = PyThreadState_GET()->interp;
845 PyInterpreterState *interp = PyThreadState_GET()->interp;
errors.c 27 PyThreadState *tstate = PyThreadState_GET();
78 PyThreadState *tstate = PyThreadState_GET();
227 tstate = PyThreadState_GET();
249 PyThreadState *tstate = PyThreadState_GET();
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Python/
sysmodule.c 52 PyThreadState *tstate = PyThreadState_GET();
74 PyThreadState *tstate = PyThreadState_GET();
90 PyInterpreterState *interp = PyThreadState_GET()->interp;
153 tstate = PyThreadState_GET();
179 tstate = PyThreadState_GET();
409 PyThreadState *tstate = PyThreadState_GET();
448 PyThreadState *tstate = PyThreadState_GET();
495 PyThreadState *tstate = PyThreadState_Get();
628 PyThreadState *tstate = PyThreadState_GET();
653 PyThreadState *tstate = PyThreadState_GET();
    [all...]
dynload_shlib.c 112 dlopenflags = PyThreadState_GET()->interp->dlopenflags;
codecs.c 31 PyInterpreterState *interp = PyThreadState_GET()->interp;
105 interp = PyThreadState_GET()->interp;
410 PyInterpreterState *interp = PyThreadState_GET()->interp;
428 PyInterpreterState *interp = PyThreadState_GET()->interp;
828 PyInterpreterState *interp = PyThreadState_GET()->interp;
  /external/python/cpython2/Python/
sysmodule.c 52 PyThreadState *tstate = PyThreadState_GET();
74 PyThreadState *tstate = PyThreadState_GET();
90 PyInterpreterState *interp = PyThreadState_GET()->interp;
153 tstate = PyThreadState_GET();
179 tstate = PyThreadState_GET();
408 PyThreadState *tstate = PyThreadState_GET();
447 PyThreadState *tstate = PyThreadState_GET();
495 PyThreadState *tstate = PyThreadState_Get();
632 PyThreadState *tstate = PyThreadState_GET();
657 PyThreadState *tstate = PyThreadState_GET();
    [all...]
dynload_shlib.c 112 dlopenflags = PyThreadState_GET()->interp->dlopenflags;
  /external/python/cpython3/Parser/
myreadline.c 327 if (_PyOS_ReadlineTState == PyThreadState_GET()) {
346 _PyOS_ReadlineTState = PyThreadState_GET();

Completed in 334 milliseconds

1 2 3 4