Searched refs:thread_run (Results 1 – 1 of 1) sorted by relevance
33 static void* thread_run(void* arg) in thread_run() function44 pthread_create( &sThreads[nn], NULL, thread_run, reinterpret_cast<void*>(nn) ); in main()