GC_pthread_join    37 gc/include/gc_pthread_redirects.h   extern int GC_pthread_join(pthread_t wait_for, void **status);
GC_pthread_join    38 gc/include/gc_pthread_redirects.h # define pthread_join GC_pthread_join
GC_pthread_join    58 gc/include/gc_pthread_redirects.h   int GC_pthread_join(pthread_t thread, void **retval);
GC_pthread_join    72 gc/include/gc_pthread_redirects.h # define pthread_join GC_pthread_join