change the location of mutex 00/305900/2
authordyamy-lee <dyamy.lee@samsung.com>
Tue, 13 Feb 2024 06:22:37 +0000 (15:22 +0900)
committerdyamy-lee <dyamy.lee@samsung.com>
Wed, 14 Feb 2024 09:00:42 +0000 (18:00 +0900)
commit57420d7f5c5ae9a2e4fb903b1e9b924b389a9317
tree5a7c4df835ce82f179786e7a96387718c533d52b
parentea3138c02b0371bd25041b54c3598b6b948803f8
change the location of mutex

Before calling global variable, it calls mutex lock first.
Some cases missed that, so it changed.
And, in that case, it doesn't have to check the variable value again. So, it removed that checking condition.

Change-Id: I6e585eaad94567ef629ff878d341cf1189d648ab
client/vc.c
client/vc_mgr.c
client/vc_mgr_data.cpp
common/vc_command.c
server/vce.c