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

Unified Diff: runtime/vm/os_thread_fuchsia.cc

Issue 2154713004: Fuchsia: Fixes for Debug build (Closed) Base URL: https://chromium.googlesource.com/external/github.com/dart-lang/sdk/@master
Patch Set: Created 4 years, 5 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
« no previous file with comments | « runtime/vm/os_fuchsia.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: runtime/vm/os_thread_fuchsia.cc
diff --git a/runtime/vm/os_thread_fuchsia.cc b/runtime/vm/os_thread_fuchsia.cc
index cf8970dd610ef9d47e24990c4dad08ae50c7ba0c..cca791cb6e2debebc99a6fd0cb68f5b60af19b70 100644
--- a/runtime/vm/os_thread_fuchsia.cc
+++ b/runtime/vm/os_thread_fuchsia.cc
@@ -169,8 +169,7 @@ ThreadId OSThread::GetCurrentThreadId() {
#ifndef PRODUCT
ThreadId OSThread::GetCurrentThreadTraceId() {
- UNIMPLEMENTED();
- return 0;
+ return pthread_self();
}
#endif // PRODUCT
« no previous file with comments | « runtime/vm/os_fuchsia.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698