Searched refs:busy_thread (Results 1 – 1 of 1) sorted by relevance
91 pthread_t busy_thread; in Java_simpleperf_demo_cpp_1api_MainActivity_runNativeCode() local92 if (pthread_create(&busy_thread, nullptr, BusyThreadFunc, nullptr) != 0) { in Java_simpleperf_demo_cpp_1api_MainActivity_runNativeCode()