Make critical section for g_ino_list using std::mutex 01/286201/1
authorSuyeon Hwang <stom.hwang@samsung.com>
Tue, 29 Nov 2022 11:02:00 +0000 (20:02 +0900)
committerSuyeon Hwang <stom.hwang@samsung.com>
Fri, 30 Dec 2022 04:37:34 +0000 (13:37 +0900)
commit34a1a3efa26ad4303e89de8fc07952dd62741209
tree6950e2bd28fd572e6c45868036701c0f4d2bd548
parent33d28f099a65ccd7734bfb15297fc279d509900e
Make critical section for g_ino_list using std::mutex

- Requirement:
Simpler code for making critical section is needed to increase
readbility.

- Content:
This patch changes the critical section tool from pthread_mutex to CPP
standard library mutext. Through this patch, we can easily handle the
critical section of g_ino_list.

Change-Id: I1bb59561ed2ea86bf0db8b38718abdf6716e2987
Signed-off-by: Suyeon Hwang <stom.hwang@samsung.com>
common/vc_config_mgr.cpp