Lines Matching defs:interp
54 PyInterpreterState *interp; member
245 gc_visit_heaps_lock_held(PyInterpreterState *interp, mi_block_visit_fun *visitor, in gc_visit_heaps_lock_held()
297 gc_visit_heaps(PyInterpreterState *interp, mi_block_visit_fun *visitor, in gc_visit_heaps()
337 merge_all_queued_objects(PyInterpreterState *interp, struct collection_state *state) in merge_all_queued_objects()
347 process_delayed_frees(PyInterpreterState *interp) in process_delayed_frees()
601 deduce_unreachable_heap(PyInterpreterState *interp, in deduce_unreachable_heap()
753 PyInterpreterState *interp = _PyInterpreterState_GET(); in get_gc_state() local
767 _PyGC_Init(PyInterpreterState *interp) in _PyGC_Init()
1108 gc_collect_internal(PyInterpreterState *interp, struct collection_state *state, int generation) in gc_collect_internal()
1231 PyInterpreterState *interp = tstate->interp; in gc_collect_main() local
1363 _PyGC_GetReferrers(PyInterpreterState *interp, PyObject *objs) in _PyGC_GetReferrers()
1408 _PyGC_GetObjects(PyInterpreterState *interp, int generation) in _PyGC_GetObjects()
1438 _PyGC_Freeze(PyInterpreterState *interp) in _PyGC_Freeze()
1458 _PyGC_Unfreeze(PyInterpreterState *interp) in _PyGC_Unfreeze()
1484 _PyGC_GetFreezeCount(PyInterpreterState *interp) in _PyGC_GetFreezeCount()
1557 _PyGC_DumpShutdownStats(PyInterpreterState *interp) in _PyGC_DumpShutdownStats()
1599 _PyGC_Fini(PyInterpreterState *interp) in _PyGC_Fini()
1856 _PyGC_ImmortalizeDeferredObjects(PyInterpreterState *interp) in _PyGC_ImmortalizeDeferredObjects()
1870 PyInterpreterState *interp = _PyInterpreterState_GET(); in PyUnstable_GC_VisitObjects() local
1889 _PyGC_ClearAllFreeLists(PyInterpreterState *interp) in _PyGC_ClearAllFreeLists()