Searched refs:runtime (Results 1 – 20 of 20) sorted by relevance
20 flow::make_edge and flow::remove_edge. The runtime library uses node22 but those functions should not be called directly. The runtime library24 topology at runtime.
10 topology of your graph to the runtime library. Connecting two nodes in18 instead use explicit calls to try_put. This will prevent the runtime73 n1 runs its body and sends a message to n2. The runtime library does not
84 the runtime library spawns tasks to exploit the parallelism that is90 is legal to execute in parallel, but allows the runtime library to91 choose at runtime what will be executed in parallel.
45 be automatically passed to node ``m`` by the runtime library.
10 of concurrent invocations that the runtime library will allow. These are
73 runtime libraries. To ensure correctness, it must first recognize a
9 computations. At runtime, the library spawns and schedules tasks to
140 The runtime library will repeatedly invoke the function operator in
51 … communicate with an external activity managed by the user or another runtime. This node receiv…
62 flt runtime; in on_process() local72 runtime = timertime(start_timer, end_timer); in on_process()73 sprintf(buf, "%s: %.3f seconds", global_window_title, runtime); in on_process()
158 #pragma omp for nowait schedule(runtime) in parallel_thread()
25 REM vs2019 : Set to use with Microsoft Visual Studio 2019 runtime DLLs26 REM vs2022 : Set to use with Microsoft Visual Studio 2022 runtime DLLs27 REM all : Set to use oneTBB statically linked with Microsoft Visual C++ runtime28 REM if ^<vs^> is not set oneTBB dynamically linked with Microsoft Visual C++ runtime will be use…
6 |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…
32 COMPONENT runtime35 COMPONENT runtime
62 - `runtime` - oneTBB runtime package (core shared libraries and `.dll` files on Windows* OS).
25 # The NEW behavior for this policy is to not place MSVC runtime library flags in the default
363 …runtime libraries with the compiled program. The purpose of this Exception is to allow compilation…
66 Throws the ``bad_alloc`` exception if runtime fails to construct an instance of the class.
33 …n is safe, oneTBB first searches for a subset of replaced functions in the Visual C++* runtime DLLs
12 oversubscription because each runtime will use its own pool of threads. It might lead to a