mutex: Pass SharedPtr to GetHighestPriorityMutexWaitingThread() by reference
The pointed to thread's members are simply observed in this case, so we don't need to copy it here.
Loading
Please sign in to comment
The pointed to thread's members are simply observed in this case, so we don't need to copy it here.