diff options
author | ozaykova <ozaykova@yandex-team.com> | 2023-02-01 14:06:22 +0300 |
---|---|---|
committer | ozaykova <ozaykova@yandex-team.com> | 2023-02-01 14:06:22 +0300 |
commit | 99bf72df7c096ea5a2b9015d3bfe4b84fc02c469 (patch) | |
tree | 5817a254542a2619c20ef505b696c25b527a1f7d /util/system/thread.h | |
parent | e586e630d0fa60533135bae70fce3613feab9a85 (diff) | |
download | ydb-99bf72df7c096ea5a2b9015d3bfe4b84fc02c469.tar.gz |
SetLowestThreadPriority in util
Diffstat (limited to 'util/system/thread.h')
-rw-r--r-- | util/system/thread.h | 1 |
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> |