Home
last modified time | relevance | path

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

/oneTBB/include/oneapi/tbb/detail/
H A D_flow_graph_cache_impl.h96 predecessor_cache( successor_type* owner ) : my_owner( owner ) { in predecessor_cache() argument
154 reservable_predecessor_cache( successor_type* owner ) in reservable_predecessor_cache() argument
155 : predecessor_cache<T,M>(owner), reserved_src(nullptr) in reservable_predecessor_cache()
236 successor_cache( owner_type* owner ) : my_owner(owner) { in successor_cache() argument
289 successor_cache( sender<continue_msg>* owner ) : my_owner(owner) { in successor_cache() argument
341 broadcast_cache( typename base_type::owner_type* owner ): base_type(owner) { in broadcast_cache() argument
405 round_robin_cache( typename base_type::owner_type* owner ): base_type(owner) { in round_robin_cache() argument
H A D_flow_graph_body_impl.h354 threshold_regulator(T* owner) : my_node(owner) {
378 threshold_regulator(T* owner)
379 : continue_receiver( /*number_of_predecessors=*/0, no_priority ), my_node(owner)
/oneTBB/
H A DLICENSE.txt12 "Licensor" shall mean the copyright owner or entity authorized by
13 the copyright owner that is granting the License.
51 submitted to Licensor for inclusion in the Work by the copyright owner
53 the copyright owner. For the purposes of this definition, "submitted"
60 designated in writing by the copyright owner as "Not a Contribution."
189 Copyright [yyyy] [name of copyright owner]
/oneTBB/include/oneapi/tbb/
H A Dflow_graph.h3131 … graph& g, small_object_allocator& allocator, predecessor_type& owner, successor_type& succ) in register_predecessor_task()
3132 : graph_task(g, allocator), o(owner), s(succ) {}; in register_predecessor_task()