HomeSort by: relevance | last modified time | path
    Searched defs:threadfunc2 (Results 1 - 3 of 3) sorted by relevancy

  /src/tests/lib/libpthread/
t_join.c 51 static void *threadfunc2(void *);
109 rv = pthread_create(&thread[i], &attr, threadfunc2, (void *)i);
147 threadfunc2(void *arg) function in typeref:typename:void *
t_join.c 51 static void *threadfunc2(void *);
109 rv = pthread_create(&thread[i], &attr, threadfunc2, (void *)i);
147 threadfunc2(void *arg) function in typeref:typename:void *
t_join.c 51 static void *threadfunc2(void *);
109 rv = pthread_create(&thread[i], &attr, threadfunc2, (void *)i);
147 threadfunc2(void *arg) function in typeref:typename:void *

Completed in 67 milliseconds