zephyr/tests/posix
Christopher Friedt d37350bc19 tests: posix: pthread: test for pthread descriptor leaks
Add a simple test to ensure that we can create and join a
single thread `CONFIG_MAX_PTHREAD_COUNT` * 2 times. If
there are leaks, then `pthread_create()` should
eventually return `EAGAIN`. If there are no leaks, then
the test should pass.

Fixes #47609

Signed-off-by: Christopher Friedt <cfriedt@fb.com>
2022-07-12 10:16:02 +02:00
..
common tests: posix: pthread: test for pthread descriptor leaks 2022-07-12 10:16:02 +02:00
eventfd tests: posix: additional tests against newlib 2022-07-05 12:53:49 -04:00
eventfd_basic tests: posix: increase coverage for picolibc 2022-07-05 12:53:49 -04:00
fs tests: posix: consistent naming and tagging for posix tests 2022-07-05 12:53:49 -04:00
getopt tests: posix: increase coverage for picolibc 2022-07-05 12:53:49 -04:00