Home
last modified time | relevance | path

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

/external/pigweed/pw_thread_freertos/public/pw_thread_freertos/
Dcontext.h111 explicit StaticContext(std::span<StackType_t> stack_span) in StaticContext() argument
112 : tcb_{}, stack_span_(stack_span) {} in StaticContext()
/external/pigweed/pw_thread_threadx/public/pw_thread_threadx/
Dcontext.h49 explicit Context(std::span<ULONG> stack_span) in Context() argument
50 : tcb_{}, stack_span_(stack_span) {} in Context()