Searched refs:ThreadLevelRun (Results 1 - 1 of 1) sorted by relevance

/system/core/libbacktrace/
H A Dbacktrace_test.cpp446 void* ThreadLevelRun(void* data) { function
461 ASSERT_TRUE(pthread_create(&thread, &attr, ThreadLevelRun, &thread_data) == 0);
506 ASSERT_TRUE(pthread_create(&thread, &attr, ThreadLevelRun, &thread_data) == 0);
854 ASSERT_TRUE(pthread_create(&thread, NULL, ThreadLevelRun, &thread_data) == 0);

Completed in 76 milliseconds