Searched refs:lo_threads (Results 1 – 1 of 1) sorted by relevance
3402 size_t lo_threads = nthreads / 2; in init_node() local3403 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() local3734 size_t hi_threads = nthreads - lo_threads; in sortlines()3736 struct thread_args args = {lines, lo_threads, total_lines, in sortlines()