commit | dc3d06bd5673e669b73a6d5398f223ad4b235f86 | [log] [tgz] |
---|---|---|
author | Aniket Kumar Lata <alata@codeaurora.org> | Mon Sep 20 17:59:37 2021 -0700 |
committer | Aniket Kumar Lata <alata@codeaurora.org> | Mon Sep 27 12:15:25 2021 -0700 |
tree | 3513eb648d7d90f3857245c9ec0c629b252a4cd0 | |
parent | 35b3343677c388c3a0505ecb3342e503dd6e906f [diff] |
ipc: Synchronize access to active sessions Session specific information stored for open sessions can be accessed from multiple threads. Updating data structures without atomic access to the resources can lead to race conditions. Synchronize access to active sessions with a mutex. Change-Id: Ifb2fb43cde509119e620cede10dbd0e0533c3ba0