Separate locking mutex 49/265749/1
authorHwankyu Jhun <h.jhun@samsung.com>
Thu, 28 Oct 2021 05:14:49 +0000 (14:14 +0900)
committerHwankyu Jhun <h.jhun@samsung.com>
Thu, 28 Oct 2021 05:14:49 +0000 (14:14 +0900)
commit8363a26c15beeaa473d5a5e3fb79e4b3194e1c49
treefd8f02af8de8d1b1ed6ad54a49c072ae330d6d8c
parent4da27e7402b4773bf989000a5ab81ced90f65d77
Separate locking mutex

Currently, the rpc_port_parcel_create_from_port() function and the
rpc_port_parcel_send() function use the mutex of the Port to locking the mutex.
After this patch is applied, a new mutex is added to the Port to avoid problems
that cannot be written.
And, the maximum queue size of the delayed messages is increased to 10MB.

Change-Id: I048adec69643b6cd975f7b2c3345e4babfb4a222
Signed-off-by: Hwankyu Jhun <h.jhun@samsung.com>
src/port-internal.cc
src/port-internal.hh