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

Unified Diff: runtime/platform/thread_android.h

Issue 25909002: Sampling profiler (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 7 years, 1 month 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_android.h
diff --git a/runtime/platform/thread_android.h b/runtime/platform/thread_android.h
index e7ca78ed2c5908060b37c8de2e4af2c873b01a5b..efab2f7579dcad9f85ddfb6171b796c4806a5595 100644
--- a/runtime/platform/thread_android.h
+++ b/runtime/platform/thread_android.h
@@ -17,6 +17,7 @@
namespace dart {
typedef pthread_key_t ThreadLocalKey;
+typedef pthread_t ThreadId;
class ThreadInlineImpl {
private:

Powered by Google App Engine
This is Rietveld 408576698