Searched refs:pooledActions (Results 1 – 1 of 1) sorted by relevance
176 final Runnable[] pooledActions = new Runnable[numThread]; in testMultiThread() local177 Arrays.fill(pooledActions, pooledAction); in testMultiThread()178 evaluateMultiThread(LAMBDA_FORM_POOLED, pooledActions); in testMultiThread()