Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/openmp/runtime/src/
H A Dz_Linux_util.cpp903 __kmp_monitor_stksize = KMP_DEFAULT_MONITOR_STKSIZE; in __kmp_create_monitor()
924 __kmp_monitor_stksize = KMP_DEFAULT_MONITOR_STKSIZE; in __kmp_create_monitor()
H A Dz_Windows_NT_util.cpp1257 __kmp_monitor_stksize = KMP_DEFAULT_MONITOR_STKSIZE; in __kmp_create_monitor()
H A Dkmp.h1234 #define KMP_DEFAULT_MONITOR_STKSIZE ((size_t)(64 * 1024)) macro