Home
last modified time | relevance | path

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

/coreutils/src/
Dsort.c3402 size_t lo_threads = nthreads / 2; in init_node() local
3403 size_t hi_threads = nthreads - lo_threads; in init_node()
3405 node_pool = init_node (node, node_pool, lo, lo_threads, in init_node()
3733 size_t lo_threads = nthreads / 2; in sortlines() local
3734 size_t hi_threads = nthreads - lo_threads; in sortlines()
3736 struct thread_args args = {lines, lo_threads, total_lines, in sortlines()