Intel(R) Threading Building Blocks Doxygen Documentation  version 4.2.3
internal::emit_element< 1 > Struct Template Reference

#include <_flow_graph_node_impl.h>

Collaboration diagram for internal::emit_element< 1 >:

Static Public Member Functions

template<typename T , typename P >
static taskemit_this (graph &g, const T &t, P &p)
 

Detailed Description

template<>
struct internal::emit_element< 1 >

Definition at line 671 of file _flow_graph_node_impl.h.

Member Function Documentation

◆ emit_this()

template<typename T , typename P >
static task* internal::emit_element< 1 >::emit_this ( graph &  g,
const T &  t,
P &  p 
)
inlinestatic

Definition at line 673 of file _flow_graph_node_impl.h.

673  {
674  task* last_task = tbb::flow::get<0>(p).try_put_task(tbb::flow::get<0>(t));
675  check_task_and_spawn(g, last_task);
676  return SUCCESSFULLY_ENQUEUED;
677  }
static tbb::task *const SUCCESSFULLY_ENQUEUED
void const char const char int ITT_FORMAT __itt_group_sync p
void check_task_and_spawn(graph &g, task *t)
void const char const char int ITT_FORMAT __itt_group_sync x void const char ITT_FORMAT __itt_group_sync s void ITT_FORMAT __itt_group_sync p void ITT_FORMAT p void ITT_FORMAT p no args __itt_suppress_mode_t unsigned int void size_t ITT_FORMAT d void ITT_FORMAT p void ITT_FORMAT p __itt_model_site __itt_model_site_instance ITT_FORMAT p __itt_model_task * task

References check_task_and_spawn(), p, tbb::flow::internal::SUCCESSFULLY_ENQUEUED, and task.

Here is the call graph for this function:

The documentation for this struct was generated from the following file:

Copyright © 2005-2019 Intel Corporation. All Rights Reserved.

Intel, Pentium, Intel Xeon, Itanium, Intel XScale and VTune are registered trademarks or trademarks of Intel Corporation or its subsidiaries in the United States and other countries.

* Other names and brands may be claimed as the property of others.