Home
last modified time | relevance | path

Searched refs:E (Results 1 – 13 of 13) sorted by relevance

/oneTBB/doc/main/tbb_userguide/
H A DDependence_Graph.rst41 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 DNon-Linear_Pipelines.rst31 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 DCancellation_and_Nested_Parallelism.rst73 b. Cancel tasks in A and, by downwards propagation, in E, F, and G.
/oneTBB/python/
H A DCMakeLists.txt21 …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 Dtest_all.cpp694 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 Dseismic.rc51 MENUITEM "E&xit", IDM_EXIT
71 "E", ID_FILE_ENABLEGUI, VIRTKEY, ALT, NOINVERT
/oneTBB/test/tbb/
H A Dtest_tbb_header.cpp134 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 DGeneral_References.rst10 - E. Gamma, R. Helm, R. Johnson, J. Vlissides. Design Patterns (1995)
/oneTBB/include/oneapi/tbb/
H A Dscalable_allocator.h202 template<typename E>
203 void throw_exception(const E &e) { in throw_exception()
/oneTBB/cmake/python/
H A Dtest_launcher.cmake31 ${CMAKE_COMMAND} -E env LD_LIBRARY_PATH=${TBB_BINARIES_PATH}
/oneTBB/test/common/
H A Dconcurrent_priority_queue_common.h234 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 DREADME.md4 *This example includes software developed by John E. Stone.*
/oneTBB/
H A Dthird-party-programs.txt96 Tachyon: Copyright (c) 1994-2008 John E. Stone. All rights reserved.