Home
last modified time | relevance | path

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

/oneTBB/examples/parallel_for/tachyon/src/
H A Dui.cpp57 static void (*rt_static_ui_progress)(int) = nullptr; variable
67 rt_static_ui_progress = func; in set_rt_ui_progress()
83 if (rt_static_ui_progress != nullptr) in rt_ui_progress()
84 rt_static_ui_progress(percent); in rt_ui_progress()