Home
last modified time | relevance | path

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

/aosp_15_r20/external/pigweed/pw_system/
H A Dzephyr_target_hooks.cc44 static constexpr size_t kRpcThreadStackWords = variable
46 static thread::zephyr::StaticContextWithStack<kRpcThreadStackWords>
H A Dfreertos_target_hooks.cc54 static constexpr size_t kRpcThreadStackWords = 8192; variable
55 static thread::freertos::StaticContextWithStack<kRpcThreadStackWords>