IPC: NONBLOCK sockets 19/30519/7
authorJan Olszak <j.olszak@samsung.com>
Mon, 17 Nov 2014 11:58:32 +0000 (12:58 +0100)
committerJan Olszak <j.olszak@samsung.com>
Mon, 24 Nov 2014 13:24:25 +0000 (14:24 +0100)
commit7ea2c7bdeffd0ebc8514840af180574b835b6784
tree166b23f28b6dd9d0bb4b260b033fdeab1f873876
parent500265fc4034012002a5cc6d4317f1a9b026e41e
IPC: NONBLOCK sockets

[Bug/Feature]   All writes and reads have timeout
                Timeout in callSync removes the peer
[Cause]         N/A
[Solution]      N/A
[Verification]  Build, install, run tests

Change-Id: I86213b04e435a48bc56ae6f995a0c364b712a4d0
common/ipc/internals/event-queue.hpp
common/ipc/internals/eventfd.cpp
common/ipc/internals/processor.cpp
common/ipc/internals/processor.hpp
common/ipc/internals/socket.cpp
common/ipc/internals/utils.cpp
common/ipc/internals/utils.hpp
common/ipc/types.cpp
common/ipc/types.hpp
tests/unit_tests/ipc/ut-ipc.cpp