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

Unified Diff: runtime/platform/thread_linux.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
« no previous file with comments | « runtime/platform/thread_android.cc ('k') | runtime/platform/thread_linux.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: runtime/platform/thread_linux.h
diff --git a/runtime/platform/thread_linux.h b/runtime/platform/thread_linux.h
index 4b8c7d5d22e400188ce2c61e7b448d57e4921a0a..581d5250e185f84fdb53dd3ab28345d6a22ca33c 100644
--- a/runtime/platform/thread_linux.h
+++ b/runtime/platform/thread_linux.h
@@ -17,6 +17,7 @@
namespace dart {
typedef pthread_key_t ThreadLocalKey;
+typedef pthread_t ThreadId;
class ThreadInlineImpl {
private:
« no previous file with comments | « runtime/platform/thread_android.cc ('k') | runtime/platform/thread_linux.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698