zephyr/tests/posix
Christopher Friedt 80e3f4aee6 tests: posix: common: rwlock: remove overspecified pthread_attr_t
Much of tests/posix/common still overspecifies pthread_attr_t
options.

Default thread attributes are perfectly fine for the vast
majority of spawned threads in this testsuite, so simply use
a NULL pthread_attr_t* argument.

This fixes piles of bugs because we have not properly used
pthread_attr_destroy() appropriately.

Signed-off-by: Christopher Friedt <cfriedt@meta.com>
2024-01-04 15:13:47 -05:00
..
common tests: posix: common: rwlock: remove overspecified pthread_attr_t 2024-01-04 15:13:47 -05:00
eventfd tests: remove CONFIG_ZTEST_NEW_API in all tests 2023-10-20 15:04:29 +02:00
fs tests/posix/fs: Improve filtering around posix arch 2023-10-25 07:44:12 -04:00
getopt tests: remove CONFIG_ZTEST_NEW_API in all tests 2023-10-20 15:04:29 +02:00
headers tests: posix: headers: check for pthread get / set guardsize 2023-12-20 14:20:58 +00:00
pthread_pressure tests: remove CONFIG_ZTEST_NEW_API in all tests 2023-10-20 15:04:29 +02:00