* Boost holder's priority when waiter blocks on it. * Temporarily raises holder's priority to waiter's if higher. * * Example: High-priority thread blocks on IPC from low-priority thread. * Boost the low-priority thread to prevent priority inversion. * * @param waiter Thread that is blocking (high priority) * @param holder Thread holding the resource (low priority) */
source not stored for this graph (policy: none)
nothing calls this directly
no test coverage detected