Home
last modified time | relevance | path

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

/ndk/sources/cxx-stl/gabi++/tests/
Dmalloc_lockup.cpp63 static pthread_t g_threads[kMaxThreads]; variable
120 int ret = pthread_create(&g_threads[n], &attr, my_thread, (void*)n); in main()
143 pthread_join(g_threads[n], &dummy); in main()