Searched refs:_func (Results 1 – 3 of 3) sorted by relevance
| /oneTBB/src/tbbmalloc_proxy/ |
| H A D | proxy.cpp | 619 const char *_func; member 731 …ReplaceFunctionWithStore( modules_to_replace[j].name, c_routines_to_replace[i]._func, c_routines_t… in doMallocReplacement() 755 …ace[j].name, "msvcr120.dll") == 0)) && (strcmp(cxx_routines_to_replace[i]._func, "??3@YAXPAX@Z") =… in doMallocReplacement() 758 …lace[j].name, "msvcr120.dll") == 0) && (strcmp(cxx_routines_to_replace[i]._func, "??_V@YAXPAX@Z") … in doMallocReplacement() 760 …ReplaceFunctionWithStore( modules_to_replace[j].name, cxx_routines_to_replace[i]._func, cxx_routin… in doMallocReplacement()
|
| /oneTBB/python/tbb/ |
| H A D | pool.py | 275 self._func = func 287 result = self._func(*self._args, **self._kwds)
|
| /oneTBB/include/oneapi/tbb/ |
| H A D | parallel_for.h | 189 parallel_for_body_wrapper( const Function& _func, Index& _begin, Index& _step ) in parallel_for_body_wrapper() argument 190 : my_func(_func), my_begin(_begin), my_step(_step) {} in parallel_for_body_wrapper()
|