Home
last modified time | relevance | path

Searched refs:kMinimumStackSizeWords (Results 1 – 5 of 5) sorted by relevance

/external/pigweed/pw_thread_freertos/public/pw_thread_freertos/
Dconfig.h55 inline constexpr size_t kMinimumStackSizeWords = configMINIMAL_STACK_SIZE; variable
Doptions.h67 PW_DASSERT(size_words >= config::kMinimumStackSizeWords); in set_stack_size()
Dcontext.h141 static_assert(kStackSizeWords >= config::kMinimumStackSizeWords); in StaticContextWithStack()
/external/pigweed/pw_thread_threadx/public/pw_thread_threadx/
Dconfig.h65 inline constexpr size_t kMinimumStackSizeWords = variable
Dcontext.h128 static_assert(kStackSizeWords >= config::kMinimumStackSizeWords); in ContextWithStack()