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

  /external/chromium_org/third_party/cython/src/Cython/Utility/
Profile.c 43 if (unlikely(PyThreadState_GET()->use_tracing && \
49 if (unlikely(__Pyx_use_tracing) && PyThreadState_GET()->use_tracing && \
52 tstate->use_tracing = 0; \
62 tstate->use_tracing = 1; \
66 if (unlikely(__Pyx_use_tracing) && PyThreadState_GET()->use_tracing) { \
68 tstate->use_tracing = 0; \
76 tstate->use_tracing = 1; \
93 if (unlikely(__Pyx_use_tracing) && unlikely(PyThreadState_GET()->use_tracing && PyThreadState_GET()->c_tracefunc)) { \
96 tstate->use_tracing = 0; \
98 tstate->use_tracing = 1;
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/include/python2.7/
pystate.h 68 int use_tracing; member in struct:_ts
  /prebuilts/python/linux-x86/2.7.5/include/python2.7/
pystate.h 68 int use_tracing; member in struct:_ts

Completed in 76 milliseconds