Home | History | Annotate | Download | only in runtime

Lines Matching refs:parallel_gc_threads_

190   parallel_gc_threads_ = sysconf(_SC_NPROCESSORS_CONF) - 1;
374 if (!ParseUnsignedInteger(option, '=', &parallel_gc_threads_)) {