Lines Matching defs:tstate
156 _PyGC_Init(PyThreadState *tstate) in _PyGC_Init()
919 handle_legacy_finalizers(PyThreadState *tstate, in handle_legacy_finalizers()
946 finalize_garbage(PyThreadState *tstate, PyGC_Head *collectable) in finalize_garbage()
982 delete_garbage(PyThreadState *tstate, GCState *gcstate, in delete_garbage()
1170 collect(PyThreadState *tstate, int generation, in collect()
1337 invoke_gc_callback(PyThreadState *tstate, const char *phase, in invoke_gc_callback()
1382 collect_with_callback(PyThreadState *tstate, int generation) in collect_with_callback()
1394 collect_generations(PyThreadState *tstate) in collect_generations()
1461 PyThreadState *tstate = _PyThreadState_GET(); in gc_enable_impl() local
1477 PyThreadState *tstate = _PyThreadState_GET(); in gc_disable_impl() local
1493 PyThreadState *tstate = _PyThreadState_GET(); in gc_isenabled_impl() local
1516 PyThreadState *tstate = _PyThreadState_GET(); in gc_collect_impl() local
1559 PyThreadState *tstate = _PyThreadState_GET(); in gc_set_debug_impl() local
1575 PyThreadState *tstate = _PyThreadState_GET(); in gc_get_debug_impl() local
1589 PyThreadState *tstate = _PyThreadState_GET(); in gc_set_threshold() local
1613 PyThreadState *tstate = _PyThreadState_GET(); in gc_get_threshold_impl() local
1631 PyThreadState *tstate = _PyThreadState_GET(); in gc_get_count_impl() local
1675 PyThreadState *tstate = _PyThreadState_GET(); in gc_get_referrers() local
1744 PyThreadState *tstate = _PyThreadState_GET(); in gc_get_objects_impl() local
1802 PyThreadState *tstate = _PyThreadState_GET(); in gc_get_stats_impl() local
1897 PyThreadState *tstate = _PyThreadState_GET(); in gc_freeze_impl() local
1918 PyThreadState *tstate = _PyThreadState_GET(); in gc_unfreeze_impl() local
1935 PyThreadState *tstate = _PyThreadState_GET(); in gc_get_freeze_count_impl() local
2002 PyThreadState *tstate = _PyThreadState_GET(); in PyInit_gc() local
2047 PyThreadState *tstate = _PyThreadState_GET(); in PyGC_Collect() local
2080 PyThreadState *tstate = _PyThreadState_GET(); in _PyGC_CollectNoFail() local
2104 _PyGC_DumpShutdownStats(PyThreadState *tstate) in _PyGC_DumpShutdownStats()
2141 _PyGC_Fini(PyThreadState *tstate) in _PyGC_Fini()
2213 PyThreadState *tstate = _PyThreadState_GET(); in _PyObject_GC_Alloc() local
2312 PyThreadState *tstate = _PyThreadState_GET(); in PyObject_GC_Del() local