
notifier_mutex is global mutex and there might be a thread which will acquire notifier_mutex which causes other thread to be in wait causing deadlock. Using static initialized mutex rectifies issue. Change-Id: Id8ba30f22419e1a8a7a7356f984db2559197a075 Signed-off-by: Ravulapati Vishnu Vardhan Rao <quic_visr@quicinc.com>
18 KiB
18 KiB