Lines Matching refs:topo
93 std::vector< boost::fibers::numa::node > topo = boost::fibers::numa::topology();
94 for ( auto n : topo) {
124 …td::uint32_t cpu_id, std::uint32_t node_id, std::vector< boost::fibers::numa::node > const& topo) {
126 …bers::use_scheduling_algorithm< boost::fibers::numa::algo::work_stealing >( cpu_id, node_id, topo);
131 std::vector< boost::fibers::numa::node > topo = boost::fibers::numa::topology();
133 auto node = topo[0];
138 for ( auto & node : topo) {
143 threads.emplace_back( thread, cpu_id, node.id, std::cref( topo) );
148 …use_scheduling_algorithm< boost::fibers::numa::algo::work_stealing >( start_cpu_id, node.id, topo);
318 std::vector< boost::fibers::numa::node > const& topo,
343 std::vector< boost::fibers::numa::node > const& topo,