Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/openmp/runtime/src/
H A Dkmp_settings.cpp5837 __kmp_stg_find("KMP_STACKSIZE"); // 1st priority. in __kmp_stg_init()
5840 __kmp_stg_find("GOMP_STACKSIZE"); // 2nd priority. in __kmp_stg_init()
5843 __kmp_stg_find("OMP_STACKSIZE"); // 3rd priority. in __kmp_stg_init()
5879 __kmp_stg_find("KMP_LIBRARY"); // 1st priority. in __kmp_stg_init()
5881 __kmp_stg_find("OMP_WAIT_POLICY"); // 2nd priority. in __kmp_stg_init()
5905 __kmp_stg_find("KMP_ALL_THREADS"); // 2nd priority. in __kmp_stg_init()
5940 __kmp_stg_find("KMP_AFFINITY"); // 1st priority. in __kmp_stg_init()
5950 __kmp_stg_find("OMP_PROC_BIND"); // 3rd priority. in __kmp_stg_init()
6033 kmp_setting_t *setting = __kmp_stg_find(name); in __kmp_stg_parse()
6078 kmp_setting_t *setting = __kmp_stg_find(name); in __kmp_env_toPrint()
[all …]