Home
last modified time | relevance | path

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

/external/pigweed/pw_thread_embos/public/pw_thread_embos/
Dcontext.h48 explicit Context(std::span<OS_UINT> stack_span) in Context() argument
49 : tcb_{}, stack_span_(stack_span) {} in Context()
/external/pigweed/pw_thread_threadx/public/pw_thread_threadx/
Dcontext.h50 explicit Context(std::span<ULONG> stack_span) in Context() argument
51 : tcb_{}, stack_span_(stack_span) {} in Context()
/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()