Home
last modified time | relevance | path

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

/dports/devel/hpx/hpx-1.2.1/hpx/runtime/threads/policies/
H A Dstatic_queue_scheduler.hpp68 virtual bool has_thread_stealing() const override { return false; } in has_thread_stealing() function in hpx::threads::policies::static_queue_scheduler
H A Dstatic_priority_queue_scheduler.hpp60 virtual bool has_thread_stealing() const override { return false; } in has_thread_stealing() function in hpx::threads::policies::static_priority_queue_scheduler
H A Dscheduler_base.hpp393 virtual bool has_thread_stealing() const { return false; } in has_thread_stealing() function
H A Dlocal_queue_scheduler.hpp152 virtual bool has_thread_stealing() const override { return true; } in has_thread_stealing() function in hpx::threads::policies::local_queue_scheduler
H A Dlocal_priority_queue_scheduler.hpp166 virtual bool has_thread_stealing() const override { return true; } in has_thread_stealing() function in hpx::threads::policies::local_priority_queue_scheduler
H A Dshared_priority_queue_scheduler.hpp89 virtual bool has_thread_stealing() const override { return true; } in has_thread_stealing() function in hpx::threads::policies::shared_priority_queue_scheduler
/dports/devel/hpx/hpx-1.2.1/hpx/runtime/threads/detail/
H A Dscheduled_thread_pool_impl.hpp1826 else if (!sched_->Scheduler::has_thread_stealing() && in suspend_processing_unit()
1864 if (!sched_->Scheduler::has_thread_stealing() && in suspend_processing_unit_cb()
/dports/devel/hpx/hpx-1.2.1/examples/resource_partitioner/
H A Dshared_priority_queue_scheduler.hpp217 virtual bool has_thread_stealing() const override { return true; } in has_thread_stealing() function in hpx::threads::policies::example::shared_priority_queue_scheduler