Home
last modified time | relevance | path

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

/aosp_15_r20/system/extras/simpleperf/demo/SimpleperfExampleCpp/app/src/main/cpp/
H A Dnative-lib.cpp40 static void* BusyLoopThread(void*) { in BusyLoopThread() function
54 int ret = pthread_create(&thread, nullptr, BusyLoopThread, nullptr); in Java_simpleperf_example_cpp_MainActivity_createBusyThreadFromJNI()
/aosp_15_r20/packages/modules/Profiling/tests/cts/src/android/profiling/cts/
DProfilingFrameworkTests.java306 BusyLoopThread busy = new BusyLoopThread(); in testRequestStackSamplingSuccess()
1125 private static class BusyLoopThread { class in ProfilingFrameworkTests
1129 public BusyLoopThread() { in BusyLoopThread() method in ProfilingFrameworkTests.BusyLoopThread