Use thread_local (instead of static) storage duration due to thread safety issue. 71/272171/1
authorMarcin Bialek <m.bialek@samsung.com>
Mon, 8 Nov 2021 12:19:28 +0000 (13:19 +0100)
committerPiotr Kosko <p.kosko@samsung.com>
Thu, 10 Mar 2022 09:38:57 +0000 (09:38 +0000)
commit358272f5773e813829cc61c1dcb1e120ab279c41
treed5bdd9d24a8f9f3be2928dce93dabbcde2348097
parente4eb319c21da033d8a4dba5f4f8a0cc56b98f3a2
Use thread_local (instead of static) storage duration due to thread safety issue.

Similar issue: 605574a932c7ddac63bb394d520178d332ed05dc

[Verification] TCT tests and a sample application.

Change-Id: I988fb82763999751ce56d77847013506fea5875c
(cherry picked from commit 122bae587fb3d4d1879f567baa97b72bdd6a1a5a)
src/common/filesystem/filesystem_provider_deviced.cc