History log of /haiku/src/tests/system/kernel/fifo_poll_test.cpp
Revision Date Author Comments
# a6957d9f 04-Jul-2023 PulkoMandy <pulkomandy@pulkomandy.tk>

fifo_poll_test: add handling of EINTR signal

This is the test for #7859, the problem now is just that the SIGCHLD
signal is delivered before the file descriptor close event wakes up the
poll().

Change-Id: Iddf96e2830d5c7496ec3c6bd27cc235c5ce9d7d4


# 12b5c184 01-Aug-2017 Philippe Houdoin <philippe.houdoin@gmail.com>

kernel: add fifo polling test from #7859