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