commit | 5a334e4544d7214a43efe6f88ea6dcbc48f17b6f | [log] [tgz] |
---|---|---|
author | qianch <quic_qianch@quicinc.com> | Mon Sep 18 14:05:00 2023 +0800 |
committer | qianch <quic_qianch@quicinc.com> | Fri Sep 22 15:57:09 2023 +0800 |
tree | ca72ff49b094d59580f090212de5daaa24aaa9ec | |
parent | 978eb819b860bc121477d9ea2cee8af40eaaa1d1 [diff] |
PAL: Adding a new mutex for checking if stream is valid The mActiveStreamMutex may be held by other thread and cost much time which will affect performance like read/write API. Adding a new mutex to protect and check if the stream is valid. Change-Id: I1d065dbbd067557807c3281f92d45d319153962d