Lines Matching refs:d1

38 namespace d1 {
86 TBB_EXPORT void __TBB_EXPORTED_FUNC observe(d1::task_scheduler_observer&, bool);
87 TBB_EXPORT void __TBB_EXPORTED_FUNC initialize(d1::task_arena_base&);
88 TBB_EXPORT void __TBB_EXPORTED_FUNC terminate(d1::task_arena_base&);
89 TBB_EXPORT bool __TBB_EXPORTED_FUNC attach(d1::task_arena_base&);
90 TBB_EXPORT void __TBB_EXPORTED_FUNC execute(d1::task_arena_base&, d1::delegate_base&);
91 TBB_EXPORT void __TBB_EXPORTED_FUNC wait(d1::task_arena_base&);
92 TBB_EXPORT int __TBB_EXPORTED_FUNC max_concurrency(const d1::task_arena_base*);
93 TBB_EXPORT void __TBB_EXPORTED_FUNC isolate_within_arena(d1::delegate_base& d, std::intptr_t);
95 TBB_EXPORT void __TBB_EXPORTED_FUNC enqueue(d1::task&, d1::task_arena_base*);
96 TBB_EXPORT void __TBB_EXPORTED_FUNC enqueue(d1::task&, d1::task_group_context&, d1::task_arena_base…
97 TBB_EXPORT void __TBB_EXPORTED_FUNC submit(d1::task&, d1::task_group_context&, arena*, std::uintptr…
101 inline void enqueue_impl(task_handle&& th, d1::task_arena_base* ta) { in enqueue_impl()
111 namespace d1 {
118 friend void r1::observe(d1::task_scheduler_observer&, bool);
126 using constraints = tbb::detail::d1::constraints;
303 explicit task_arena(d1::attach) in task_arena()
357 void initialize(d1::attach) { in initialize()
481 using detail::d1::task_arena;
482 using detail::d1::attach;
485 using detail::d1::is_inside_task;
489 using detail::d1::current_thread_index;
490 using detail::d1::max_concurrency;
491 using detail::d1::isolate;
493 using detail::d1::enqueue;