Home
last modified time | relevance | path

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

/ndk/sources/cxx-stl/gabi++/tests/
Dtest_guard.cpp31 static pthread_t sThreads[MAX_THREADS]; variable
44 pthread_create( &sThreads[nn], NULL, thread_run, reinterpret_cast<void*>(nn) ); in main()
49 pthread_join( sThreads[nn], &dummy ); in main()