Home
last modified time | relevance | path

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

/external/pigweed/pw_thread_threadx/public/pw_thread_threadx/
Dcontext.h125 class ContextWithStack final : public Context {
127 constexpr ContextWithStack() : Context(stack_storage_) { in ContextWithStack() function
/external/pigweed/pw_thread_threadx/
Dtest_threads.cc29 std::array<threadx::ContextWithStack<>, 2> thread_contexts;