HomeSort by relevance Sort by last modified time
    Searched refs:wrcb_to_call (Results 1 - 4 of 4) sorted by null

  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/
gcmodule.c 606 PyGC_Head wrcb_to_call; /* weakrefs with callbacks to call */ local
610 gc_list_init(&wrcb_to_call);
613 * also has a callback, move it into `wrcb_to_call` if the callback
617 * make another pass over wrcb_to_call, invoking callbacks, after this
636 * that must be called into wrcb_to_call.
677 * is moved to wrcb_to_call in this case.
688 /* Move wr to wrcb_to_call, for the next pass. */
693 gc_list_move(wrasgc, &wrcb_to_call);
700 while (! gc_list_is_empty(&wrcb_to_call)) {
704 gc = wrcb_to_call.gc.gc_next;
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/
gcmodule.c 555 PyGC_Head wrcb_to_call; /* weakrefs with callbacks to call */ local
559 gc_list_init(&wrcb_to_call);
562 * also has a callback, move it into `wrcb_to_call` if the callback
566 * make another pass over wrcb_to_call, invoking callbacks, after this
585 * that must be called into wrcb_to_call.
626 * is moved to wrcb_to_call in this case.
637 /* Move wr to wrcb_to_call, for the next pass. */
642 gc_list_move(wrasgc, &wrcb_to_call);
649 while (! gc_list_is_empty(&wrcb_to_call)) {
653 gc = wrcb_to_call.gc.gc_next;
    [all...]
  /external/python/cpython2/Modules/
gcmodule.c 606 PyGC_Head wrcb_to_call; /* weakrefs with callbacks to call */ local
610 gc_list_init(&wrcb_to_call);
613 * also has a callback, move it into `wrcb_to_call` if the callback
617 * make another pass over wrcb_to_call, invoking callbacks, after this
636 * that must be called into wrcb_to_call.
677 * is moved to wrcb_to_call in this case.
688 /* Move wr to wrcb_to_call, for the next pass. */
693 gc_list_move(wrasgc, &wrcb_to_call);
700 while (! gc_list_is_empty(&wrcb_to_call)) {
704 gc = wrcb_to_call.gc.gc_next
    [all...]
  /external/python/cpython3/Modules/
gcmodule.c 605 PyGC_Head wrcb_to_call; /* weakrefs with callbacks to call */ local
609 gc_list_init(&wrcb_to_call);
612 * also has a callback, move it into `wrcb_to_call` if the callback
616 * make another pass over wrcb_to_call, invoking callbacks, after this
635 * that must be called into wrcb_to_call.
676 * is moved to wrcb_to_call in this case.
687 /* Move wr to wrcb_to_call, for the next pass. */
692 gc_list_move(wrasgc, &wrcb_to_call);
699 while (! gc_list_is_empty(&wrcb_to_call)) {
703 gc = wrcb_to_call.gc.gc_next
    [all...]

Completed in 219 milliseconds