GC_Thread_Rep      76 gc/aix_irix_threads.c typedef struct GC_Thread_Rep {
GC_Thread_Rep      77 gc/aix_irix_threads.c     struct GC_Thread_Rep * next;  /* More recently allocated threads	*/
GC_Thread_Rep     165 gc/aix_irix_threads.c     static struct GC_Thread_Rep first_thread;
GC_Thread_Rep     174 gc/aix_irix_threads.c         result = (struct GC_Thread_Rep *)
GC_Thread_Rep     175 gc/aix_irix_threads.c         	 GC_generic_malloc_inner(sizeof(struct GC_Thread_Rep), NORMAL);
GC_Thread_Rep      22 gc/include/private/pthread_support.h typedef struct GC_Thread_Rep {
GC_Thread_Rep      23 gc/include/private/pthread_support.h     struct GC_Thread_Rep * next;  /* More recently allocated threads	*/
GC_Thread_Rep      11 gc/include/private/solaris_threads.h   typedef struct GC_Thread_Rep {
GC_Thread_Rep      12 gc/include/private/solaris_threads.h     struct GC_Thread_Rep * next;
GC_Thread_Rep     554 gc/pthread_support.c static struct GC_Thread_Rep first_thread;
GC_Thread_Rep     568 gc/pthread_support.c         result = (struct GC_Thread_Rep *)
GC_Thread_Rep     569 gc/pthread_support.c         	 GC_INTERNAL_MALLOC(sizeof(struct GC_Thread_Rep), NORMAL);
GC_Thread_Rep     575 gc/solaris_threads.c     static struct GC_Thread_Rep first_thread;
GC_Thread_Rep     583 gc/solaris_threads.c         result = (struct GC_Thread_Rep *)
GC_Thread_Rep     584 gc/solaris_threads.c         	 GC_INTERNAL_MALLOC(sizeof(struct GC_Thread_Rep), NORMAL);