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

  /libcore/luni/src/test/java/tests/support/
Support_SQL.java 45 public static int sqlMaxTasks = 1;
112 sqlMaxTasks = Integer.parseInt(properties.getProperty("sqlMaxTasks"));
  /libcore/luni/src/test/java/tests/java/sql/
StressTest.java 161 int tasksPerConnection = Support_SQL.sqlMaxTasks / maxConnections;
162 Logger.global.info("TasksPerConnection = " + Support_SQL.sqlMaxTasks
195 int tasksPerConnection = Support_SQL.sqlMaxTasks / numConnections;
301 int tasksPerConnection = Support_SQL.sqlMaxTasks

Completed in 41 milliseconds