Home
last modified time | relevance | path

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

/external/pigweed/pw_system/
Dthreads.cc62 static thread::freertos::StaticContextWithStack<ToWords( in LogThreadOptions()
74 static thread::freertos::StaticContextWithStack<ToWords( in RpcThreadOptions()
86 static thread::freertos::StaticContextWithStack<ToWords( in TransferThreadOptions()
98 static thread::freertos::StaticContextWithStack<ToWords( in DispatcherThreadOptions()
110 static thread::freertos::StaticContextWithStack<ToWords( in WorkQueueThreadOptions()
Dfreertos_target_hooks.cc41 static thread::freertos::StaticContextWithStack<kLogThreadStackWords>
55 static thread::freertos::StaticContextWithStack<kRpcThreadStackWords>
68 static thread::freertos::StaticContextWithStack<kTransferThreadStackWords>
81 static thread::freertos::StaticContextWithStack<kWorkQueueThreadStackWords>
Dzephyr_target_hooks.cc35 static thread::zephyr::StaticContextWithStack<kLogThreadStackWords>
46 static thread::zephyr::StaticContextWithStack<kRpcThreadStackWords>
57 static thread::zephyr::StaticContextWithStack<kWorkQueueThreadStackWords>
/external/pigweed/pw_thread_freertos/public/pw_thread_freertos/
Dcontext.h165 class StaticContextWithStack final : public StaticContext {
167 StaticContextWithStack() : StaticContext(stack_storage_) {} in StaticContextWithStack() function
169 constexpr StaticContextWithStack(ConstexprTag) in StaticContextWithStack() function
Dtest_thread_context_native.h39 freertos::StaticContextWithStack<kStackSizeWords> context_;
/external/pigweed/pw_thread_freertos/
Dstatic_test_threads.cc25 freertos::StaticContextWithStack thread_0_context;
26 freertos::StaticContextWithStack thread_1_context;
Ddocs.rst40 pw::thread::freertos::StaticContextWithStack<kFooStackSizeWords>
162 ``StaticContextWithStack<kStackSizeWords>`` can be used.
/external/pigweed/pw_thread_zephyr/public/pw_thread_zephyr/
Dcontext.h115 class StaticContextWithStack final : public StaticContext {
117 constexpr StaticContextWithStack() in StaticContextWithStack() function
/external/pigweed/pw_thread_freertos/thread_creation_public_overrides/pw_thread_backend/
Dcontext.h44 freertos::StaticContextWithStack<freertos::StackSizeBytesToWords(
/external/pigweed/pw_thread_zephyr/
Ddocs.rst32 pw::thread::zephyr::StaticContextWithStack<kFooStackSizeBytes>
/external/pigweed/pw_thread/
Ddocs.rst338 StaticContextWithStack<kHelloWorldStackWords> hello_world_thread_context;
/external/pigweed/seed/
D0128.rst618 using NativeContextWithStack = pw::thread::stl::StaticContextWithStack<