Home
last modified time | relevance | path

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

/external/llvm-project/openmp/runtime/src/
Dz_Linux_util.cpp935 __kmp_monitor_stksize = KMP_DEFAULT_MONITOR_STKSIZE; in __kmp_create_monitor()
956 __kmp_monitor_stksize = KMP_DEFAULT_MONITOR_STKSIZE; in __kmp_create_monitor()
Dz_Windows_NT_util.cpp1220 __kmp_monitor_stksize = KMP_DEFAULT_MONITOR_STKSIZE; in __kmp_create_monitor()
Dkmp.h1036 #define KMP_DEFAULT_MONITOR_STKSIZE ((size_t)(64 * 1024)) macro