Searched refs:BusyThreadFunc (Results 1 – 1 of 1) sorted by relevance
61 void* BusyThreadFunc(void*) { in BusyThreadFunc() function92 if (pthread_create(&busy_thread, nullptr, BusyThreadFunc, nullptr) != 0) { in Java_simpleperf_demo_cpp_1api_MainActivity_runNativeCode()