Searched refs:sThreads (Results 1 – 1 of 1) sorted by relevance
31 static pthread_t sThreads[MAX_THREADS]; variable44 pthread_create( &sThreads[nn], NULL, thread_run, reinterpret_cast<void*>(nn) ); in main()49 pthread_join( sThreads[nn], &dummy ); in main()