OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:singletonPool
(Results
1 - 5
of
5
) sorted by null
/libcore/jsr166-tests/src/test/java/jsr166/
ForkJoinTask8Test.java
51
// Runs with "mainPool" use > 1 thread.
singletonPool
tests use 1
59
private static ForkJoinPool
singletonPool
() {
386
testInvoke(
singletonPool
());
407
testQuietlyInvoke(
singletonPool
());
426
testForkJoin(
singletonPool
());
446
testForkGet(
singletonPool
());
466
testForkTimedGet(
singletonPool
());
486
testForkTimedGet(
singletonPool
());
508
testForkQuietlyJoin(
singletonPool
());
529
testForkHelpQuiesce(
singletonPool
());
[
all
...]
ForkJoinTaskTest.java
39
// Runs with "mainPool" use > 1 thread.
singletonPool
tests use 1
47
private static ForkJoinPool
singletonPool
() {
[
all
...]
CountedCompleterTest.java
37
// Runs with "mainPool" use > 1 thread.
singletonPool
tests use 1
45
private static ForkJoinPool
singletonPool
() {
[
all
...]
RecursiveActionTest.java
42
private static ForkJoinPool
singletonPool
() {
332
testInvokeOnPool(
singletonPool
(), a);
434
testInvokeOnPool(
singletonPool
(), a);
[
all
...]
RecursiveTaskTest.java
38
private static ForkJoinPool
singletonPool
() {
886
assertSame(NoResult, testInvokeOnPool(
singletonPool
(), a));
910
assertSame(NoResult, testInvokeOnPool(
singletonPool
(), a));
929
assertSame(NoResult, testInvokeOnPool(
singletonPool
(), a));
[
all
...]
Completed in 260 milliseconds