Home
last modified time | relevance | path

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

/system/extras/simpleperf/demo/SimpleperfExampleWithNative/app/src/main/cpp/
Dnative-lib.cpp43 static void* BusyLoopThread(void*) { in BusyLoopThread() function
57 int ret = pthread_create(&thread, nullptr, BusyLoopThread, nullptr); in Java_com_example_simpleperf_simpleperfexamplewithnative_MainActivity_createBusyThreadFromJNI()