Searched refs:thread_start (Results 1 – 1 of 1) sorted by relevance
31 thread_start (void *arg) in thread_start() function73 pthread_create (&threads[i], NULL, thread_start, (void *) i); in main()
Completed in 6 milliseconds