Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/
Dgcmodule.c606 PyGC_Head wrcb_to_call; /* weakrefs with callbacks to call */ in handle_weakrefs() local
610 gc_list_init(&wrcb_to_call); in handle_weakrefs()
693 gc_list_move(wrasgc, &wrcb_to_call); in handle_weakrefs()
700 while (! gc_list_is_empty(&wrcb_to_call)) { in handle_weakrefs()
704 gc = wrcb_to_call.gc.gc_next; in handle_weakrefs()
731 if (wrcb_to_call.gc.gc_next == gc) { in handle_weakrefs()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/
Dgcmodule.c555 PyGC_Head wrcb_to_call; /* weakrefs with callbacks to call */ in handle_weakrefs() local
559 gc_list_init(&wrcb_to_call); in handle_weakrefs()
642 gc_list_move(wrasgc, &wrcb_to_call); in handle_weakrefs()
649 while (! gc_list_is_empty(&wrcb_to_call)) { in handle_weakrefs()
653 gc = wrcb_to_call.gc.gc_next; in handle_weakrefs()
680 if (wrcb_to_call.gc.gc_next == gc) { in handle_weakrefs()