Home
last modified time | relevance | path

Searched defs:MAX_POOL_SIZE (Results 1 – 4 of 4) sorted by relevance

/external/kotlinx.coroutines/kotlinx-coroutines-core/jvm/src/scheduling/
DTasks.kt40 internal val MAX_POOL_SIZE = systemProp( constant
/external/oboe/apps/OboeTester/app/src/main/java/com/mobileer/miditools/
DEventScheduler.java39 private static final int MAX_POOL_SIZE = 200; field in EventScheduler
/external/smali/dexlib2/src/main/java/org/jf/dexlib2/writer/
DDexWriter.java110 public static final int MAX_POOL_SIZE = (1 << 16); field in DexWriter
/external/python/cpython2/Lib/plat-irix5/
DFILE.py119 MAX_POOL_SIZE = 16384 variable