Home
last modified time | relevance | path

Searched defs:func (Results 1 – 16 of 16) sorted by relevance

/oneTBB/test/common/
H A Dparallel_reduce_common.h43 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 Dutils_dynamic_libs.h109 void GetAddress(utils::LIBRARY_HANDLE lib, const char *name, FunctionPointer& func) in GetAddress()
121 FunctionAddress func; in GetAddress() local
H A Dutils_report.h104 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 Dpool.py99 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 Dtest.py96 def check_timeout_exception(pool_object, func): argument
/oneTBB/examples/graph/fgbzip2/
H A Dbzlib.hpp129 #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 Dtest_parallel_invoke.cpp89 void func() { func_counter++; }; in func() function
H A Dtest_collaborative_call_once.cpp88 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 Dtest_limiter_node.cpp616 tbb::flow::function_node<TestLargeStruct> func( graph, tbb::flow::serial, variable
H A Dtest_eh_algorithms.cpp801 #define RunWithSimpleBody(func, body) \ argument
805 #define RunWithTemplatedBody(func, body) \ argument
H A Dtest_task.cpp819 auto func = [&count] { in __anon509d20bd2502() variable
/oneTBB/test/conformance/
H A Dconformance_collaborative_call_once.cpp74 auto func = [&flag] { flag++; }; in __anon8e61f74e0202() variable
/oneTBB/examples/graph/cholesky/
H A Dcholesky.cpp269 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 Dfibonacci.cpp438 value Measure(const char *name, MeasureFunc func, int n) { in Measure()
/oneTBB/include/oneapi/tbb/
H A Dtask_group.h660 F& func; variable
/oneTBB/src/tbbmalloc/
H A Dlarge_objects.cpp449 CacheBinFunctor<Props> func( this, extMemPool, bitMask, idx ); in ExecuteOperation() local