diff options
Diffstat (limited to 'src/vm/threads.h')
-rw-r--r-- | src/vm/threads.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/vm/threads.h b/src/vm/threads.h index dc468630f5..3f281c0274 100644 --- a/src/vm/threads.h +++ b/src/vm/threads.h @@ -4526,6 +4526,10 @@ public: } */ + // Called during AssemblyLoadContext teardown to clean up all structures + // associated with thread statics for the specific Module + void DeleteThreadStaticData(ModuleIndex index); + protected: // Called during AD teardown to clean up any references this |