Home
last modified time | relevance | path

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

/system/extras/simpleperf/demo/CppApi/app/src/main/cpp/
Dnative-lib.cpp86 pthread_t profile_thread; in Java_simpleperf_demo_cpp_1api_MainActivity_runNativeCode() local
87 if (pthread_create(&profile_thread, nullptr, ProfileThreadFunc, nullptr) != 0) { in Java_simpleperf_demo_cpp_1api_MainActivity_runNativeCode()