Home
last modified time | relevance | path

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

/ndk/sources/cxx-stl/gabi++/tests/
Dmalloc_lockup.cpp76 static void* my_thread(void* param) { in my_thread() function
120 int ret = pthread_create(&g_threads[n], &attr, my_thread, (void*)n); in main()