Lines Matching refs:collecting
1525 if (gcstate->collecting) { in gc_collect_impl()
1530 gcstate->collecting = 1; in gc_collect_impl()
1532 gcstate->collecting = 0; in gc_collect_impl()
2055 if (gcstate->collecting) { in PyGC_Collect()
2061 gcstate->collecting = 1; in PyGC_Collect()
2065 gcstate->collecting = 0; in PyGC_Collect()
2092 if (gcstate->collecting) { in _PyGC_CollectNoFail()
2096 gcstate->collecting = 1; in _PyGC_CollectNoFail()
2098 gcstate->collecting = 0; in _PyGC_CollectNoFail()
2238 !gcstate->collecting && in _PyObject_GC_Alloc()
2241 gcstate->collecting = 1; in _PyObject_GC_Alloc()
2243 gcstate->collecting = 0; in _PyObject_GC_Alloc()