Home
last modified time | relevance | path

Searched refs:GC_TENTATIVELY_UNREACHABLE (Results 1 – 1 of 1) sorted by relevance

/external/python/cpython2/Modules/
Dgcmodule.c211 #define GC_TENTATIVELY_UNREACHABLE _PyGC_REFS_TENTATIVELY_UNREACHABLE macro
216 (AS_GC(o))->gc.gc_refs == GC_TENTATIVELY_UNREACHABLE)
407 else if (gc_refs == GC_TENTATIVELY_UNREACHABLE) { in visit_reachable()
490 gc->gc.gc_refs = GC_TENTATIVELY_UNREACHABLE; in move_unreachable()