Searched refs:threadfunc2 (Results 1 – 1 of 1) sorted by relevance
51 static void *threadfunc2(void *);108 rv = pthread_create(&thread[i], &attr, threadfunc2, (void *)i); in threadfunc1()146 threadfunc2(void *arg) in threadfunc2() function