nuttx-apps/examples/pipe
Tiago Medicci Serrano 0a9b983e90 apps/examples/pipe: check POSIX-compliant behavior of NuttX's FIFOs
Adjust the test considering the POSIX-compliant behavior of the
NuttX's FIFO (mkfifo), which should block `open` for read-only
and write-only. This test's result is expected to be the same with
any other POSIX-compliant system.

This commit also:

 * Fix redirect test;
 * Use pthread instead `task_create` to be able to run this test
on POSIX-compliant systems;
 * General fixes regarding formatting and error messages;
2023-04-22 01:28:25 +08:00
..
interlock_test.c apps/examples/pipe: check POSIX-compliant behavior of NuttX's FIFOs 2023-04-22 01:28:25 +08:00
Kconfig pipe: modify default stack size to fix stack overflow 2021-07-12 20:27:39 -07:00
Make.defs Makefiles: Gregory Nutt: update licenses to Apache 2021-06-07 21:35:33 -05:00
Makefile Makefiles: Gregory Nutt: update licenses to Apache 2021-06-07 21:35:33 -05:00
pipe_main.c apps/examples/pipe: check POSIX-compliant behavior of NuttX's FIFOs 2023-04-22 01:28:25 +08:00
pipe.h pipe: fix pipe test case failed 2022-12-20 23:39:12 +08:00
redirect_test.c apps/examples/pipe: check POSIX-compliant behavior of NuttX's FIFOs 2023-04-22 01:28:25 +08:00
transfer_test.c apps/examples/pipe: check POSIX-compliant behavior of NuttX's FIFOs 2023-04-22 01:28:25 +08:00