Searched refs:__kmp_stg_print_str (Results 1 – 1 of 1) sorted by relevance
/freebsd/contrib/llvm-project/openmp/runtime/src/ |
H A D | kmp_settings.cpp | 548 static void __kmp_stg_print_str(kmp_str_buf_t *buffer, char const *name, in __kmp_stg_print_str() function 903 __kmp_stg_print_str(buffer, name, value); in __kmp_stg_print_wait_policy() 1938 __kmp_stg_print_str(buffer, name, "critical"); in __kmp_stg_print_force_reduction() 1940 __kmp_stg_print_str(buffer, name, "atomic"); in __kmp_stg_print_force_reduction() 1942 __kmp_stg_print_str(buffer, name, "tree"); in __kmp_stg_print_force_reduction() 1976 __kmp_stg_print_str(buffer, name, "verbose"); in __kmp_stg_print_storage_map() 3424 __kmp_stg_print_str(buffer, name, value); in __kmp_stg_print_topology_method() 3467 __kmp_stg_print_str(buffer, name, value); in __kmp_stg_print_teams_proc_bind() 4018 __kmp_stg_print_str(buffer, name, "omp_default_mem_alloc"); in __kmp_stg_print_allocator() 4020 __kmp_stg_print_str(buffer, name, "omp_high_bw_mem_alloc"); in __kmp_stg_print_allocator() [all …]
|