Searched refs:profile_thread (Results 1 – 1 of 1) sorted by relevance
86 pthread_t profile_thread; in Java_simpleperf_demo_cpp_1api_MainActivity_runNativeCode() local87 if (pthread_create(&profile_thread, nullptr, ProfileThreadFunc, nullptr) != 0) { in Java_simpleperf_demo_cpp_1api_MainActivity_runNativeCode()