Searched refs:KMP_BACKUP_STKSIZE (Results 1 – 2 of 2) sorted by relevance
840 #ifdef KMP_BACKUP_STKSIZE in __kmp_create_worker()843 stack_size = KMP_BACKUP_STKSIZE + gtid * __kmp_stkoffset; in __kmp_create_worker()844 __kmp_stksize = KMP_BACKUP_STKSIZE; in __kmp_create_worker()
1206 #define KMP_BACKUP_STKSIZE ((size_t)(2 * 1024 * 1024)) macro