GC_mach_threads   256 gc/darwin_stop_world.c static struct GC_mach_thread GC_mach_threads[THREAD_TABLE_SZ];
GC_mach_threads   263 gc/darwin_stop_world.c     GC_mach_threads[i].thread = 0;
GC_mach_threads   264 gc/darwin_stop_world.c     GC_mach_threads[i].already_suspended = 0;
GC_mach_threads   293 gc/darwin_stop_world.c       GC_mach_threads[GC_mach_threads_count].thread = thread;
GC_mach_threads   295 gc/darwin_stop_world.c       GC_mach_threads[GC_mach_threads_count].already_suspended = 0;
GC_mach_threads   312 gc/darwin_stop_world.c 	  GC_mach_threads[GC_mach_threads_count].already_suspended = TRUE;
GC_mach_threads   321 gc/darwin_stop_world.c 	GC_mach_threads[GC_mach_threads_count].already_suspended = info.suspend_count;
GC_mach_threads   335 gc/darwin_stop_world.c 	  GC_mach_threads[GC_mach_threads_count].already_suspended = TRUE;
GC_mach_threads   442 gc/darwin_stop_world.c 	  if (thread == GC_mach_threads[j].thread) {
GC_mach_threads   443 gc/darwin_stop_world.c 	    if (GC_mach_threads[j].already_suspended) {