aboutsummaryrefslogtreecommitdiff
path: root/www/chromium/files/patch-base_profiler_sampling__profiler__thread__token.cc
blob: 96db1204abddc6b7d848161c6002e9c15f6a4447 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- base/profiler/sampling_profiler_thread_token.cc.orig	2020-02-07 10:24:19 UTC
+++ base/profiler/sampling_profiler_thread_token.cc
@@ -7,7 +7,7 @@
 namespace base {
 
 SamplingProfilerThreadToken GetSamplingProfilerCurrentThreadToken() {
-#if defined(OS_ANDROID) || defined(OS_LINUX)
+#if defined(OS_ANDROID) || defined(OS_LINUX) || defined(OS_BSD)
   return {PlatformThread::CurrentId(), pthread_self()};
 #else
   return {PlatformThread::CurrentId()};