HomeSort by relevance Sort by last modified time
    Searched full:parallel_compiles (Results 1 - 1 of 1) sorted by null

  /external/chromium_org/third_party/cython/src/Cython/Build/
Cythonize.py 14 parallel_compiles = int(multiprocessing.cpu_count() * 1.5) variable
17 parallel_compiles = 0 variable
156 type=int, default=parallel_compiles,
158 parallel_compiles or 1))

Completed in 80 milliseconds