aboutsummaryrefslogtreecommitdiffstats
path: root/util/system/thread.h
diff options
context:
space:
mode:
authorozaykova <ozaykova@yandex-team.com>2023-02-01 14:06:22 +0300
committerozaykova <ozaykova@yandex-team.com>2023-02-01 14:06:22 +0300
commit99bf72df7c096ea5a2b9015d3bfe4b84fc02c469 (patch)
tree5817a254542a2619c20ef505b696c25b527a1f7d /util/system/thread.h
parente586e630d0fa60533135bae70fce3613feab9a85 (diff)
downloadydb-99bf72df7c096ea5a2b9015d3bfe4b84fc02c469.tar.gz
SetLowestThreadPriority in util
Diffstat (limited to 'util/system/thread.h')
-rw-r--r--util/system/thread.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/util/system/thread.h b/util/system/thread.h
index a6e8abdb5b..830c98a5c3 100644
--- a/util/system/thread.h
+++ b/util/system/thread.h
@@ -11,6 +11,7 @@
#include "progname.h"
bool SetHighestThreadPriority();
+bool SetLowestThreadPriority();
class TThread {
template <typename Callable>