internal changes

PiperOrigin-RevId: 855347174
This commit is contained in:
Francis Tsui
2026-01-12 12:53:51 -08:00
committed by Copybara-Service
parent b5796d2394
commit 5c8427a733
-3
View File
@@ -24,8 +24,6 @@
#include "internal/platform/pending_job_registry.h"
#include "internal/platform/runnable.h"
#define SET_THREAD_STATUS(NAME)
namespace nearby {
namespace {
absl::Duration kMinReportedStartDelay = absl::Seconds(5);
@@ -44,7 +42,6 @@ MonitoredRunnable::MonitoredRunnable(const std::string& name,
}
void MonitoredRunnable::operator()() {
SET_THREAD_STATUS(name_.c_str());
absl::Time start_time = SystemClock::ElapsedRealtime();
absl::Duration start_delay = start_time - post_time_;
if (start_delay >= kMinReportedStartDelay) {