Home
last modified time | relevance | path

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

/external/llvm-project/openmp/runtime/src/
Dkmp_debug.h105 #define K_DIAG(d, x) \ macro
163 #define K_DIAG(d, x) \ macro
Dkmp_settings.cpp610 K_DIAG(1, ("__kmp_max_nth == %d\n", __kmp_max_nth)); in __kmp_stg_parse_device_thread_limit()
624 K_DIAG(1, ("__kmp_cg_max_nth == %d\n", __kmp_cg_max_nth)); in __kmp_stg_parse_thread_limit()
692 K_DIAG(1, ("__kmp_env_blocktime == %d\n", __kmp_env_blocktime)); in __kmp_stg_parse_blocktime()
694 K_DIAG(1, ("__kmp_dflt_blocktime == %d\n", __kmp_dflt_blocktime)); in __kmp_stg_parse_blocktime()
1163 K_DIAG(1, ("__kmp_dflt_team_nth == %d\n", __kmp_dflt_team_nth)); in __kmp_stg_parse_num_threads()
1455 K_DIAG(1, ("__kmp_debug_buf = %d\n", __kmp_debug_buf)); in __kmp_stg_parse_debug_buf()
1560 K_DIAG(1, ("%s == %d,%d\n", __kmp_barrier_branch_bit_env_name[i], in __kmp_stg_parse_barrier_branch_bit()
1682 K_DIAG(1, ("__kmp_cpuinfo_file == %s\n", __kmp_cpuinfo_file)); in __kmp_stg_parse_cpuinfo_file()
1734 K_DIAG(1, ("__kmp_force_reduction_method == %d\n", in __kmp_stg_parse_force_reduction()
3779 K_DIAG(1, ("__kmp_static == %d\n", __kmp_static)) in __kmp_stg_parse_omp_schedule()
[all …]
Dkmp_version.cpp184 K_DIAG(1, ("KMP_VERSION is true\n")); in __kmp_print_version_1()