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

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/
H A Dgcmodule.c234 /* This became unused after gc_list_move() was introduced. */
260 gc_list_move(PyGC_Head *node, PyGC_Head *list) function
414 gc_list_move(gc, reachable);
489 gc_list_move(gc, unreachable);
552 gc_list_move(gc, finalizers);
565 gc_list_move(gc, tolist);
693 gc_list_move(wrasgc, &wrcb_to_call);
733 gc_list_move(gc, old);
826 gc_list_move(gc, old);
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/
H A Dgcmodule.c194 /* This became unused after gc_list_move() was introduced. */
220 gc_list_move(PyGC_Head *node, PyGC_Head *list) function
374 gc_list_move(gc, reachable);
452 gc_list_move(gc, unreachable);
501 gc_list_move(gc, finalizers);
514 gc_list_move(gc, tolist);
642 gc_list_move(wrasgc, &wrcb_to_call);
682 gc_list_move(gc, old);
775 gc_list_move(gc, old);

Completed in 11 milliseconds