Home
last modified time | relevance | path

Searched refs:kThreadName (Results 1 – 1 of 1) sorted by relevance

/packages/services/Car/cpp/watchdog/server/src/
DPressureMonitor.cpp39 constexpr const char kThreadName[] = "PressureMonitor"; variable
186 ALOGW("Failed to set background scheduling priority to %s thread", kThreadName); in start()
188 if (int result = pthread_setname_np(pthread_self(), kThreadName); result != 0) { in start()
189 ALOGW("Failed to set %s thread name: %d", kThreadName, result); in start()