GC_mach_threads_count  257 gc/darwin_stop_world.c static int GC_mach_threads_count;
GC_mach_threads_count  266 gc/darwin_stop_world.c   GC_mach_threads_count = 0;
GC_mach_threads_count  293 gc/darwin_stop_world.c       GC_mach_threads[GC_mach_threads_count].thread = thread;
GC_mach_threads_count  295 gc/darwin_stop_world.c       GC_mach_threads[GC_mach_threads_count].already_suspended = 0;
GC_mach_threads_count  312 gc/darwin_stop_world.c 	  GC_mach_threads[GC_mach_threads_count].already_suspended = TRUE;
GC_mach_threads_count  313 gc/darwin_stop_world.c     	  GC_mach_threads_count++;
GC_mach_threads_count  321 gc/darwin_stop_world.c 	GC_mach_threads[GC_mach_threads_count].already_suspended = info.suspend_count;
GC_mach_threads_count  335 gc/darwin_stop_world.c 	  GC_mach_threads[GC_mach_threads_count].already_suspended = TRUE;
GC_mach_threads_count  336 gc/darwin_stop_world.c     	  GC_mach_threads_count++;
GC_mach_threads_count  341 gc/darwin_stop_world.c     if (!found) GC_mach_threads_count++;
GC_mach_threads_count  441 gc/darwin_stop_world.c 	for(j = 0; j < GC_mach_threads_count; j++) {