Searched refs:thread_routines (Results 1 – 2 of 2) sorted by relevance
68 static const thread_func thread_routines[] = variable82 if (pthread_create( &t[nn], NULL, thread_routines[nn], NULL) < 0) { in main()
104 static const thread_func thread_routines[] = variable122 if ( pthread_create( &t[nn], NULL, thread_routines[nn], NULL ) < 0 ) { in main()