Home
last modified time | relevance | path

Searched refs:StaticContextWithStack (Results 1 – 2 of 2) sorted by relevance

/external/pigweed/pw_thread_freertos/
Dstatic_test_threads.cc25 freertos::StaticContextWithStack thread_0_context;
26 freertos::StaticContextWithStack thread_1_context;
/external/pigweed/pw_thread_freertos/public/pw_thread_freertos/
Dcontext.h138 class StaticContextWithStack final : public StaticContext {
140 constexpr StaticContextWithStack() : StaticContext(stack_storage_) { in StaticContextWithStack() function