Home
last modified time | relevance | path

Searched refs:m_func (Results 1 – 3 of 3) sorted by relevance

/oneTBB/test/common/
H A Dutils_report.h91 const char *m_func; variable
102 Tracer(): m_flags(0), m_file(nullptr), m_func(nullptr), m_line(0) {} in Tracer()
108 m_func = func; in set_trace_info()
117 snprintf (msg_fmt_buf, MAX_TRACE_SIZE, "[%s] %s", m_func, fmt); in trace()
/oneTBB/include/oneapi/tbb/
H A Dtask_group.h85 const F m_func; variable
90 task* res = task_ptr_or_nullptr(m_func); in execute()
102 m_func(std::forward<FF>(f)) {}
436 const F m_func; variable
452 task* res = d2::task_ptr_or_nullptr(m_func); in execute()
462 : m_func(f) in function_task()
467 : m_func(std::move(f)) in function_task()
474 const F& m_func; variable
481 task* res = d2::task_ptr_or_nullptr(m_func); in execute()
490 function_stack_task(const F& f, wait_context& wo) : m_func(f), m_wait_ctx(wo) {} in function_stack_task()
H A Dtask_arena.h211 const F m_func; variable
217 m_func(); in execute()
226 enqueue_task(const F& f, small_object_allocator& alloc) : m_allocator(alloc), m_func(f) {} in enqueue_task()
227 enqueue_task(F&& f, small_object_allocator& alloc) : m_allocator(alloc), m_func(std::move(f)) {} in enqueue_task()