Home
last modified time | relevance | path

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

/ndk/sources/cxx-stl/gabi++/tests/
Dtest_guard.cpp33 static void* thread_run(void* arg) in thread_run() function
44 pthread_create( &sThreads[nn], NULL, thread_run, reinterpret_cast<void*>(nn) ); in main()