Home
last modified time | relevance | path

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

/dflybsd-src/contrib/binutils-2.27/gold/
H A Dworkqueue.cc205 Workqueue::should_cancel_thread(int thread_number) in should_cancel_thread() argument
207 return this->threader_->should_cancel_thread(thread_number); in should_cancel_thread()
250 Workqueue::find_runnable_or_wait(int thread_number) in find_runnable_or_wait() argument
267 if (this->should_cancel_thread(thread_number)) in find_runnable_or_wait()
270 gold_debug(DEBUG_TASK, "%3d sleeping", thread_number); in find_runnable_or_wait()
274 gold_debug(DEBUG_TASK, "%3d awake", thread_number); in find_runnable_or_wait()
289 Workqueue::find_and_run_task(int thread_number) in find_and_run_task() argument
298 t = this->find_runnable_or_wait(thread_number); in find_and_run_task()
312 gold_debug(DEBUG_TASK, "%3d running task %s", thread_number, in find_and_run_task()
328 thread_number, t->name().c_str(), in find_and_run_task()
[all …]
H A Dworkqueue-threads.cc47 Workqueue_thread(Workqueue_threader_threadpool*, int thread_number);
76 int thread_number) in Workqueue_thread() argument
77 : threadpool_(threadpool), thread_number_(thread_number) in Workqueue_thread()
177 Workqueue_threader_threadpool::should_cancel_thread(int thread_number) in should_cancel_thread() argument
185 if (thread_number > this->desired_thread_count_) in should_cancel_thread()
H A Dworkqueue-internal.h59 should_cancel_thread(int thread_number) = 0;
87 should_cancel_thread(int thread_number);
91 process(int thread_number) in process() argument
92 { this->get_workqueue()->process(thread_number); } in process()
H A Dworkqueue.h247 find_runnable_or_wait(int thread_number);
271 should_cancel_thread(int thread_number);
/dflybsd-src/contrib/binutils-2.34/gold/
H A Dworkqueue.cc205 Workqueue::should_cancel_thread(int thread_number) in should_cancel_thread() argument
207 return this->threader_->should_cancel_thread(thread_number); in should_cancel_thread()
250 Workqueue::find_runnable_or_wait(int thread_number) in find_runnable_or_wait() argument
267 if (this->should_cancel_thread(thread_number)) in find_runnable_or_wait()
270 gold_debug(DEBUG_TASK, "%3d sleeping", thread_number); in find_runnable_or_wait()
274 gold_debug(DEBUG_TASK, "%3d awake", thread_number); in find_runnable_or_wait()
289 Workqueue::find_and_run_task(int thread_number) in find_and_run_task() argument
298 t = this->find_runnable_or_wait(thread_number); in find_and_run_task()
312 gold_debug(DEBUG_TASK, "%3d running task %s", thread_number, in find_and_run_task()
328 thread_number, t->name().c_str(), in find_and_run_task()
[all …]
H A Dworkqueue-threads.cc47 Workqueue_thread(Workqueue_threader_threadpool*, int thread_number);
76 int thread_number) in Workqueue_thread() argument
77 : threadpool_(threadpool), thread_number_(thread_number) in Workqueue_thread()
177 Workqueue_threader_threadpool::should_cancel_thread(int thread_number) in should_cancel_thread() argument
185 if (thread_number > this->desired_thread_count_) in should_cancel_thread()
H A Dworkqueue-internal.h59 should_cancel_thread(int thread_number) = 0;
87 should_cancel_thread(int thread_number);
91 process(int thread_number) in process() argument
92 { this->get_workqueue()->process(thread_number); } in process()
H A Dworkqueue.h247 find_runnable_or_wait(int thread_number);
271 should_cancel_thread(int thread_number);