A session waits on this event when it wants to update a shared mutex pin and another session is currently in the process of updating a shared mutex pin for the same cursor object. This wait event should rarely be seen because a shared mutex pin update is very fast.
Solutions
Solutions for mutex wait problems are very similar to each other.
See Analysis of Waits on Mutexes for more information and troubleshooting ideas.