| /oneTBB/test/tbb/ |
| H A D | test_tbb_fork.cpp | 114 tbb::task_scheduler_handle tsi{tbb::attach{}}; in operator ()() 139 tbb::task_scheduler_handle tsi = tbb::task_scheduler_handle{tbb::attach{}}; in operator ()() 152 tbb::task_scheduler_handle sch{tbb::attach{}}; in TestTasksInThread() 206 tbb::task_scheduler_handle schBlock = tbb::task_scheduler_handle{tbb::attach{}}; in TestNestingTSI() 209 schBlock1 = tbb::task_scheduler_handle{tbb::attach{}}; in TestNestingTSI() 221 tbb::task_scheduler_handle schBlock{tbb::attach{}}; in TestNestingTSI() 271 tbb::task_scheduler_handle sch{tbb::attach{}}; in main() 275 tbb::task_scheduler_handle sch{tbb::attach{}}; in main()
|
| H A D | test_global_control.cpp | 37 m_handle = tbb::task_scheduler_handle{tbb::attach{}}; in task_scheduler_handle_guard() 221 tbb::task_scheduler_handle handle = tbb::task_scheduler_handle{tbb::attach{}}; 259 auto h = tbb::task_scheduler_handle{ tbb::attach{} }; in __anon8f1bc23b0502()
|
| H A D | test_concurrent_monitor.cpp | 52 tbb::task_scheduler_handle handler{tbb::attach{}};
|
| H A D | test_task_arena.cpp | 625 tbb::task_arena arena{tbb::task_arena::attach()}; in operator ()() 634 tbb::task_arena arena2{tbb::task_arena::attach()}; in operator ()() 638 arena3.initialize(tbb::attach()); in operator ()() 649 tbb::task_arena arena2{tbb::task_arena::attach()}; in operator ()() 656 tbb::task_arena arena2{tbb::task_arena::attach()}; in operator ()() 978 tbb::task_arena arena{tbb::task_arena::attach()}; in TestEnqueue()
|
| H A D | test_task.cpp | 696 tbb::task_arena test_arena2(tbb::task_arena::attach{}); 831 tbb::task_scheduler_handle handle{ tbb::attach{} };
|
| H A D | test_scheduler_mix.cpp | 653 tbb::task_scheduler_handle handle{ tbb::attach{} };
|
| H A D | test_queue_node.cpp | 50 tbb::task_arena a(tbb::task_arena::attach{}); in spin_try_get()
|
| H A D | test_limiter_node.cpp | 623 tbb::task_scheduler_handle handle{ tbb::attach{} };
|
| H A D | test_eh_algorithms.cpp | 1573 tbb::task_scheduler_handle handle{ tbb::attach{} }; in TestWithDifferentFiltersAndConcurrency()
|
| /oneTBB/include/oneapi/tbb/ |
| H A D | task_arena.h | 89 TBB_EXPORT bool __TBB_EXPORTED_FUNC attach(d1::task_arena_base&); 291 struct attach {}; struct 294 explicit task_arena( attach ) in task_arena() argument 297 if (r1::attach(*this)) { in task_arena() 303 explicit task_arena(d1::attach) in task_arena() argument 304 : task_arena(attach{}) in task_arena() 345 void initialize(attach) { in initialize() argument 349 if ( !r1::attach(*this) ) { in initialize() 357 void initialize(d1::attach) { in initialize() argument 358 initialize(attach{}); in initialize() [all …]
|
| H A D | global_control.h | 117 task_scheduler_handle(attach) { in task_scheduler_handle() argument 192 using detail::d1::attach;
|
| H A D | collaborative_call_once.h | 41 task_arena m_arena{ task_arena::attach{} }; in alignas()
|
| /oneTBB/test/conformance/ |
| H A D | conformance_global_control.cpp | 266 tbb::task_scheduler_handle hdl1{ tbb::attach{} }; 271 hdl2 = tbb::task_scheduler_handle{ tbb::attach{} }; 288 tbb::task_scheduler_handle hndl{ tbb::attach{} }; 300 tbb::task_scheduler_handle handle1{ tbb::attach{} }; 316 tbb::task_scheduler_handle handle{ tbb::attach{} }; 330 handle = tbb::task_scheduler_handle{ tbb::attach{} }; in __anon3ebcafb90202() 343 tbb::task_scheduler_handle handle = tbb::task_scheduler_handle{ tbb::attach{} };
|
| H A D | conformance_task_arena.cpp | 51 oneapi::tbb::task_arena attached_arena{oneapi::tbb::task_arena::attach()}; in __anon3e0b77410202() 53 oneapi::tbb::task_arena attached_arena2{oneapi::tbb::attach()}; in __anon3e0b77410202()
|
| /oneTBB/include/oneapi/tbb/detail/ |
| H A D | _attach.h | 26 struct attach {}; struct
|
| H A D | _flow_graph_impl.h | 244 my_task_arena->initialize(task_arena::attach()); 248 my_task_arena = new task_arena(task_arena::attach());
|
| /oneTBB/src/tbb/ |
| H A D | arena.cpp | 502 static bool attach(d1::task_arena_base&); 515 bool __TBB_EXPORTED_FUNC attach(d1::task_arena_base& ta) { in attach() function 516 return task_arena_impl::attach(ta); in attach() 577 bool task_arena_impl::attach(d1::task_arena_base& ta) { in attach() function in tbb::detail::r1::task_arena_impl
|
| H A D | mailbox.h | 212 void attach( mail_outbox& putter ) { in attach() function
|
| H A D | thread_data.h | 210 my_inbox.attach(my_arena->mailbox(index)); in attach_arena()
|
| /oneTBB/doc/main/tbb_userguide/Migration_Guide/ |
| H A D | Task_Scheduler_Init.rst | 153 oneapi::tbb::task_scheduler_handle handle{tbb::attach{}};
|
| /oneTBB/src/tbb/def/ |
| H A D | win64-tbb.def | 98 ?attach@r1@detail@tbb@@YA_NAEAVtask_arena_base@d1@23@@Z
|
| H A D | win32-tbb.def | 93 ?attach@r1@detail@tbb@@YA_NAAVtask_arena_base@d1@23@@Z
|
| /oneTBB/doc/main/tbb_userguide/ |
| H A D | Flow_Graph_Reservation.rst | 75 make_edge(bn,input_port<0>(jn)); // attach a broadcast_node
|
| /oneTBB/ |
| H A D | LICENSE.txt | 180 To apply the Apache License to your work, attach the following
|
| H A D | third-party-programs.txt | 321 …To do so, attach the following notices to the program. It is safest to attach them to the start of…
|