thread_t           20 gc/include/gc_pthread_redirects.h                     thread_t *new_thread);
thread_t           21 gc/include/gc_pthread_redirects.h   int GC_thr_join(thread_t wait_for, thread_t *departed, void **status);
thread_t           22 gc/include/gc_pthread_redirects.h   int GC_thr_suspend(thread_t target_thread);
thread_t           23 gc/include/gc_pthread_redirects.h   int GC_thr_continue(thread_t target_thread);
thread_t           13 gc/include/private/solaris_threads.h     thread_t id;
thread_t           26 gc/include/private/solaris_threads.h   extern GC_thread GC_new_thread(thread_t id);
thread_t           64 gc/solaris_pthreads.c 	return GC_thr_join((thread_t)wait_for, NULL, status);
thread_t          428 gc/solaris_threads.c 	thread_t		owner;
thread_t          571 gc/solaris_threads.c GC_thread GC_new_thread(thread_t id)
thread_t          598 gc/solaris_threads.c void GC_delete_thread(thread_t id)
thread_t          618 gc/solaris_threads.c GC_thread GC_lookup_thread(thread_t id)
thread_t          742 gc/solaris_threads.c     thread_t departed;
thread_t          749 gc/solaris_threads.c         result = thr_join((thread_t)0, &departed, &status);
thread_t          788 gc/solaris_threads.c     thread_t tid;
thread_t          821 gc/solaris_threads.c int GC_thr_suspend(thread_t target_thread)
thread_t          837 gc/solaris_threads.c int GC_thr_continue(thread_t target_thread)
thread_t          853 gc/solaris_threads.c int GC_thr_join(thread_t wait_for, thread_t *departed, void **status)
thread_t          910 gc/solaris_threads.c               thread_t *new_thread)
thread_t          914 gc/solaris_threads.c     thread_t my_new_thread;
thread_t         1738 gc/tests/test.c     thread_t th1;
thread_t         1739 gc/tests/test.c     thread_t th2;