Home
last modified time | relevance | path

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

/aosp_15_r20/external/pigweed/pw_system/
H A Dzephyr_target_hooks.cc55 static constexpr size_t kWorkQueueThreadStackWords = variable
57 static thread::zephyr::StaticContextWithStack<kWorkQueueThreadStackWords>
H A Dfreertos_target_hooks.cc80 static constexpr size_t kWorkQueueThreadStackWords = 512; variable
81 static thread::freertos::StaticContextWithStack<kWorkQueueThreadStackWords>