wait_for           21 gc/include/gc_pthread_redirects.h   int GC_thr_join(thread_t wait_for, thread_t *departed, void **status);
wait_for           37 gc/include/gc_pthread_redirects.h   extern int GC_pthread_join(pthread_t wait_for, void **status);
wait_for           62 gc/solaris_pthreads.c int GC_pthread_join(pthread_t wait_for, void **status)
wait_for           64 gc/solaris_pthreads.c 	return GC_thr_join((thread_t)wait_for, NULL, status);
wait_for          853 gc/solaris_threads.c int GC_thr_join(thread_t wait_for, thread_t *departed, void **status)
wait_for          859 gc/solaris_threads.c     if (wait_for == 0) {
wait_for          882 gc/solaris_threads.c         t = GC_lookup_thread(wait_for);
wait_for          887 gc/solaris_threads.c     	if (wait_for == thr_self()) {