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

Unified Diff: runtime/platform/thread_macos.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_linux.cc ('k') | runtime/platform/thread_macos.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: runtime/platform/thread_macos.h
diff --git a/runtime/platform/thread_macos.h b/runtime/platform/thread_macos.h
index bded36e200134a2d6f1b75b5a7aa922c29b0e8d3..4d856ddb65f0314fb2edd81a3ce27ae79097dacd 100644
--- a/runtime/platform/thread_macos.h
+++ b/runtime/platform/thread_macos.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_linux.cc ('k') | runtime/platform/thread_macos.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698