Home
last modified time | relevance | path

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

/external/python/cpython3/Modules/
Dgcmodule.c139 gc_list_is_empty(PyGC_Head *list) in gc_list_is_empty() function
191 if (!gc_list_is_empty(from)) { in gc_list_merge()
596 while (! gc_list_is_empty(&wrcb_to_call)) { in handle_weakrefs()
694 while (!gc_list_is_empty(collectable)) { in finalize_garbage()
751 while (!gc_list_is_empty(collectable)) { in delete_garbage()
/external/python/cpython2/Modules/
Dgcmodule.c228 gc_list_is_empty(PyGC_Head *list) in gc_list_is_empty() function
280 if (!gc_list_is_empty(from)) { in gc_list_merge()
700 while (! gc_list_is_empty(&wrcb_to_call)) { in handle_weakrefs()
806 while (!gc_list_is_empty(collectable)) { in delete_garbage()