Home
last modified time | relevance | path

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

/coreutils/src/
Dsort.c110 enum { SUBTHREAD_LINES_HEURISTIC = 128 * 1024 }; enumerator
111 static_assert (4 <= SUBTHREAD_LINES_HEURISTIC);
3739 if (nthreads > 1 && SUBTHREAD_LINES_HEURISTIC <= nlines in sortlines()