Home
last modified time | relevance | path

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

/packages/services/Car/cpp/powerpolicy/server/tests/
DCarPowerPolicyServerTest.cpp82 constexpr const char* kTestLooperThreadName = "LooperThread"; variable
227 if (int result = pthread_setname_np(pthread_self(), kTestLooperThreadName); in initializeLooper()
/packages/services/Car/cpp/watchdog/server/tests/
DWatchdogProcessServiceTest.cpp77 constexpr char kTestLooperThreadName[] = "WdProcSvcTest"; variable
358 if (int result = pthread_setname_np(pthread_self(), kTestLooperThreadName); in prepareLooper()