Home
last modified time | relevance | path

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

/aosp_15_r20/external/pigweed/pw_system/
H A Dzephyr_target_hooks.cc33 static constexpr size_t kLogThreadStackWords = variable
35 static thread::zephyr::StaticContextWithStack<kLogThreadStackWords>
H A Dfreertos_target_hooks.cc40 static constexpr size_t kLogThreadStackWords = 1024; variable
41 static thread::freertos::StaticContextWithStack<kLogThreadStackWords>