CLR_MANUAL_EVENT

(Republishing, or using this info in a commercial product/website, is prohibited without permission. All other uses are permitted. If in doubt, please ask.)

(Back to main page…)

Description:

This wait type is described below, and is really just a CLR worker thread waiting for something to do, similar to CLR_AUTO_EVENT.

(Books Online description: “Occurs when a task is currently performing CLR execution and is waiting for a specific manual event to be initiated.”)

Questions/comments on this wait type? Click here to send Paul an email, especially if you have any information to add to this topic.

Added in SQL Server version:

Pre-2005/2005

Removed in SQL Server version:

N/A

Extended Events wait_type value:

The map_key value in sys.dm_xe_map_values is 217 in 2008 and 2008 R2, 224 in 2012, and 231 in 2014 RTM. After 2014 RTM, you must check the DMV to get the latest value as some map_key values have changed in later builds.

Other information:

The only time you should be concerned about this wait type is if you are using a ManualResetEvent in an unsafe assembly. For safe assemblies, this wait type can be ignored.

This wait type is one that I usually filter out as a benign wait when doing wait statistics analysis.

Known occurrences in SQL Server (list number matches call stack list):

  1. Waiting for a manual reset event

Abbreviated call stacks (list number matches known occurrences list):

  1. SOS_Task::PostWait+90
    EventInternal<SuspendQueueSLock>::Wait+25c
    HostWait<EventManualInternal<SuspendQueueSLock> >+18b
    CHostEvent<IHostManualEvent,EventManualInternal<SuspendQueueSLock>,4194528,DD_NullHelper>::Wait+4d
    CHostEventWrapper<IHostManualEvent,EventManualInternal<SuspendQueueSLock>,4194528,DD_NullHelper>::Wait+b0
    TranslateSecurityAttributes+39c32
    StrongNameTokenFromAssemblyEx+f305a
    PreBindAssemblyEx+36454
    PreBindAssemblyEx+36ba8
    PreBindAssemblyEx+364ba
    ClrCreateManagedInstance+16c7
    BaseThreadInitThunk+d
    RtlUserThreadStart+21