Home
last modified time | relevance | path

Searched defs:__kmp_gtid_mode (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/llvm-project/openmp/runtime/src/
H A Dkmp_global.cpp174 int __kmp_gtid_mode = 3; /* use __declspec(thread) TLS to store gtid */ global() variable
177 int __kmp_gtid_mode = 2; /* use TLS functions to store gtid */ global() variable
180 int __kmp_gtid_mode = 0; /* select method to get gtid based on #threads */ global() variable