GC_markers        956 gc/mark.c      long GC_markers = 2;		/* Normally changed by thread-library-	*/
GC_markers       1119 gc/mark.c          if (GC_mark_no != my_mark_no || my_id >= GC_markers) {
GC_markers        453 gc/pthread_support.c extern long GC_markers;		/* Number of mark threads we would	*/
GC_markers        466 gc/pthread_support.c     if (GC_markers > MAX_MARKERS) {
GC_markers        468 gc/pthread_support.c 	GC_markers = MAX_MARKERS;
GC_markers        494 gc/pthread_support.c 	GC_printf1("Starting %ld marker threads\n", GC_markers - 1);
GC_markers        497 gc/pthread_support.c     for (i = 0; i < GC_markers - 1; ++i) {
GC_markers        676 gc/pthread_support.c       for (i = 0; i < GC_markers; ++i) {
GC_markers        807 gc/pthread_support.c         GC_markers = 1;
GC_markers        898 gc/pthread_support.c 	  GC_markers = 1;
GC_markers        905 gc/pthread_support.c 	      GC_markers = atoi(markers_string);
GC_markers        907 gc/pthread_support.c 	      GC_markers = GC_nprocs;
GC_markers        916 gc/pthread_support.c 		 "number of marker threads = %ld\n", GC_nprocs, GC_markers);
GC_markers        919 gc/pthread_support.c       if (GC_markers == 1) {