Searched refs:StaticContextWithStack (Results 1 – 2 of 2) sorted by relevance
25 freertos::StaticContextWithStack thread_0_context;26 freertos::StaticContextWithStack thread_1_context;
138 class StaticContextWithStack final : public StaticContext {140 constexpr StaticContextWithStack() : StaticContext(stack_storage_) { in StaticContextWithStack() function