Home
last modified time | relevance | path

Searched refs:ref (Results 1 – 25 of 26) sorted by relevance

12

/oneTBB/doc/GSG/
H A Dget_started.rst15 #. Learn what :ref:`oneTBB is<intro>` and see the :ref:`System Requirements<system_requirements>`.
16 #. :ref:`Install oneTBB<installation>`.
17 #. Run your program using oneTBB following the :ref:`Next Steps <next_steps>`.
18 #. Learn how to :ref:`Integrate oneTBB into your project <integrate>` using CMake* and pkg-config t…
19 #. See :ref:`oneTBB Samples <samples>`.
/oneTBB/include/oneapi/tbb/detail/
H A D_pipeline_filters.h180 static void * cast_to_void_ptr(pointer ref) { return reinterpret_cast<void *>(ref); }
181 static pointer cast_from_void_ptr(void * ref) { return reinterpret_cast<pointer>(ref); }
195 static void * cast_to_void_ptr(pointer ref) { return reinterpret_cast<void *>(ref); }
196 static pointer cast_from_void_ptr(void * ref) { return reinterpret_cast<pointer>(ref); }
211 static void * cast_to_void_ptr(pointer ref) {
214 mymap.actual_value = ref;
217 static pointer cast_from_void_ptr(void * ref) {
219 mymap.void_overlay = ref;
/oneTBB/doc/
H A Dindex.rst9 * :ref:`Get_Started_Guide` gives you a brief explanation of what oneTBB is.
10 * :ref:`Benefits` describes how |short_name| differs from typical threading packages.
11 * :ref:`Package_Contents` describes dynamic library files and header files for Windows*, Linux*, an…
/oneTBB/doc/main/reference/
H A Dmake_node_set_function.rst40 :ref:`make_edges`
42 :ref:`follows_precedes`
H A Dconstructors_for_nodes.rst104 :ref:`follows_precedes`
/oneTBB/examples/migration/recursive_fibonacci/
H A Dtask_emulation_layer.h86 C* allocate_continuation(std::uint64_t ref, Args&&... args) { in allocate_continuation() argument
90 continuation->m_child_counter = ref; in allocate_continuation()
216 tg_pool[tbb::this_task_arena::current_thread_index()].run(std::ref(*f)); in run_task()
221 tg.run_and_wait(std::ref(*f)); in run_and_wait()
/oneTBB/doc/main/tbb_userguide/
H A DFlow_Graph_Single_Vs_Broadcast.rst109 Please see the :ref:`broadcast_or_send` section of
110 :ref:`Flow_Graph_Tips`, and :ref:`Flow_Graph_Buffering_in_Nodes` for more
H A Duse_graph_reset.rst10 in the code samples shown in :ref:`cancel_a_graph` the input 2 may be
H A DCancellation_Without_An_Exception.rst9 …tasks in its ``task_group_context``, which is explained in more detail in :ref:`Cancellation_and_N…
H A Ddestroy_graphs_outside_main_thread.rst12 not want to call a wait_for_all in the example from :ref:`always_use_wait_for_all`,
H A Dparallel_for_os.rst60 in :ref:`Advanced_Topic_Other_Kinds_of_Iteration_Spaces`.
118 *grainsize* is explained in the :ref:`Controlling_Chunking` section. The
H A DDebug_Versus_Release_Libraries.rst48 The :ref:`reference` section explains the default values in more detail.
H A DExceptions_and_Cancellation.rst18 also be cancelled as explained in :ref:`Cancellation_and_Nested_Parallelism`.
H A DControlling_Chunking_os.rst52 heuristic described in :ref:`Automatic_Chunking`. An
54 in Section :ref:`Bandwidth_and_Cache_Affinity`. Though these partitioners
H A Duse_input_node.rst32 For example, you can use the code in :ref:`Data_Flow_Graph`. In that implementation,
H A DData_Flow_Graph.rst194 information, see:ref:`create_token_based_system` .
/oneTBB/doc/index/
H A Duseful_topics.rst5 :ref:`Migration_Guide` describes how to migrate from TBB to oneTBB.
/oneTBB/src/tbb/
H A Dqueuing_rw_mutex.cpp68 T* & ref; member in tbb::detail::r1::tricky_atomic_pointer
69 tricky_atomic_pointer( T*& original ) : ref(original) {}; in tricky_atomic_pointer()
73 return reinterpret_cast<T*>( reinterpret_cast<word>(ref) & operand2 ); in operator &()
76 return reinterpret_cast<T*>( reinterpret_cast<word>(ref) | operand2 ); in operator |()
H A Dthreading_control.cpp285 …threading_control(unsigned public_ref, unsigned ref) : my_public_ref_count(public_ref), my_ref_cou… in threading_control() argument
H A Dthreading_control.h123 threading_control(unsigned public_ref, unsigned ref);
/oneTBB/.github/workflows/
H A Dci.yml84 if: ${{ github.ref == 'refs/heads/master' }}
91 ref: gh-pages
113 if: ${{ github.ref != 'refs/heads/master' }}
/oneTBB/test/tbb/
H A Dtest_parallel_sort.cpp90 void set(RefType& ref, ValueType new_value) { in set() argument
91 ref = static_cast<RefType>(new_value); in set()
/oneTBB/doc/main/reference/scalable_memory_pools/
H A Dmalloc_replacement_log.rst52 For more information about the replacement of dynamic memory allocation functions, see :ref:`Window…
/oneTBB/examples/graph/fgbzip2/
H A Dfgbzip2.cpp158 std::thread(&AsyncNodeActivity::readingLoop, this, std::ref(gateway)) in submitRead()
/oneTBB/doc/main/tbb_userguide/design_patterns/
H A DReduction.rst137 ``combinable``. The ``ParallelFindCollisions`` example in :ref:`Divide_and_Conquer`

12