Fix locking the mutex 59/264359/4
authorHwankyu Jhun <h.jhun@samsung.com>
Thu, 16 Sep 2021 09:06:53 +0000 (18:06 +0900)
committerHwankyu Jhun <h.jhun@samsung.com>
Thu, 23 Sep 2021 00:09:28 +0000 (09:09 +0900)
commit9e75df5342da40dced240223076369a7101ab064
tree37a6619fb2a87c05c0c952976105bdda971b2862
parent25e42b0cf85aee8a298df92b7ec466f47d9c8465
Fix locking the mutex

This patch uses lock() and unlock() instead of std::lock_guard to reduce
the instance creation of std::lock_guard.

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