Searched refs:abortThreshold (Results 1 – 2 of 2) sorted by relevance
1271 float abortThreshold = -1.0f; in getAbortThreshold() local1315 abortThreshold = in getAbortThreshold()1320 if (abortThreshold < 0.0f) { in getAbortThreshold()1321 abortThreshold = -1.0f; // do not abort in getAbortThreshold()1327 abortThreshold); in getAbortThreshold()1329 return abortThreshold; in getAbortThreshold()
590 final int abortThreshold = SystemProperties.getInt(SYSPROP_FDTRACK_ABORT_THRESHOLD, 3000); in spawnFdLeakCheckThread() local614 } else if (maxFd > abortThreshold) { in spawnFdLeakCheckThread()