GC_parallel        66 gc/alloc.c     int GC_parallel = FALSE;   /* By default, parallel GC is off.	*/
GC_parallel        73 gc/include/gc.h GC_API int GC_parallel;	/* GC is parallelized for performance on	*/
GC_parallel       319 gc/mark.c      		  if (GC_parallel) GC_mark_stack_too_small = TRUE;
GC_parallel       345 gc/mark.c      	        if (GC_parallel) {
GC_parallel       657 gc/mark.c      	    if (descr > SHARE_BYTES && GC_parallel
GC_parallel      1112 gc/mark.c          if (!GC_parallel) return;
GC_parallel       808 gc/pthread_support.c         GC_parallel = FALSE;
GC_parallel       920 gc/pthread_support.c 	GC_parallel = FALSE;
GC_parallel       927 gc/pthread_support.c 	GC_parallel = TRUE;
GC_parallel       932 gc/pthread_support.c         if (GC_parallel) start_mark_threads();