Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1694)

Unified Diff: runtime/vm/thread.cc

Issue 1391013006: Call known TLS destructors on Windows (Closed) Base URL: git@github.com:dart-lang/sdk.git@master
Patch Set: Created 5 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« runtime/vm/thread.h ('K') | « runtime/vm/thread.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: runtime/vm/thread.cc
diff --git a/runtime/vm/thread.cc b/runtime/vm/thread.cc
index f431dfdd4ce35779c608466a57aecb60389c33e7..b8c98388b1a18ec9fd99dcfdfbb4bd64f4ba3edd 100644
--- a/runtime/vm/thread.cc
+++ b/runtime/vm/thread.cc
@@ -531,5 +531,8 @@ Thread* ThreadIterator::Next() {
return current;
}
+void WindowsThreadCleanUp() {
+ Thread::CleanUp();
+}
siva 2015/10/13 21:30:54 Ditto comment.
Cutch 2015/10/14 14:43:18 Acknowledged.
} // namespace dart
« runtime/vm/thread.h ('K') | « runtime/vm/thread.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698