Searched refs:kThreadName (Results 1 – 1 of 1) sorted by relevance
39 constexpr const char kThreadName[] = "PressureMonitor"; variable186 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()