zephyr/tests/posix
Jaxson Han eeaf3bdb2d tests: posix: eventfd: Move thread from stack to data section
The test case allocate struct k_thread thread in the stack. This will
lead the random initial value of thread and thus cause the test cases
randomly hang. To fix such issue, move the declartion of struct k_thread
thread outside the function as a stacic variable.

Signed-off-by: Jaxson Han <jaxson.han@arm.com>
2023-09-22 09:25:12 +02:00
..
common posix: clock_nanosleep tests 2023-08-30 13:02:58 -07:00
eventfd tests: posix: eventfd: Move thread from stack to data section 2023-09-22 09:25:12 +02:00
fs drivers: ramdisk: use devicetree to instantiate RAM disk 2023-09-18 17:36:50 +02:00
getopt tests POSIX: Do not filter fully by POSIX arch but by type of build 2023-07-05 07:01:19 -04:00
headers posix: signal: implement strsignal 2023-07-18 15:35:42 -04:00
pthread_pressure tests: posix: pthread_pressure: Correct the 64BIT naming 2023-08-21 13:27:07 +02:00