thr_join          749 gc/solaris_threads.c         result = thr_join((thread_t)0, &departed, &status);
thr_join         1761 gc/tests/test.c     if ((code = thr_join(th1, 0, 0)) != 0) {
thr_join         1765 gc/tests/test.c     if (thr_join(th2, 0, 0) != 0) {