Home
last modified time | relevance | path

Searched refs:DEFAULT_MAX_THREADS (Results 1 – 1 of 1) sorted by relevance

/coreutils/src/
Dsort.c115 enum { DEFAULT_MAX_THREADS = 8 }; enumerator
4833 nthreads = MIN (np, DEFAULT_MAX_THREADS); in main()