Searched refs:thfunc (Results 1 – 1 of 1) sorted by relevance
24 static void *thfunc(void *arg) in thfunc() function62 int ret = pthread_create(&thread_list[i], NULL, thfunc, test_loop); in thloop()