Home
last modified time | relevance | path

Searched refs:_PyGC_CollectIfEnabled (Results 1 – 3 of 3) sorted by relevance

/external/python/cpython3/Include/
Dobjimpl.h236 PyAPI_FUNC(Py_ssize_t) _PyGC_CollectIfEnabled(void);
/external/python/cpython3/Python/
Dpylifecycle.c1185 _PyGC_CollectIfEnabled(); in Py_FinalizeEx()
1190 while (_PyGC_CollectIfEnabled() > 0) in Py_FinalizeEx()
1218 _PyGC_CollectIfEnabled(); in Py_FinalizeEx()
/external/python/cpython3/Modules/
Dgcmodule.c1582 _PyGC_CollectIfEnabled(void) in _PyGC_CollectIfEnabled() function