3 references to CreateEvent
mscorlib (3)
system\threading\eventwaithandle.cs (3)
69
_handle = Win32Native.
CreateEvent
(null, true, initialState, name);
72
_handle = Win32Native.
CreateEvent
(null, false, initialState, name);
139
_handle = Win32Native.
CreateEvent
(secAttrs, isManualReset, initialState, name);