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