• If you do just a little searching with Google, there is plenty of information about this type of wait, although some of it is incomplete.

    This wait is to obtain access to a thread safe memory object, typically caused by the execution of many ad hoc queries.

    By "thread safe", I mean mutex or "protected section" when programming in C++ or Visual C++.