summaryrefslogtreecommitdiff
path: root/www/chromium/files/patch-base_threading_platform__thread.h
blob: 6f887f6c8c6f8b00047ce9fb3ca3e21255597564 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- base/threading/platform_thread.h.orig	2022-09-24 10:57:32 UTC
+++ base/threading/platform_thread.h
@@ -253,7 +253,7 @@ class BASE_EXPORT PlatformThread {
   // Returns a realtime period provided by `delegate`.
   static TimeDelta GetRealtimePeriod(Delegate* delegate);
 
-#if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_CHROMEOS)
+#if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_CHROMEOS) || BUILDFLAG(IS_BSD)
   // Toggles a specific thread's type at runtime. This can be used to
   // change the priority of a thread in a different process and will fail
   // if the calling process does not have proper permissions. The