Home
last modified time | relevance | path

Searched refs:get_id (Results 1 – 15 of 15) sorted by relevance

/oneTBB/test/tbb/
H A Dtest_eh_algorithms.cpp389 g_Master = std::this_thread::get_id();
410 g_Master = std::this_thread::get_id();
431 g_Master = std::this_thread::get_id();
452 g_Master = std::this_thread::get_id();
473 g_Master = std::this_thread::get_id();
685 g_Master = std::this_thread::get_id();
706 g_Master = std::this_thread::get_id();
727 g_Master = std::this_thread::get_id();
924 g_Master = std::this_thread::get_id(); in Test3_parallel_for_each()
974 g_Master = std::this_thread::get_id(); in Test4_parallel_for_each()
[all …]
H A Dtest_resumable_tasks.cpp96 CHECK(thread_id == std::this_thread::get_id()); in operator ()()
118 tbb::task::suspend(SuspendBody(m_asyncActivity, std::this_thread::get_id())); in operator ()()
125 tbb::task::suspend(SuspendBody(m_asyncActivity, std::this_thread::get_id())); in operator ()()
320 tbb::task::suspend(SuspendBody(asyncActivity, std::this_thread::get_id())); in TestCleanupMaster()
338 tbb::task::suspend(SuspendBody(asyncActivity, std::this_thread::get_id())); in operator ()()
352 tbb::task::suspend(SuspendBody(asyncActivity, std::this_thread::get_id())); in TestNativeThread()
395 auto thread_id = std::this_thread::get_id(); in TestObservers()
397 CHECK(thread_id == std::this_thread::get_id()); in TestObservers()
H A Dtest_task.cpp400 auto thread_id = std::this_thread::get_id(); in __anon509d20bd0b02()
402 CHECK(thread_id == std::this_thread::get_id()); in __anon509d20bd0b02()
491 auto thread_id = std::this_thread::get_id(); in __anon509d20bd0e02()
493 CHECK(thread_id == std::this_thread::get_id()); in __anon509d20bd0e02()
546 auto thread_id = std::this_thread::get_id(); in __anon509d20bd1102()
548 CHECK(thread_id == std::this_thread::get_id()); in __anon509d20bd1102()
641 auto thread_id = std::this_thread::get_id(); in __anon509d20bd1a02()
643 CHECK(thread_id == std::this_thread::get_id()); in __anon509d20bd1a02()
H A Dtest_eh_flow_graph.cpp359 g_Master = std::this_thread::get_id(); in run_one_input_node_test()
500 g_Master = std::this_thread::get_id(); in run_one_functype_node_test()
805 g_Master = std::this_thread::get_id(); in run_one_continue_node_test()
925 g_Master = std::this_thread::get_id(); in run_one_buffer_node_test()
1059 g_Master = std::this_thread::get_id(); in run_one_sequencer_node_test()
1179 g_Master = std::this_thread::get_id(); in run_one_priority_queue_node_test()
1322 g_Master = std::this_thread::get_id(); in execute_test()
1432 g_Master = std::this_thread::get_id(); in execute_test()
1566 g_Master = std::this_thread::get_id(); in run_one_limiter_node_test()
1689 g_Master = std::this_thread::get_id(); in run_one_split_node_test()
[all …]
H A Dtest_continue_node.cpp258 : my_thread_id(std::this_thread::get_id()), my_count(count) in lightweight_policy_body()
268 std::thread::id body_thread_id = std::this_thread::get_id(); in operator ()()
H A Dtest_async_node.cpp64 place_wrapper( int v = 0 ) : value(v), thread_id(std::this_thread::get_id()) {} in place_wrapper()
524 if (std::this_thread::get_id() == my_main_tid) { in operator ()()
552 g, tbb::flow::unlimited, end_body_type(std::this_thread::get_id(), spin_barrier) in run()
H A Dtest_flow_graph_priorities.cpp438 do_nested_work<work_type>( /*tid=*/std::this_thread::get_id(), subrange ); in operator ()()
475 exec_tracker.prioritized_work_submitter = std::this_thread::get_id(); in do_node_work()
/oneTBB/test/common/
H A Dexception_handling.h30 std::thread::id g_Master = std::this_thread::get_id();
130 bool inMaster = (std::this_thread::get_id() == g_Master); in ThrowTestException()
169 if(g_Master == std::this_thread::get_id()) g_MasterExecuted = true; \
259 return std::this_thread::get_id() == g_Master; in IsMaster()
H A Dtest_invoke.h82 IDType get_id() const { return id; } in get_id() function
H A Dgraph_utils.h693 std::thread::id this_id = std::this_thread::get_id();
715 std::thread::id body_thread_id = std::this_thread::get_id();
745 std::thread::id this_id = std::this_thread::get_id();
/oneTBB/test/conformance/
H A Dconformance_function_node.cpp110 …t_fn_invoke_basic<input_type, output_type, std::size_t>(&input_type::get_id, &output_type::get_id); in test_fn_invoke()
H A Dconformance_sequencer_node.cpp175 …nvoke::SmartID<std::size_t>> seq1(g, &test_invoke::SmartID<std::size_t>::get_id); // Member functi…
H A Dconformance_join_node.cpp314 …test_invoke_basic</*K = */std::size_t>(&test_invoke::SmartID<std::size_t>::get_id, &test_invoke::S…
H A Dconformance_parallel_pipeline.cpp436 …test_pipeline_invoke_basic(&middle_filter_type::get_id, &output_filter_type::operate); // Pointer …
/oneTBB/include/oneapi/tbb/
H A Denumerable_thread_specific.h73 return std::this_thread::get_id(); in current_key()
83 auto id = std::this_thread::get_id();