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

Unified Diff: runtime/platform/thread_win.h

Issue 9141005: Change the thread interface in runtime/platform and use it starting all threads (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Addressed review comments from asiva@ Created 8 years, 11 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
Index: runtime/platform/thread_win.h
diff --git a/runtime/platform/thread_win.h b/runtime/platform/thread_win.h
index 45235f191436f08759ab07070ed8e1a51114f51f..daa75e4d8cc602f2d0c28a3bd800a12adb4b3f15 100644
--- a/runtime/platform/thread_win.h
+++ b/runtime/platform/thread_win.h
@@ -13,21 +13,6 @@
namespace dart {
-class ThreadData {
- private:
- ThreadData() {}
- ~ThreadData() {}
-
- uintptr_t thread_handle_;
- uint32_t tid_;
-
- friend class Thread;
-
- DISALLOW_ALLOCATION();
- DISALLOW_COPY_AND_ASSIGN(ThreadData);
-};
-
-
class MutexData {
private:
MutexData() {}

Powered by Google App Engine
This is Rietveld 408576698