Searched refs:thread_function (Results 1 – 1 of 1) sorted by relevance
52 thread_function(void* arg) in thread_function() function69 if (pthread_create( &threads[nn], NULL, thread_function, (void*)(long int)nn) < 0) { in main()