Home
last modified time | relevance | path

Searched refs:step_function_ptr_type (Results 1 – 1 of 1) sorted by relevance

/oneTBB/examples/common/utility/
H A Dutility.hpp394 typedef int (*step_function_ptr_type)(int, double); typedef
398 step_function_ptr_type function;
401 step_function_descriptor(char a_mnemonic, step_function_ptr_type a_function) in step_function_descriptor()
420 step_function_ptr_type step_function;
423 thread_range_step(step_function_ptr_type step_function_, double step_function_argument_) in thread_range_step()