Searched refs:StaticContextWithStack (Results 1 – 12 of 12) sorted by relevance
62 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()
41 static thread::freertos::StaticContextWithStack<kLogThreadStackWords>55 static thread::freertos::StaticContextWithStack<kRpcThreadStackWords>68 static thread::freertos::StaticContextWithStack<kTransferThreadStackWords>81 static thread::freertos::StaticContextWithStack<kWorkQueueThreadStackWords>
35 static thread::zephyr::StaticContextWithStack<kLogThreadStackWords>46 static thread::zephyr::StaticContextWithStack<kRpcThreadStackWords>57 static thread::zephyr::StaticContextWithStack<kWorkQueueThreadStackWords>
165 class StaticContextWithStack final : public StaticContext {167 StaticContextWithStack() : StaticContext(stack_storage_) {} in StaticContextWithStack() function169 constexpr StaticContextWithStack(ConstexprTag) in StaticContextWithStack() function
39 freertos::StaticContextWithStack<kStackSizeWords> context_;
25 freertos::StaticContextWithStack thread_0_context;26 freertos::StaticContextWithStack thread_1_context;
40 pw::thread::freertos::StaticContextWithStack<kFooStackSizeWords>162 ``StaticContextWithStack<kStackSizeWords>`` can be used.
115 class StaticContextWithStack final : public StaticContext {117 constexpr StaticContextWithStack() in StaticContextWithStack() function
44 freertos::StaticContextWithStack<freertos::StackSizeBytesToWords(
32 pw::thread::zephyr::StaticContextWithStack<kFooStackSizeBytes>
338 StaticContextWithStack<kHelloWorldStackWords> hello_world_thread_context;
618 using NativeContextWithStack = pw::thread::stl::StaticContextWithStack<