+16
−2
+2
−0
Loading
Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more
Currently sleep based wait is used for checking EP request/release vote is taken effect or not. But once worker thread goes to sleep it is taking in order of milli seconds to schedule back worker thread this scheduling delay is causing srng HP/TP writes to be updated in delayed manner. To avoid this first try checking EP vote is taken affect by busy wait then go for sleep based method. Change-Id: I72e81941a23752a41c9b5307e82c2e971aee1ec8 CRs-Fixed: 2999541