Home
last modified time | relevance | path

Searched defs:task (Results 1 – 10 of 10) sorted by relevance

/oneTBB/src/tbb/
H A Dwaiters.h78 static bool postpone_execution(d1::task&) { in postpone_execution()
149 static bool postpone_execution(d1::task&) { in postpone_execution()
H A Dthread_data.h39 class task; variable
H A Dprofiling.cpp194 void __TBB_EXPORTED_FUNC itt_task_begin(d1::itt_domain_enum domain, void* task, unsigned long long … in itt_task_begin()
H A Dscheduler_common.h358 inline void assert_task_valid(const d1::task*) {} in assert_task_valid()
/oneTBB/include/oneapi/tbb/
H A Dparallel_for_each.h173 auto task = alloc.new_object<feeder_task>(item, *this, alloc); in internal_add_copy_impl() local
190 auto task = alloc.new_object<feeder_task>(std::move(item), *this, alloc); in internal_add_move() local
H A Dprofiling.h172 inline void itt_task_begin( itt_domain_enum domain, void *task, unsigned long long task_extra, in itt_task_begin()
/oneTBB/include/oneapi/tbb/detail/
H A D_task.h42 class task; variable
H A D_flow_graph_impl.h217 void push_back(graph_task& task) { in push_back()
/oneTBB/test/tbb/
H A Dtest_broadcast_node.cpp34 using task = TBB_INTERNAL_NAMESPACE::graph_task; typedef
H A Dtest_task.cpp101 CountingTask<decltype(throw_body)> task(throw_body, wait); in test_cancellation_on_exception() local