Searched refs:__kmp_stg_print_str (Results 1 – 1 of 1) sorted by relevance
/external/llvm-project/openmp/runtime/src/ |
D | kmp_settings.cpp | 563 static void __kmp_stg_print_str(kmp_str_buf_t *buffer, char const *name, in __kmp_stg_print_str() function 824 __kmp_stg_print_str(buffer, name, value); in __kmp_stg_print_wait_policy() 1744 __kmp_stg_print_str(buffer, name, "critical"); in __kmp_stg_print_force_reduction() 1746 __kmp_stg_print_str(buffer, name, "atomic"); in __kmp_stg_print_force_reduction() 1748 __kmp_stg_print_str(buffer, name, "tree"); in __kmp_stg_print_force_reduction() 1782 __kmp_stg_print_str(buffer, name, "verbose"); in __kmp_stg_print_storage_map() 3062 __kmp_stg_print_str(buffer, name, value); in __kmp_stg_print_topology_method() 3398 __kmp_stg_print_str(buffer, name, "omp_default_mem_alloc"); in __kmp_stg_print_allocator() 3400 __kmp_stg_print_str(buffer, name, "omp_high_bw_mem_alloc"); in __kmp_stg_print_allocator() 3402 __kmp_stg_print_str(buffer, name, "omp_large_cap_mem_alloc"); in __kmp_stg_print_allocator() [all …]
|