Searched refs:perfstatsdMainThread (Results 1 – 1 of 1) sorted by relevance
49 pthread_t perfstatsdMainThread; in startService() local50 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()