Home
last modified time | relevance | path

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

/system/extras/simpleperf/demo/CppApi/app/src/main/cpp/
Dnative-lib.cpp61 void* BusyThreadFunc(void*) { in BusyThreadFunc() function
92 if (pthread_create(&busy_thread, nullptr, BusyThreadFunc, nullptr) != 0) { in Java_simpleperf_demo_cpp_1api_MainActivity_runNativeCode()