Home
last modified time | relevance | path

Searched refs:runtime (Results 1 – 20 of 20) sorted by relevance

/oneTBB/doc/main/tbb_userguide/
H A Duse_make_edge.rst20 flow::make_edge and flow::remove_edge. The runtime library uses node
22 but those functions should not be called directly. The runtime library
24 topology at runtime.
H A Dcommunicate_with_nodes.rst10 topology of your graph to the runtime library. Connecting two nodes in
18 instead use explicit calls to try_put. This will prevent the runtime
73 n1 runs its body and sends a message to n2. The runtime library does not
H A DParallelizing_Flow_Graph.rst84 the runtime library spawns tasks to exploit the parallelism that is
90 is legal to execute in parallel, but allows the runtime library to
91 choose at runtime what will be executed in parallel.
H A DEdges.rst45 be automatically passed to node ``m`` by the runtime library.
H A Davoiding_data_races.rst10 of concurrent invocations that the runtime library will allow. These are
H A DWindows_C_Dynamic_Memory_Interface_Replacement.rst73 runtime libraries. To ensure correctness, it must first recognize a
H A DDependence_Graph.rst9 computations. At runtime, the library spawns and schedules tasks to
H A DData_Flow_Graph.rst140 The runtime library will repeatedly invoke the function operator in
H A DPredefined_Node_Types.rst51 … communicate with an external activity managed by the user or another runtime. This node receiv…
/oneTBB/examples/parallel_for/tachyon/src/
H A Dtachyon_video.cpp62 flt runtime; in on_process() local
72 runtime = timertime(start_timer, end_timer); in on_process()
73 sprintf(buf, "%s: %.3f seconds", global_window_title, runtime); in on_process()
H A Dtrace.omp.cpp158 #pragma omp for nowait schedule(runtime) in parallel_thread()
/oneTBB/integration/windows/env/
H A Dvars.bat25 REM vs2019 : Set to use with Microsoft Visual Studio 2019 runtime DLLs
26 REM vs2022 : Set to use with Microsoft Visual Studio 2022 runtime DLLs
27 REM all : Set to use oneTBB statically linked with Microsoft Visual C++ runtime
28 REM if ^<vs^> is not set oneTBB dynamically linked with Microsoft Visual C++ runtime will be use…
/oneTBB/doc/GSG/
H A Dintro.rst6 |full_name| is a runtime-based parallel programming model for C++ code that uses threads.
7 The template-based runtime library can help you harness the latent performance of multi-core proces…
/oneTBB/cmake/
H A Dutils.cmake32 COMPONENT runtime
35 COMPONENT runtime
/oneTBB/
H A DINSTALL.md62 - `runtime` - oneTBB runtime package (core shared libraries and `.dll` files on Windows* OS).
H A DCMakeLists.txt25 # The NEW behavior for this policy is to not place MSVC runtime library flags in the default
H A Dthird-party-programs.txt363runtime libraries with the compiled program. The purpose of this Exception is to allow compilation…
/oneTBB/doc/main/reference/scalable_memory_pools/
H A Dmemory_pool_cls.rst66 Throws the ``bad_alloc`` exception if runtime fails to construct an instance of the class.
H A Dmalloc_replacement_log.rst33 …n is safe, oneTBB first searches for a subset of replaced functions in the Visual C++* runtime DLLs
/oneTBB/doc/main/tbb_userguide/Migration_Guide/
H A DMixing_Two_Runtimes.rst12 oversubscription because each runtime will use its own pool of threads. It might lead to a