blob: 717f2e0a4fab1489cbed8226410abde01cbaca0a (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
sucessfully opened fifo
Testing empty FIFO:
testing POLLIN|POLLOUT
1 fd(s) ready, revents == POLLOUT
testing POLLIN
0 fd(s) ready
testing POLLOUT
1 fd(s) ready, revents == POLLOUT
Testing full FIFO:
testing POLLIN|POLLOUT
1 fd(s) ready, revents == POLLIN POLLOUT
testing POLLIN
1 fd(s) ready, revents == POLLIN
testing POLLOUT
1 fd(s) ready, revents == POLLOUT
received 'test' from FIFO
|