Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Include/
Dobjimpl.h265 #define _PyGC_REFS_UNTRACKED (-2) macro
273 if (g->gc.gc_refs != _PyGC_REFS_UNTRACKED) \
288 assert(g->gc.gc_refs != _PyGC_REFS_UNTRACKED); \
289 g->gc.gc_refs = _PyGC_REFS_UNTRACKED; \
297 ((_Py_AS_GC(o))->gc.gc_refs != _PyGC_REFS_UNTRACKED)
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Include/
Dobjimpl.h265 #define _PyGC_REFS_UNTRACKED (-2) macro
273 if (g->gc.gc_refs != _PyGC_REFS_UNTRACKED) \
288 assert(g->gc.gc_refs != _PyGC_REFS_UNTRACKED); \
289 g->gc.gc_refs = _PyGC_REFS_UNTRACKED; \
297 ((_Py_AS_GC(o))->gc.gc_refs != _PyGC_REFS_UNTRACKED)
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Objects/
Dgenobject.c191 _Py_AS_GC(self)->gc.gc_refs != _PyGC_REFS_UNTRACKED); in gen_del()
Dobject.c2421 assert(_Py_AS_GC(op)->gc.gc_refs == _PyGC_REFS_UNTRACKED); in _PyTrash_deposit_object()
Dtypeobject.c5750 _Py_AS_GC(self)->gc.gc_refs != _PyGC_REFS_UNTRACKED);
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Objects/
Dgenobject.c194 _Py_AS_GC(self)->gc.gc_refs != _PyGC_REFS_UNTRACKED); in gen_del()
Dobject.c2442 assert(_Py_AS_GC(op)->gc.gc_refs == _PyGC_REFS_UNTRACKED); in _PyTrash_deposit_object()
2454 assert(_Py_AS_GC(op)->gc.gc_refs == _PyGC_REFS_UNTRACKED); in _PyTrash_thread_deposit_object()
Dtypeobject.c5802 _Py_AS_GC(self)->gc.gc_refs != _PyGC_REFS_UNTRACKED);
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/
Dgcmodule.c209 #define GC_UNTRACKED _PyGC_REFS_UNTRACKED
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/
Dgcmodule.c169 #define GC_UNTRACKED _PyGC_REFS_UNTRACKED