Searched refs:thread_func (Results 1 – 1 of 1) sorted by relevance
73 static void *thread_func(void *) { in thread_func() function168 FAIL_CHECK(pthread_create(threads + i, NULL, thread_func, NULL) == 0); in main()