my_pthread        515 gc/aix_irix_threads.c     pthread_t my_pthread;
my_pthread        519 gc/aix_irix_threads.c     my_pthread = pthread_self();
my_pthread        532 gc/aix_irix_threads.c     me = GC_new_thread(my_pthread);
my_pthread       1125 gc/pthread_support.c     pthread_t my_pthread;
my_pthread       1129 gc/pthread_support.c     my_pthread = pthread_self();
my_pthread       1131 gc/pthread_support.c         GC_printf1("Starting thread 0x%lx\n", my_pthread);
my_pthread       1137 gc/pthread_support.c     me = GC_new_thread(my_pthread);