GC_thread          99 gc/aix_irix_threads.c GC_thread GC_lookup_thread(pthread_t id);
GC_thread         122 gc/aix_irix_threads.c     GC_thread me;
GC_thread         152 gc/aix_irix_threads.c volatile GC_thread GC_threads[THREAD_TABLE_SZ];
GC_thread         161 gc/aix_irix_threads.c GC_thread GC_new_thread(pthread_t id)
GC_thread         164 gc/aix_irix_threads.c     GC_thread result;
GC_thread         197 gc/aix_irix_threads.c     register GC_thread p = GC_threads[hv];
GC_thread         198 gc/aix_irix_threads.c     register GC_thread prev = 0;
GC_thread         218 gc/aix_irix_threads.c GC_thread GC_lookup_thread(pthread_t id)
GC_thread         221 gc/aix_irix_threads.c     register GC_thread p = GC_threads[hv];
GC_thread         237 gc/aix_irix_threads.c     register GC_thread p;
GC_thread         254 gc/aix_irix_threads.c     GC_thread p;
GC_thread         276 gc/aix_irix_threads.c     register GC_thread p;
GC_thread         332 gc/aix_irix_threads.c     GC_thread p;
GC_thread         357 gc/aix_irix_threads.c     register GC_thread p;
GC_thread         421 gc/aix_irix_threads.c     GC_thread t;
GC_thread         474 gc/aix_irix_threads.c     GC_thread me;
GC_thread         489 gc/aix_irix_threads.c     GC_thread thread_gc_id;
GC_thread         514 gc/aix_irix_threads.c     GC_thread me;
GC_thread         562 gc/aix_irix_threads.c     GC_thread t;
GC_thread          73 gc/darwin_stop_world.c   GC_thread p;
GC_thread         351 gc/darwin_stop_world.c     GC_thread p;
GC_thread         417 gc/darwin_stop_world.c   GC_thread p;
GC_thread          88 gc/include/private/pthread_support.h extern volatile GC_thread GC_threads[THREAD_TABLE_SZ];
GC_thread          92 gc/include/private/pthread_support.h GC_thread GC_lookup_thread(pthread_t id);
GC_thread          26 gc/include/private/solaris_threads.h   extern GC_thread GC_new_thread(thread_t id);
GC_thread          29 gc/include/private/solaris_threads.h   extern volatile GC_thread GC_threads[];
GC_thread         131 gc/pthread_stop_world.c     GC_thread me;
GC_thread         197 gc/pthread_stop_world.c     GC_thread me;
GC_thread         233 gc/pthread_stop_world.c     GC_thread p;
GC_thread         308 gc/pthread_stop_world.c     GC_thread p;
GC_thread         417 gc/pthread_stop_world.c     register GC_thread p;
GC_thread         295 gc/pthread_support.c 	my_fl = ((GC_thread)tsd) -> normal_freelists + index;
GC_thread         321 gc/pthread_support.c 	ptr_t * my_fl = ((GC_thread)GC_getspecific(GC_thread_key))
GC_thread         361 gc/pthread_support.c 	ptr_t * my_fl = ((GC_thread)GC_getspecific(GC_thread_key))
GC_thread         515 gc/pthread_support.c volatile GC_thread GC_threads[THREAD_TABLE_SZ];
GC_thread         534 gc/pthread_support.c     GC_thread p;
GC_thread         558 gc/pthread_support.c GC_thread GC_new_thread(pthread_t id)
GC_thread         561 gc/pthread_support.c     GC_thread result;
GC_thread         585 gc/pthread_support.c     register GC_thread p = GC_threads[hv];
GC_thread         586 gc/pthread_support.c     register GC_thread prev = 0;
GC_thread         607 gc/pthread_support.c     register GC_thread p = GC_threads[hv];
GC_thread         608 gc/pthread_support.c     register GC_thread prev = 0;
GC_thread         628 gc/pthread_support.c GC_thread GC_lookup_thread(pthread_t id)
GC_thread         631 gc/pthread_support.c     register GC_thread p = GC_threads[hv];
GC_thread         646 gc/pthread_support.c     GC_thread p, next, me;
GC_thread         673 gc/pthread_support.c     GC_thread p;
GC_thread         845 gc/pthread_support.c     GC_thread t;
GC_thread         979 gc/pthread_support.c     GC_thread me;
GC_thread        1007 gc/pthread_support.c     GC_thread me;
GC_thread        1045 gc/pthread_support.c     GC_thread me;
GC_thread        1067 gc/pthread_support.c     GC_thread thread_gc_id;
GC_thread        1099 gc/pthread_support.c     GC_thread thread_gc_id;
GC_thread        1124 gc/pthread_support.c     GC_thread me;
GC_thread          74 gc/solaris_pthreads.c     GC_thread t;
GC_thread         562 gc/solaris_threads.c volatile GC_thread GC_threads[THREAD_TABLE_SZ];
GC_thread         571 gc/solaris_threads.c GC_thread GC_new_thread(thread_t id)
GC_thread         574 gc/solaris_threads.c     GC_thread result;
GC_thread         601 gc/solaris_threads.c     register GC_thread p = GC_threads[hv];
GC_thread         602 gc/solaris_threads.c     register GC_thread prev = 0;
GC_thread         618 gc/solaris_threads.c GC_thread GC_lookup_thread(thread_t id)
GC_thread         621 gc/solaris_threads.c     register GC_thread p = GC_threads[hv];
GC_thread         663 gc/solaris_threads.c     register GC_thread me = GC_lookup_thread(thr_self());
GC_thread         688 gc/solaris_threads.c     register GC_thread p;
GC_thread         723 gc/solaris_threads.c     register GC_thread p;
GC_thread         743 gc/solaris_threads.c     register GC_thread t;
GC_thread         787 gc/solaris_threads.c     GC_thread t;
GC_thread         823 gc/solaris_threads.c     GC_thread t;
GC_thread         839 gc/solaris_threads.c     GC_thread t;
GC_thread         855 gc/solaris_threads.c     register GC_thread t;
GC_thread         913 gc/solaris_threads.c     GC_thread t;
GC_thread          81 gc/win32_threads.c static GC_thread GC_new_thread(void) {
GC_thread         202 gc/win32_threads.c static GC_thread GC_lookup_thread(pthread_t id)
GC_thread         338 gc/win32_threads.c   GC_thread thread;
GC_thread         589 gc/win32_threads.c     GC_thread me;
GC_thread         662 gc/win32_threads.c     GC_thread me;
GC_thread         703 gc/win32_threads.c     GC_thread me = (GC_thread)arg;
GC_thread         729 gc/win32_threads.c     GC_thread thread_gc_id;