Home | History | Annotate | Download | only in Scripts

Lines Matching full:threaded

168 my $threaded = 0;
317 -t|--threaded Run a concurrent JavaScript thead with each test
362 'threaded|t' => \$threaded,
644 push @toolArgs, "--threaded" if $threaded;