Searched refs:finalizers (Results 1 - 2 of 2) sorted by relevance

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/
H A Dgcmodule.c532 /* Move the objects in unreachable with __del__ methods into `finalizers`.
533 * Objects moved into `finalizers` have gc_refs set to GC_REACHABLE; the
537 move_finalizers(PyGC_Head *unreachable, PyGC_Head *finalizers) argument
542 /* March over unreachable. Move objects with finalizers into
543 * `finalizers`.
552 gc_list_move(gc, finalizers);
572 /* Move objects that are reachable from finalizers, from the unreachable set
573 * into finalizers set.
576 move_finalizer_reachable(PyGC_Head *finalizers) argument
579 PyGC_Head *gc = finalizers
778 handle_finalizers(PyGC_Head *finalizers, PyGC_Head *old) argument
880 PyGC_Head finalizers; /* objects with, & reachable from, __del__ */ local
[all...]
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/
H A Dgcmodule.c481 /* Move the objects in unreachable with __del__ methods into `finalizers`.
482 * Objects moved into `finalizers` have gc_refs set to GC_REACHABLE; the
486 move_finalizers(PyGC_Head *unreachable, PyGC_Head *finalizers) argument
491 /* March over unreachable. Move objects with finalizers into
492 * `finalizers`.
501 gc_list_move(gc, finalizers);
521 /* Move objects that are reachable from finalizers, from the unreachable set
522 * into finalizers set.
525 move_finalizer_reachable(PyGC_Head *finalizers) argument
528 PyGC_Head *gc = finalizers
727 handle_finalizers(PyGC_Head *finalizers, PyGC_Head *old) argument
829 PyGC_Head finalizers; /* objects with, & reachable from, __del__ */ local
[all...]

Completed in 16 milliseconds