Home
last modified time | relevance | path

Searched defs:process_group (Results 1 – 15 of 15) sorted by relevance

/third_party/boost/boost/property_map/parallel/
Dlocal_property_map.hpp39 local_property_map(const ProcessGroup& process_group, in local_property_map()
53 ProcessGroup& process_group() { return process_group_; } in process_group() function in boost::local_property_map
54 const ProcessGroup& process_group() const { return process_group_; } in process_group() function in boost::local_property_map
Ddistributed_property_map.hpp381 process_group_type process_group() const in process_group() function in boost::parallel::distributed_property_map
423 ProcessGroup process_group; member
/third_party/boost/boost/graph/distributed/
Dqueue.hpp224 mutable ProcessGroup process_group; member in boost::graph::distributed::distributed_queue
262 make_distributed_queue(const ProcessGroup& process_group, in make_distributed_queue()
Dreverse_graph.hpp33 process_group(reverse_graph<Graph, GraphRef> const& g) { in process_group() function
Dlocal_subgraph.hpp126 process_group_type& process_group() in process_group() function in boost::local_subgraph
131 const process_group_type& process_group() const in process_group() function in boost::local_subgraph
Dfiltered_graph.hpp38 process_group(filtered_graph<Graph, EdgePredicate, VertexPredicate> const& g) { in process_group() function
Dnamed_graph.hpp257 process_group_type& process_group() { return process_group_; } in process_group() function in boost::graph::distributed::named_graph
258 const process_group_type& process_group() const { return process_group_; } in process_group() function in boost::graph::distributed::named_graph
Dvertex_list_adaptor.hpp162 process_group_type process_group() const in process_group() function in boost::graph::vertex_list_adaptor
Dcompressed_sparse_row_graph.hpp360 process_group_type process_group() const { return m_process_group.base(); } in process_group() function in boost::compressed_sparse_row_graph
545 process_group(const BOOST_DISTRIB_CSR_GRAPH_TYPE& g) in process_group() function
Dadjacency_list.hpp1683 process_group_type process_group() const { return process_group_.base(); } in process_group() function in boost::adjacency_list
3780 process_group(const PBGL_DISTRIB_ADJLIST_TYPE& g) in process_group() function
/third_party/boost/boost/graph/parallel/
Dcontainer_traits.hpp30 process_group(const T& x) in process_group() function
/third_party/boost/boost/graph/distributed/detail/
Dremote_update_set.hpp173 ProcessGroup process_group; member in boost::graph::detail::remote_update_set
253 ProcessGroup process_group; member in boost::graph::detail::remote_update_set
/third_party/boost/libs/graph_parallel/test/
Ddistributed_queue_test.cpp72 mpi_process_group process_group; in test_distributed_queue() local
/third_party/boost/boost/log/utility/ipc/
Dobject_name.hpp79 process_group //!< The name is limited to processes running in the current process group enumerator
/third_party/mesa3d/src/gallium/drivers/r600/sb/
Dsb_sched.cpp1066 void post_scheduler::process_group() { in process_group() function in r600_sb::post_scheduler