Searched refs:regularActions (Results 1 – 1 of 1) sorted by relevance
166 final Runnable[] regularActions = new Runnable[numThread]; in testMultiThread() local167 Arrays.fill(regularActions, regularAction); in testMultiThread()168 evaluateMultiThread(LAMBDA_FORM_REGULAR, regularActions); in testMultiThread()