Searched refs:get_id (Results 1 – 15 of 15) sorted by relevance
| /oneTBB/test/tbb/ |
| H A D | test_eh_algorithms.cpp | 389 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 D | test_resumable_tasks.cpp | 96 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 D | test_task.cpp | 400 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 D | test_eh_flow_graph.cpp | 359 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 D | test_continue_node.cpp | 258 : 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 D | test_async_node.cpp | 64 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 D | test_flow_graph_priorities.cpp | 438 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 D | exception_handling.h | 30 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 D | test_invoke.h | 82 IDType get_id() const { return id; } in get_id() function
|
| H A D | graph_utils.h | 693 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 D | conformance_function_node.cpp | 110 …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 D | conformance_sequencer_node.cpp | 175 …nvoke::SmartID<std::size_t>> seq1(g, &test_invoke::SmartID<std::size_t>::get_id); // Member functi…
|
| H A D | conformance_join_node.cpp | 314 …test_invoke_basic</*K = */std::size_t>(&test_invoke::SmartID<std::size_t>::get_id, &test_invoke::S…
|
| H A D | conformance_parallel_pipeline.cpp | 436 …test_pipeline_invoke_basic(&middle_filter_type::get_id, &output_filter_type::operate); // Pointer …
|
| /oneTBB/include/oneapi/tbb/ |
| H A D | enumerable_thread_specific.h | 73 return std::this_thread::get_id(); in current_key() 83 auto id = std::this_thread::get_id();
|