my_thread         235 gc/aix_irix_threads.c     pthread_t my_thread = pthread_self();
my_thread         244 gc/aix_irix_threads.c         if (p -> id != my_thread) {
my_thread         256 gc/aix_irix_threads.c     pthread_t my_thread = pthread_self();
my_thread         262 gc/aix_irix_threads.c         if (p -> id != my_thread) {
my_thread         274 gc/aix_irix_threads.c     pthread_t my_thread = pthread_self();
my_thread         283 gc/aix_irix_threads.c         if (p -> id != my_thread) {
my_thread         307 gc/aix_irix_threads.c         while (p -> id != my_thread && p -> stop != STOPPED) {
my_thread         272 gc/darwin_stop_world.c   mach_port_t my_thread = mach_thread_self();
my_thread         299 gc/darwin_stop_world.c     if (thread != my_thread &&
my_thread         352 gc/darwin_stop_world.c     mach_port_t my_thread = mach_thread_self();
my_thread         407 gc/darwin_stop_world.c       GC_printf1("World stopped from 0x%lx\n", my_thread);
my_thread         415 gc/darwin_stop_world.c   mach_port_t my_thread = mach_thread_self();
my_thread         438 gc/darwin_stop_world.c       if (thread != my_thread &&
my_thread         130 gc/pthread_stop_world.c     pthread_t my_thread = pthread_self();
my_thread         143 gc/pthread_stop_world.c     GC_printf1("Suspending 0x%lx\n", my_thread);
my_thread         146 gc/pthread_stop_world.c     me = GC_lookup_thread(my_thread);
my_thread         190 gc/pthread_stop_world.c     GC_printf1("Continuing 0x%lx\n", my_thread);
my_thread         196 gc/pthread_stop_world.c     pthread_t my_thread = pthread_self();
my_thread         206 gc/pthread_stop_world.c     me = GC_lookup_thread(my_thread);
my_thread         310 gc/pthread_stop_world.c     pthread_t my_thread = pthread_self();
my_thread         312 gc/pthread_stop_world.c     GC_stopping_thread = my_thread;    /* debugging only.      */
my_thread         316 gc/pthread_stop_world.c         if (p -> id != my_thread) {
my_thread         415 gc/pthread_stop_world.c     pthread_t my_thread = pthread_self();
my_thread         427 gc/pthread_stop_world.c         if (p -> id != my_thread) {