summaryrefslogtreecommitdiffstats
path: root/library/cpp/actors/core/scheduler_basic.cpp
diff options
context:
space:
mode:
authoriddqd <[email protected]>2022-02-10 16:49:45 +0300
committerDaniil Cherednik <[email protected]>2022-02-10 16:49:45 +0300
commit07fce9c5f7771600d0b3d70e1f88fd8a7e164d85 (patch)
treee4aa4750fbb864d70f8c06cf03d2750e979ea3bf /library/cpp/actors/core/scheduler_basic.cpp
parentaf42068bf6cd93c976b80dd0388fa48cdf65da11 (diff)
Restoring authorship annotation for <[email protected]>. Commit 1 of 2.
Diffstat (limited to 'library/cpp/actors/core/scheduler_basic.cpp')
-rw-r--r--library/cpp/actors/core/scheduler_basic.cpp10
1 files changed, 5 insertions, 5 deletions
diff --git a/library/cpp/actors/core/scheduler_basic.cpp b/library/cpp/actors/core/scheduler_basic.cpp
index fba200e16bf..c9b9b836d83 100644
--- a/library/cpp/actors/core/scheduler_basic.cpp
+++ b/library/cpp/actors/core/scheduler_basic.cpp
@@ -4,9 +4,9 @@
#include <library/cpp/actors/util/datetime.h>
#include <library/cpp/actors/util/thread.h>
-#ifdef BALLOC
+#ifdef BALLOC
#include <library/cpp/balloc/optional/operators.h>
-#endif
+#endif
namespace NActors {
@@ -50,9 +50,9 @@ namespace NActors {
}
void TBasicSchedulerThread::CycleFunc() {
-#ifdef BALLOC
- ThreadDisableBalloc();
-#endif
+#ifdef BALLOC
+ ThreadDisableBalloc();
+#endif
::SetCurrentThreadName("Scheduler");
ui64 currentMonotonic = RelaxedLoad(CurrentMonotonic);