Searched defs:task (Results 1 – 10 of 10) sorted by relevance
| /oneTBB/src/tbb/ |
| H A D | waiters.h | 78 static bool postpone_execution(d1::task&) { in postpone_execution() 149 static bool postpone_execution(d1::task&) { in postpone_execution()
|
| H A D | thread_data.h | 39 class task; variable
|
| H A D | profiling.cpp | 194 void __TBB_EXPORTED_FUNC itt_task_begin(d1::itt_domain_enum domain, void* task, unsigned long long … in itt_task_begin()
|
| H A D | scheduler_common.h | 358 inline void assert_task_valid(const d1::task*) {} in assert_task_valid()
|
| /oneTBB/include/oneapi/tbb/ |
| H A D | parallel_for_each.h | 173 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 D | profiling.h | 172 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.h | 42 class task; variable
|
| H A D | _flow_graph_impl.h | 217 void push_back(graph_task& task) { in push_back()
|
| /oneTBB/test/tbb/ |
| H A D | test_broadcast_node.cpp | 34 using task = TBB_INTERNAL_NAMESPACE::graph_task; typedef
|
| H A D | test_task.cpp | 101 CountingTask<decltype(throw_body)> task(throw_body, wait); in test_cancellation_on_exception() local
|