Home
last modified time | relevance | path

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

/dragonfly/contrib/binutils-2.27/gold/
H A Dgold.cc596 if (input_objects->number_of_input_objects() == 0 in queue_middle_tasks()
602 thread_count = std::max(2, input_objects->number_of_input_objects()); in queue_middle_tasks()
803 thread_count = std::max(2, input_objects->number_of_input_objects()); in queue_final_tasks()
H A Dobject.h2932 number_of_input_objects() const in number_of_input_objects() function
/dragonfly/contrib/binutils-2.34/gold/
H A Dgold.cc499 if (input_objects->number_of_input_objects() == 0 in queue_middle_tasks()
602 thread_count = std::max(2, input_objects->number_of_input_objects()); in queue_middle_tasks()
809 thread_count = std::max(2, input_objects->number_of_input_objects()); in queue_final_tasks()
H A Dobject.h2967 number_of_input_objects() const in number_of_input_objects() function