Searched refs:thread_entry (Results 1 – 1 of 1) sorted by relevance
37 void *thread_entry(void *arg) { in thread_entry() function94 pthread_create(&tid[i], NULL, thread_entry, (void *)(unsigned long)i); in main()