Searched refs:timeBase (Results 1 – 2 of 2) sorted by relevance
110 constexpr int timeBase = 100; in thread_func_cpp() local113 if (idx % timeBase == 0) { in thread_func_cpp()134 constexpr int timeBase = 1000; in thread_func_cpp_hook() local156 if (idx % timeBase == 0) { in thread_func_cpp_hook()
70 long long timeBase = 10000; in user_thread() local71 if (current_times % timeBase == 0) { in user_thread()