Searched refs:BusyLoopThread (Results 1 – 2 of 2) sorted by relevance
40 static void* BusyLoopThread(void*) { in BusyLoopThread() function54 int ret = pthread_create(&thread, nullptr, BusyLoopThread, nullptr); in Java_simpleperf_example_cpp_MainActivity_createBusyThreadFromJNI()
306 BusyLoopThread busy = new BusyLoopThread(); in testRequestStackSamplingSuccess()1125 private static class BusyLoopThread { class in ProfilingFrameworkTests1129 public BusyLoopThread() { in BusyLoopThread() method in ProfilingFrameworkTests.BusyLoopThread