Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/openmp/runtime/src/
H A Dkmp_stats.h898 #define KMP_COUNT_VALUE(name, value) \ macro
980 #define KMP_COUNT_DEVELOPER_VALUE(n, v) KMP_COUNT_VALUE(n, v)
1000 #define KMP_COUNT_VALUE(n, v) ((void)0) macro
H A Dkmp_sched.cpp58 KMP_COUNT_VALUE(stat, t); \
294 KMP_COUNT_VALUE(OMP_loop_static_total_iterations, trip_count); in __kmp_for_static_init()
H A Dkmp_dispatch.cpp407 KMP_COUNT_VALUE(OMP_loop_dynamic_total_iterations, tc); in __kmp_dispatch_init_algorithm()
2173 KMP_COUNT_VALUE(OMP_loop_dynamic_iterations, t); \
H A Dkmp_runtime.cpp1951 KMP_COUNT_VALUE(OMP_PARALLEL_args, argc); in __kmp_fork_call()
2803 KMP_COUNT_VALUE(OMP_set_numthreads, new_nth); in __kmp_set_num_threads()