Home
last modified time | relevance | path

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

/oneTBB/examples/common/utility/
H A Dutility.hpp419 struct thread_range_step { struct
420 step_function_ptr_type step_function;
421 double step_function_argument;
423 thread_range_step(step_function_ptr_type step_function_, double step_function_argument_) in thread_range_step() function
430 int operator()(int previous) const { in operator ()()