Home
last modified time | relevance | path

Searched refs:d0 (Results 1 – 25 of 30) sorted by relevance

12

/oneTBB/test/tbb/
H A Dtest_collaborative_call_once.cpp87 auto stored_pack = tbb::detail::d0::save_pack(std::forward<Args>(args)...); in call_once_in_parallel_for()
88 auto func = [&] { tbb::detail::d0::call(std::forward<Fn>(body), std::move(stored_pack)); }; in call_once_in_parallel_for()
108 auto stored_pack = tbb::detail::d0::save_pack(std::forward<Args>(args)...); in call_once_threads()
109 auto func = [&] { tbb::detail::d0::call(std::forward<Fn>(body), std::move(stored_pack)); }; in call_once_threads()
218 constexpr std::size_t N = tbb::detail::d0::max_nfs_size * 2;
221 constexpr std::size_t N = tbb::detail::d0::max_nfs_size + 64;
223 constexpr std::size_t N = tbb::detail::d0::max_nfs_size * 4;
292 constexpr std::size_t N = tbb::detail::d0::max_nfs_size * 2;
294 constexpr std::size_t N = tbb::detail::d0::max_nfs_size * 4;
H A Dtest_flow_graph_priorities.cpp74 tbb::detail::d0::yield(); in body_func()
752 tbb::detail::d0::yield(); in operator ()()
H A Dtest_task.cpp824 tbb::detail::d0::raii_guard<decltype(func)> guard1(func);
825 tbb::detail::d0::raii_guard<decltype(func)> guard2(std::move(guard1));
/oneTBB/include/oneapi/tbb/detail/
H A D_exception.h28 inline namespace d0 {
80 inline namespace d0 {
H A D_aligned_space.h25 inline namespace d0 {
H A D_mutex_common.h28 inline namespace d0 {
H A D_containers_helpers.h28 inline namespace d0 {
H A D_allocator_traits.h27 inline namespace d0 {
H A D_range_common.h29 inline namespace d0 {
H A D_hash_compare.h91 inline namespace d0 {
H A D_machine.h58 inline namespace d0 {
H A D_utils.h31 inline namespace d0 {
H A D_template_helpers.h32 inline namespace d0 {
/oneTBB/src/tbb/def/
H A Dwin64-tbb.def25 ?itt_make_task_group@r1@detail@tbb@@YAXW4itt_domain_enum@d1@23@PEAX_K12W4string_resource_index@d0@2…
26 ?itt_task_begin@r1@detail@tbb@@YAXW4itt_domain_enum@d1@23@PEAX_K12W4string_resource_index@d0@23@@Z
29 ?itt_metadata_str_add@r1@detail@tbb@@YAXW4itt_domain_enum@d1@23@PEAX_KW4string_resource_index@d0@23…
30 ?itt_relation_add@r1@detail@tbb@@YAXW4itt_domain_enum@d1@23@PEAX_KW4itt_relation@d0@23@12@Z
31 ?itt_region_begin@r1@detail@tbb@@YAXW4itt_domain_enum@d1@23@PEAX_K12W4string_resource_index@d0@23@@Z
33 ?itt_metadata_ptr_add@r1@detail@tbb@@YAXW4itt_domain_enum@d1@23@PEAX_KW4string_resource_index@d0@23…
50 ?throw_exception@r1@detail@tbb@@YAXW4exception_id@d0@23@@Z
H A Dwin32-tbb.def25 ?itt_make_task_group@r1@detail@tbb@@YAXW4itt_domain_enum@d1@23@PAX_K12W4string_resource_index@d0@23…
26 ?itt_task_begin@r1@detail@tbb@@YAXW4itt_domain_enum@d1@23@PAX_K12W4string_resource_index@d0@23@@Z
28 ?itt_metadata_str_add@r1@detail@tbb@@YAXW4itt_domain_enum@d1@23@PAX_KW4string_resource_index@d0@23@…
29 ?itt_relation_add@r1@detail@tbb@@YAXW4itt_domain_enum@d1@23@PAX_KW4itt_relation@d0@23@12@Z
30 ?itt_region_begin@r1@detail@tbb@@YAXW4itt_domain_enum@d1@23@PAX_K12W4string_resource_index@d0@23@@Z
33 ?itt_metadata_ptr_add@r1@detail@tbb@@YAXW4itt_domain_enum@d1@23@PAX_KW4string_resource_index@d0@23@…
50 ?throw_exception@r1@detail@tbb@@YAXW4exception_id@d0@23@@Z
/oneTBB/examples/parallel_for/tachyon/src/
H A Dtexture.cpp295 int d0, d1, d; in Noise() local
327 d0 = p10 - p00; in Noise()
329 p0 = (int)((int)d0 * oy) + p00; in Noise()
/oneTBB/integration/cmake/
H A Dgenerate_vars.cmake44 set(TBBROOT_REPLACEMENT "%~d0%~p0..")
/oneTBB/python/rml/
H A Dipc_server.cpp478 void yield() override {d0::yield();} in yield()
873 tbb::detail::d0::poison_pointer( my_thread_array ); in ~ipc_server()
877 tbb::detail::d0::poison_pointer( my_waker ); in ~ipc_server()
881 tbb::detail::d0::poison_pointer( my_stopper ); in ~ipc_server()
/oneTBB/integration/windows/env/
H A Dvars.bat31 set "TBB_SCRIPT_DIR=%~d0%~p0"
/oneTBB/include/oneapi/tbb/
H A Dprofiling.h27 inline namespace d0 {
H A Dparallel_sort.h33 inline namespace d0 {
H A Dparallel_scan.h55 namespace d0 {
/oneTBB/src/tbb/
H A Dprivate_server.cpp192 void yield() override { d0::yield(); } in yield()
H A Dscheduler_common.h284 d0::yield(); in pause()
H A Dconcurrent_monitor.h465 tbb::detail::d0::try_call( [&] { in guarded_call()

12