Home
last modified time | relevance | path

Searched refs:native_stack_size (Results 1 – 3 of 3) sorted by relevance

/external/pigweed/pw_thread_freertos/thread_creation_public_overrides/pw_thread_backend/
Doptions.h34 options.set_stack_size(attrs.native_stack_size()); in GetNativeOptions()
/external/pigweed/pw_thread/
Dattrs_test.cc60 EXPECT_EQ(attrs.native_stack_size(), attrs.native_stack().size()); in TEST()
/external/pigweed/pw_thread/public/pw_thread/
Dattrs.h82 constexpr auto native_stack_size() const { in native_stack_size() function