ANDROID: vendor_hooks: Add hooks for oem futex optimization
If an important task is going to sleep through do_futex(), find out it's futex-owner by the pid comes from userspace, and boost the owner by some means to shorten the sleep time. How to boost? Depends on these hooks: 53e80997 ("ANDROID: vendor_hooks: Add hooks for scheduler") Bug: 243110112 Signed-off-by:xieliujie <xieliujie@oppo.com> Change-Id: I9a315cfb414fd34e0ef7a2cf9d57df50d4dd984f
Loading