commit | b702c8e8f01f09cb73ef554b129db0773f9f98a5 | [log] [tgz] |
---|---|---|
author | Christopher Friedt <cfriedt@meta.com> | Fri Dec 22 15:03:25 2023 -0500 |
committer | Chris Friedt <chrisfriedt@gmail.com> | Sat Dec 23 22:29:41 2023 -0500 |
tree | d05ad79ff1216701fbdd95d67d6cdc6880aafa29 | |
parent | fcd139d7af98c5da85447429bfc848625813f087 [diff] |
tests: posix: pthread: test that big stacks can be allocated In some cases, users want to allocate (comparatively) massive thread stacks. Add a test to ensure we can allocate such a stack by default. Signed-off-by: Christopher Friedt <cfriedt@meta.com>