GC_lookup_thread   99 gc/aix_irix_threads.c GC_thread GC_lookup_thread(pthread_t id);
GC_lookup_thread  128 gc/aix_irix_threads.c     me = GC_lookup_thread(pthread_self());
GC_lookup_thread  477 gc/aix_irix_threads.c     me = GC_lookup_thread(pthread_self());
GC_lookup_thread  492 gc/aix_irix_threads.c     thread_gc_id = GC_lookup_thread(thread);
GC_lookup_thread   92 gc/include/private/pthread_support.h GC_thread GC_lookup_thread(pthread_t id);
GC_lookup_thread  146 gc/pthread_stop_world.c     me = GC_lookup_thread(my_thread);
GC_lookup_thread  206 gc/pthread_stop_world.c     me = GC_lookup_thread(my_thread);
GC_lookup_thread  292 gc/pthread_support.c 	  GC_ASSERT(tsd == (void *)GC_lookup_thread(pthread_self()));
GC_lookup_thread  952 gc/pthread_support.c       GC_init_thread_local(GC_lookup_thread(pthread_self()));
GC_lookup_thread  981 gc/pthread_support.c     me = GC_lookup_thread(pthread_self());
GC_lookup_thread 1009 gc/pthread_support.c     me = GC_lookup_thread(pthread_self());
GC_lookup_thread 1048 gc/pthread_support.c     me = GC_lookup_thread(pthread_self());
GC_lookup_thread 1070 gc/pthread_support.c     thread_gc_id = GC_lookup_thread(thread);
GC_lookup_thread 1102 gc/pthread_support.c     thread_gc_id = GC_lookup_thread(thread);
GC_lookup_thread  663 gc/solaris_threads.c     register GC_thread me = GC_lookup_thread(thr_self());
GC_lookup_thread  765 gc/solaris_threads.c     	    t = GC_lookup_thread(departed);
GC_lookup_thread  829 gc/solaris_threads.c     	t = GC_lookup_thread(target_thread);
GC_lookup_thread  845 gc/solaris_threads.c     	t = GC_lookup_thread(target_thread);
GC_lookup_thread  882 gc/solaris_threads.c         t = GC_lookup_thread(wait_for);
GC_lookup_thread  601 gc/win32_threads.c     while ((me = GC_lookup_thread(pthread_id)) == 0) Sleep(10);
GC_lookup_thread  732 gc/win32_threads.c     thread_gc_id = GC_lookup_thread(thread);