Home
last modified time | relevance | path

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

/system/extras/simpleperf/demo/CppApi/app/src/main/cpp/
Dnative-lib.cpp32 void* ProfileThreadFunc(void*) { in ProfileThreadFunc() function
87 if (pthread_create(&profile_thread, nullptr, ProfileThreadFunc, nullptr) != 0) { in Java_simpleperf_demo_cpp_1api_MainActivity_runNativeCode()