Home
last modified time | relevance | path

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

/external/llvm-project/openmp/runtime/src/
Dkmp_global.cpp129 int __kmp_tp_cached = 0; variable
Dkmp_threadprivate.cpp634 __kmp_tp_cached = 1; in __kmpc_threadprivate_cached()
Dkmp_runtime.cpp934 if (__kmp_tp_cached) { in __kmp_reserve_threads()
3588 if (__kmp_tp_cached && newCapacity > __kmp_tp_capacity) { in __kmp_expand_threads()
3632 if (__kmp_tp_cached) { in __kmp_register_root()
Dkmp.h3008 extern int __kmp_tp_cached; /* whether threadprivate cache has been created