| /oneTBB/test/common/ |
| H A D | parallel_reduce_common.h | 43 ResultType reduce_invoker(const Range& range, const Func& func, const Reduction& reduction, Partiti… in reduce_invoker() 48 ResultType reduce_invoker(const Range& range, const Func& func, const Reduction& reduction, utils_d… in reduce_invoker() 63 ResultType deterministic_reduce_invoker(const Range& range, const Func& func, in deterministic_reduce_invoker() 69 ResultType deterministic_reduce_invoker(const Range& range, const Func& func, in deterministic_reduce_invoker()
|
| H A D | utils_dynamic_libs.h | 109 void GetAddress(utils::LIBRARY_HANDLE lib, const char *name, FunctionPointer& func) in GetAddress() 121 FunctionAddress func; in GetAddress() local
|
| H A D | utils_report.h | 104 Tracer* set_trace_info( int flags, const char *file, std::size_t line, const char *func ) { in set_trace_info()
|
| /oneTBB/python/tbb/ |
| H A D | pool.py | 99 def apply(self, func, args=(), kwds=dict()): argument 104 def map(self, func, iterable, chunksize=None): argument 114 def imap(self, func, iterable, chunksize=1): argument 132 def imap_unordered(self, func, iterable, chunksize=1): argument 141 def apply_async(self, func, args=(), kwds=dict(), callback=None): argument 156 def map_async(self, func, iterable, chunksize=None, callback=None): argument 171 def imap_async(self, func, iterable, chunksize=None, callback=None): argument 187 def imap_unordered_async(self, func, iterable, chunksize=None, argument 233 def _create_sequences(self, func, iterable, chunksize, collector): argument 269 def __init__(self, func, args, kwds, apply_result): argument
|
| H A D | test.py | 96 def check_timeout_exception(pool_object, func): argument
|
| /oneTBB/examples/graph/fgbzip2/ |
| H A D | bzlib.hpp | 129 #define BZ_API(func) WINAPI func argument 133 #define BZ_API(func) (WINAPI * func) argument 137 #define BZ_API(func) func argument
|
| /oneTBB/test/tbb/ |
| H A D | test_parallel_invoke.cpp | 89 void func() { func_counter++; }; in func() function
|
| H A D | test_collaborative_call_once.cpp | 88 auto func = [&] { tbb::detail::d0::call(std::forward<Fn>(body), std::move(stored_pack)); }; in call_once_in_parallel_for() local 109 auto func = [&] { tbb::detail::d0::call(std::forward<Fn>(body), std::move(stored_pack)); }; in call_once_threads() local 185 auto func = [&ready, &value] (move_only_type other) { in __anon8532fc100502() variable
|
| H A D | test_limiter_node.cpp | 616 tbb::flow::function_node<TestLargeStruct> func( graph, tbb::flow::serial, variable
|
| H A D | test_eh_algorithms.cpp | 801 #define RunWithSimpleBody(func, body) \ argument 805 #define RunWithTemplatedBody(func, body) \ argument
|
| H A D | test_task.cpp | 819 auto func = [&count] { in __anon509d20bd2502() variable
|
| /oneTBB/test/conformance/ |
| H A D | conformance_collaborative_call_once.cpp | 74 auto func = [&flag] { flag++; }; in __anon8e61f74e0202() variable
|
| /oneTBB/examples/graph/cholesky/ |
| H A D | cholesky.cpp | 269 virtual void func(void *ptr, int n, int b) { in func() function in algorithm_crout 292 virtual void func(void *ptr, int n, int /* b */) { in func() function in algorithm_dpotrf 469 virtual void func(void *ptr, int n, int b) { in func() function in algorithm_join 545 virtual void func(void *ptr, int n, int b) { in func() function in algorithm_depend
|
| /oneTBB/examples/test_all/fibonacci/ |
| H A D | fibonacci.cpp | 438 value Measure(const char *name, MeasureFunc func, int n) { in Measure()
|
| /oneTBB/include/oneapi/tbb/ |
| H A D | task_group.h | 660 F& func; variable
|
| /oneTBB/src/tbbmalloc/ |
| H A D | large_objects.cpp | 449 CacheBinFunctor<Props> func( this, extMemPool, bitMask, idx ); in ExecuteOperation() local
|