Home
last modified time | relevance | path

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

/external/pigweed/pw_thread_freertos/public/pw_thread_freertos/
Dcontext.h109 class StaticContext : public Context {
111 explicit StaticContext(std::span<StackType_t> stack_span) in StaticContext() function
138 class StaticContextWithStack final : public StaticContext {
140 constexpr StaticContextWithStack() : StaticContext(stack_storage_) { in StaticContextWithStack()
Doptions.h75 constexpr Options set_static_context(StaticContext& context) { in set_static_context()
91 StaticContext* static_context() const { return context_; } in static_context()
98 StaticContext* context_ = nullptr;