IPC: Single state mutex in Processor 55/33755/4
authorJan Olszak <j.olszak@samsung.com>
Fri, 9 Jan 2015 12:48:05 +0000 (13:48 +0100)
committerJan Olszak <j.olszak@samsung.com>
Wed, 14 Jan 2015 14:10:40 +0000 (15:10 +0100)
commit808219e7cc0fc49ae2f3edabf26b6d7a1a5ecf69
tree56e837eb6190efeadc7729eeccd790cf1496b4c6
parentb8e9e623277194fb1d620de64604dc821a97410a
IPC: Single state mutex in Processor

[Bug/Feature]  Fixed a bug in callSync.
               Replaced all mutexes in Processor with only one.
               Added LOGS loggs
[Cause]        N/A
[Solution]     N/A
[Verification] Build, install, run tests, run tests under valgrind

Change-Id: I6b6ec26df5f5d7ba8b930e4321f766146fa556f0
common/ipc/client.cpp
common/ipc/client.hpp
common/ipc/internals/call-queue.cpp
common/ipc/internals/call-queue.hpp
common/ipc/internals/processor.cpp
common/ipc/internals/processor.hpp
common/ipc/ipc-gsource.cpp
common/ipc/service.cpp
common/ipc/service.hpp
tests/unit_tests/ipc/ut-ipc.cpp