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

  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/
gcmodule.c 175 GC_UNTRACKED
209 #define GC_UNTRACKED _PyGC_REFS_UNTRACKED
213 #define IS_TRACKED(o) ((AS_GC(o))->gc.gc_refs != GC_UNTRACKED)
423 * If gc_refs == GC_UNTRACKED, it must be ignored.
428 || gc_refs == GC_UNTRACKED);
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/
gcmodule.c 135 GC_UNTRACKED
169 #define GC_UNTRACKED _PyGC_REFS_UNTRACKED
173 #define IS_TRACKED(o) ((AS_GC(o))->gc.gc_refs != GC_UNTRACKED)
383 * If gc_refs == GC_UNTRACKED, it must be ignored.
388 || gc_refs == GC_UNTRACKED);
    [all...]
  /external/python/cpython2/Modules/
gcmodule.c 175 GC_UNTRACKED
209 #define GC_UNTRACKED _PyGC_REFS_UNTRACKED
213 #define IS_TRACKED(o) ((AS_GC(o))->gc.gc_refs != GC_UNTRACKED)
423 * If gc_refs == GC_UNTRACKED, it must be ignored.
428 || gc_refs == GC_UNTRACKED);
    [all...]
  /external/python/cpython3/Modules/
gcmodule.c 189 GC_UNTRACKED
223 #define GC_UNTRACKED _PyGC_REFS_UNTRACKED
227 #define IS_TRACKED(o) (_PyGC_REFS(o) != GC_UNTRACKED)
437 * If gc_refs == GC_UNTRACKED, it must be ignored.
442 || gc_refs == GC_UNTRACKED);
    [all...]

Completed in 103 milliseconds