commit | add51d809cba7bfe020ef53940fdf7d6ceb3a799 | [log] [tgz] |
---|---|---|
author | Marcin Niestroj <m.niestroj@grinn-global.com> | Wed Jun 03 00:01:21 2020 +0200 |
committer | Carles CufĂ <carles.cufi@nordicsemi.no> | Mon Jul 20 16:21:37 2020 +0200 |
tree | ac028936478607e094f33c3ed0a314beb5d0715f | |
parent | 063dd51dc7c2786d3e046c1a29896d4b3cda1e8a [diff] |
tests: posix: eventfd: test read and poll after multiple writes When there were multiple writes to eventfd, then poll() + read() should start behaving as just initialized. Test that by verifying poll() will timeout first and later be notified properly when eventfd is written once again from the other thread. Signed-off-by: Marcin Niestroj <m.niestroj@grinn-global.com>