GC_fl_builder_count  370 gc/darwin_stop_world.c       GC_ASSERT(GC_fl_builder_count == 0);
GC_fl_builder_count 1927 gc/include/private/gc_priv.h      extern word GC_fl_builder_count;	/* Protected by mark lock.	*/
GC_fl_builder_count  411 gc/mallocx.c   		++ GC_fl_builder_count;
GC_fl_builder_count  440 gc/mallocx.c   		-- GC_fl_builder_count;
GC_fl_builder_count  441 gc/mallocx.c   		if (GC_fl_builder_count == 0) GC_notify_all_builder();
GC_fl_builder_count  452 gc/mallocx.c   	      -- GC_fl_builder_count;
GC_fl_builder_count  453 gc/mallocx.c   	      if (GC_fl_builder_count == 0) GC_notify_all_builder();
GC_fl_builder_count  490 gc/mallocx.c   	    ++ GC_fl_builder_count;
GC_fl_builder_count  500 gc/mallocx.c   	    -- GC_fl_builder_count;
GC_fl_builder_count  501 gc/mallocx.c   	    if (GC_fl_builder_count == 0) GC_notify_all_builder();
GC_fl_builder_count  359 gc/pthread_stop_world.c       GC_ASSERT(GC_fl_builder_count == 0);
GC_fl_builder_count 1552 gc/pthread_support.c     while (GC_fl_builder_count > 0) {
GC_fl_builder_count   24 gc/reclaim.c     word GC_fl_builder_count = 0;
GC_fl_builder_count  931 gc/reclaim.c         GC_ASSERT(0 == GC_fl_builder_count);
GC_fl_builder_count  977 gc/reclaim.c       GC_ASSERT(0 == GC_fl_builder_count);