Home
last modified time | relevance | path

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

/hardware/google/pixel/perfstatsd/
Dmain.cpp49 pthread_t perfstatsdMainThread; in startService() local
50 errno = pthread_create(&perfstatsdMainThread, NULL, perfstatsdMain, NULL); in startService()
55 pthread_setname_np(perfstatsdMainThread, "perfstatsd_main"); in startService()
68 pthread_join(perfstatsdMainThread, NULL); in startService()