enum class thread_stacksize

Description

//////////////////////////////////////////////////////////////////////// thread_stacksizeA \areferences any of the possible stack-sizes for pika threads.

Declared at: libs/pika/coroutines/include/pika/coroutines/thread_enums.hpp:162

Enumerators

NameValueComment
unknown-1
small_1use small stack size (the underscore is to work
medium2use medium sized stack size
large3use large stack size
huge4use very large stack size
nostack5this thread does not suspend (does not need a stack)
current6use size of current thread's stack
default_1use default stack size
minimal1use minimally stack size
maximal4use maximally stack size