HomeSort by relevance Sort by last modified time
    Searched refs:mainPool (Results 1 - 7 of 7) sorted by null

  /hardware/intel/img/hwcomposer/merrifield/ips/common/
WsbmWrapper.c 27 struct _WsbmBufferPool * mainPool = NULL;
97 if (mainPool) {
98 wsbmPoolTakeDown(mainPool);
99 mainPool = NULL;
140 mainPool = wsbmTTMPoolInit(drmFD, arg.rep.driver_ioctl_offset);
141 if(!mainPool) {
147 VTRACE("Wsbm initialization succeeded. mainPool %p", mainPool);
169 VTRACE("mainPool %p", mainPool);
    [all...]
  /hardware/intel/img/hwcomposer/moorefield_hdmi/ips/common/
WsbmWrapper.c 28 struct _WsbmBufferPool * mainPool = NULL;
98 if (mainPool) {
99 wsbmPoolTakeDown(mainPool);
100 mainPool = NULL;
142 mainPool = wsbmTTMPoolInit(drmFD, arg.rep.driver_ioctl_offset);
143 if(!mainPool) {
149 VLOGTRACE("Wsbm initialization succeeded. mainPool %p", mainPool);
170 VLOGTRACE("mainPool %p", mainPool);
    [all...]
  /libcore/jsr166-tests/src/test/java/jsr166/
RecursiveActionTest.java 38 private static ForkJoinPool mainPool() {
224 testInvokeOnPool(mainPool(), a);
240 testInvokeOnPool(mainPool(), a);
255 testInvokeOnPool(mainPool(), a);
330 testInvokeOnPool(mainPool(), a);
429 testInvokeOnPool(mainPool(), a);
450 testInvokeOnPool(mainPool(), a);
465 testInvokeOnPool(mainPool(), a);
481 testInvokeOnPool(mainPool(), a);
496 testInvokeOnPool(mainPool(), a)
    [all...]
RecursiveTaskTest.java 34 private static ForkJoinPool mainPool() {
242 assertEquals(21, (int) testInvokeOnPool(mainPool(), a));
258 assertSame(NoResult, testInvokeOnPool(mainPool(), a));
274 assertEquals(21, (int) testInvokeOnPool(mainPool(), a));
290 assertEquals(21, (int) testInvokeOnPool(mainPool(), a));
306 assertEquals(21, (int) testInvokeOnPool(mainPool(), a));
323 assertEquals(21, (int) testInvokeOnPool(mainPool(), a));
342 assertSame(NoResult, testInvokeOnPool(mainPool(), a));
360 assertSame(NoResult, testInvokeOnPool(mainPool(), a));
375 assertSame(NoResult, testInvokeOnPool(mainPool(), a))
    [all...]
ForkJoinTaskTest.java 39 // Runs with "mainPool" use > 1 thread. singletonPool tests use 1
43 private static ForkJoinPool mainPool() {
401 testInvokeOnPool(mainPool(), a);
417 testInvokeOnPool(mainPool(), a);
432 testInvokeOnPool(mainPool(), a);
447 testInvokeOnPool(mainPool(), a);
462 testInvokeOnPool(mainPool(), a);
478 testInvokeOnPool(mainPool(), a);
493 testInvokeOnPool(mainPool(), a);
510 testInvokeOnPool(mainPool(), a)
    [all...]
ForkJoinTask8Test.java 51 // Runs with "mainPool" use > 1 thread. singletonPool tests use 1
55 private static ForkJoinPool mainPool() {
383 testInvoke(mainPool());
404 testQuietlyInvoke(mainPool());
423 testForkJoin(mainPool());
443 testForkGet(mainPool());
463 testForkTimedGet(mainPool());
483 testForkTimedGetNullTimeUnit(mainPool());
505 testForkQuietlyJoin(mainPool());
526 testForkHelpQuiesce(mainPool());
    [all...]
CountedCompleterTest.java 37 // Runs with "mainPool" use > 1 thread. singletonPool tests use 1
41 private static ForkJoinPool mainPool() {
636 testInvokeOnPool(mainPool(), a);
652 testInvokeOnPool(mainPool(), a);
667 testInvokeOnPool(mainPool(), a);
682 testInvokeOnPool(mainPool(), a);
697 testInvokeOnPool(mainPool(), a);
713 testInvokeOnPool(mainPool(), a);
728 testInvokeOnPool(mainPool(), a);
745 testInvokeOnPool(mainPool(), a)
    [all...]

Completed in 552 milliseconds