Searched refs:E (Results 1 – 13 of 13) sorted by relevance
| /oneTBB/doc/main/tbb_userguide/ |
| H A D | Dependence_Graph.rst | 41 Function B must complete before C and D start executing; and E must 44 B and E or C and F. 94 node_t E(g, [](msg_t){ e(); } ); 99 make_edge(A, E); 100 make_edge(E, D); 101 make_edge(E, F); 109 does not start until both B and E are finished. While a task is waiting
|
| H A D | Non-Linear_Pipelines.rst | 31 concurrently, and likewise filters D and E could process the token 43 filters A, B, D and E above may need to be modified in order to properly
|
| H A D | Cancellation_and_Nested_Parallelism.rst | 73 b. Cancel tasks in A and, by downwards propagation, in E, F, and G.
|
| /oneTBB/python/ |
| H A D | CMakeLists.txt | 21 …COMMAND ${CMAKE_COMMAND} -E copy_directory ${CMAKE_CURRENT_SOURCE_DIR}/tbb ${PYTHON_BUILD_WORK_DIR… 22 COMMAND ${CMAKE_COMMAND} -E copy ${CMAKE_CURRENT_SOURCE_DIR}/TBB.py ${PYTHON_BUILD_WORK_DIR} 23 COMMAND ${CMAKE_COMMAND} -E copy ${CMAKE_CURRENT_SOURCE_DIR}/setup.py ${PYTHON_BUILD_WORK_DIR}
|
| /oneTBB/examples/graph/logic_sim/ |
| H A D | test_all.cpp | 694 pulse E(g, 500, 4); // clock changes every 500ms; stops after 4 changes in main() local 699 make_edge(E.get_out(), input_port<1>(my_d_latch)); in main() 707 E.activate(); in main() 715 E.reset(); in main() 719 E.activate(); in main() 727 E.reset(); in main() 731 E.activate(); in main() 739 E.reset(); in main() 743 E.activate(); in main() 751 E.reset(); in main() [all …]
|
| /oneTBB/examples/parallel_for/seismic/gui/ |
| H A D | seismic.rc | 51 MENUITEM "E&xit", IDM_EXIT 71 "E", ID_FILE_ENABLEGUI, VIRTKEY, ALT, NOINVERT
|
| /oneTBB/test/tbb/ |
| H A D | test_tbb_header.cpp | 134 template <typename E> 135 void TestExceptionClassExports ( const E& exc, tbb::detail::exception_id eid ) { in TestExceptionClassExports() 145 catch ( E& e ) { in TestExceptionClassExports()
|
| /oneTBB/doc/main/tbb_userguide/design_patterns/ |
| H A D | General_References.rst | 10 - E. Gamma, R. Helm, R. Johnson, J. Vlissides. Design Patterns (1995)
|
| /oneTBB/include/oneapi/tbb/ |
| H A D | scalable_allocator.h | 202 template<typename E> 203 void throw_exception(const E &e) { in throw_exception()
|
| /oneTBB/cmake/python/ |
| H A D | test_launcher.cmake | 31 ${CMAKE_COMMAND} -E env LD_LIBRARY_PATH=${TBB_BINARIES_PATH}
|
| /oneTBB/test/common/ |
| H A D | concurrent_priority_queue_common.h | 234 template <typename Q, typename E> 235 void push_selector(Q& q, E e, std::size_t i) { in push_selector()
|
| /oneTBB/examples/parallel_for/tachyon/ |
| H A D | README.md | 4 *This example includes software developed by John E. Stone.*
|
| /oneTBB/ |
| H A D | third-party-programs.txt | 96 Tachyon: Copyright (c) 1994-2008 John E. Stone. All rights reserved.
|